From 64caad1004e7bc4fa0c56452aa85200f1e3b2eda Mon Sep 17 00:00:00 2001 From: patrikbraborec Date: Mon, 29 Jun 2026 12:15:17 +0200 Subject: [PATCH 01/20] docs: add agent skill (SKILL.md) for the Apify CLI Ships skills/apify/SKILL.md, an agent-discoverable skill that teaches coding agents how to drive the Apify CLI reliably from automation: non-interactive use, auth via APIFY_TOKEN, --json structured output, core create/run/push and call workflows, storage access, and the `apify api` escape hatch. Mirrors the layout of the gh CLI's skill. Closes #1232 Co-Authored-By: Claude Opus 4.8 (1M context) --- skills/apify/SKILL.md | 91 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 skills/apify/SKILL.md diff --git a/skills/apify/SKILL.md b/skills/apify/SKILL.md new file mode 100644 index 000000000..c874c5391 --- /dev/null +++ b/skills/apify/SKILL.md @@ -0,0 +1,91 @@ +--- +name: apify +description: Drive the Apify CLI (`apify`) reliably from automation — authenticate, create/run/push Actors, call Actors in the cloud, and read results from datasets and key-value stores. Use when a task involves the Apify CLI, Apify Actors, Apify storage (datasets, key-value stores, request queues), or the Apify platform from the terminal. +--- + +# Apify CLI + +The `apify` CLI manages the Apify platform and develops, runs, and deploys Actors (serverless cloud programs). This guide covers the non-obvious operational knowledge for driving it from automation. For the exhaustive command list, run `apify help` or read `docs/reference.md`; for any flag, run `apify help `. + +## Non-interactive use + +Many commands prompt when run interactively. To run without prompts, pass every required argument and flag explicitly: + +- `apify create --template