Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions skills/apify-actor-development/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ If browser login isn't available (headless environment or CI), the CLI automatic

Use the appropriate CLI command based on the user's language choice. Additional packages (Crawlee, Playwright, etc.) can be installed later as needed.

**For other templates (Crawlee + Cheerio, Playwright, Camoufox, etc.):** the `-t` value is the manifest's **`name`** field, not the `id` field (e.g. `apify create my-actor -t project_cheerio_crawler_ts`, not `ts-crawlee-cheerio`). Look up the `name` here: https://raw.githubusercontent.com/apify/actor-templates/master/templates/manifest.json

## Quick start workflow

1. **Create Actor project** - Run the appropriate `apify create` command based on user's language preference (see Template selection above)
Expand Down
Loading