Skip to content

feat:firecrawl create agent command#96

Merged
developersdigest merged 2 commits intomainfrom
cli-implementation
Apr 15, 2026
Merged

feat:firecrawl create agent command#96
developersdigest merged 2 commits intomainfrom
cli-implementation

Conversation

@developersdigest
Copy link
Copy Markdown
Member

Wires a hidden firecrawl create <kind> command tree into the root CLI. Only the agent kind is registered today; it delegates to npx -y firecrawl-agent-cli create with full flag passthrough so the agent repo remains the single source of truth for templates.

The command is hidden from --help until firecrawl-agent-cli is on npm. Flip to visible by removing { hidden: true } in index.ts.

Surface:
firecrawl create agent [name] [-t next|express|library]

Wires a hidden `firecrawl create <kind>` command tree into the root CLI.
Only the `agent` kind is registered today; it delegates to
`npx -y firecrawl-agent-cli create` with full flag passthrough so the
agent repo remains the single source of truth for templates.

The command is hidden from --help until `firecrawl-agent-cli` is on
npm. Flip to visible by removing `{ hidden: true }` in index.ts.

Surface:
  firecrawl create agent [name] [-t next|express|library]
  firecrawl create agent [name] --provider <p> --model <m>
  firecrawl create agent [name] --api-key <fc-key> --key anthropic=sk-...
  firecrawl create agent [name] --from user/repo
@developersdigest developersdigest merged commit 37fe177 into main Apr 15, 2026
4 checks passed
@developersdigest developersdigest deleted the cli-implementation branch April 15, 2026 17:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant