Skip to content

Commit 33d6b3b

Browse files
align parse skill with /v2/parse api ground truth
add .htm/.xhtml to supported list, add --timeout option. mirrors ParseFile/ParseOptions from firecrawl core (commit c7993d7).
1 parent 0101fc2 commit 33d6b3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

skills/firecrawl-parse/SKILL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ allowed-tools:
99

1010
# firecrawl parse
1111

12-
Turn a local document into clean markdown on disk. Supports **PDF, DOCX, DOC, ODT, RTF, XLSX, XLS, HTML**.
12+
Turn a local document into clean markdown on disk. Supports **PDF, DOCX, DOC, ODT, RTF, XLSX, XLS, HTML/HTM/XHTML**.
1313

1414
## When to use
1515

@@ -46,6 +46,7 @@ Then `head`, `grep`, or incrementally read the file — don't load the whole thi
4646
| `-o, --output <path>` | Output file path — **always use this** |
4747
| `-f, --format <fmt>` | `markdown` (default), `html`, `summary` |
4848
| `--only-main-content` | Strip boilerplate |
49+
| `--timeout <ms>` | Timeout for the parse job |
4950
| `--timing` | Show request duration |
5051

5152
## Tips

0 commit comments

Comments
 (0)