Install the Agent Skill
The AnyCap Agent Skill is an instruction layer. It teaches an agent how to install the CLI, authenticate, discover live model schemas, call capabilities, handle local files, and deliver results.
Install for supported agents
Section titled “Install for supported agents”npx -y skills add anycap-ai/anycap -s '*' -g -yThe installer supports Claude Code, Cursor, Codex, Windsurf, OpenCode, and other agents available through skills.sh.
Install with AnyCap
Section titled “Install with AnyCap”Install the complete skill collection into the parent skills directory. This preserves the anycap-cli/references/ files used by the skill:
anycap skill install --target ~/.agents/skills/Reload your agent after installation so it discovers the new skills.
Verify and update
Section titled “Verify and update”anycap skill check --target ~/.agents/skills/anycap-cli/SKILL.mdnpx -y skills checknpx -y skills updateAsk by intent
Section titled “Ask by intent”After installation, describe the outcome instead of memorizing flags:
Generate a 16:9 launch image, let me review it, then return a shareable link.The skill should discover a model, inspect its current schema, generate the file, start a feedback session when requested, and use Drive only when a human needs a link.
Skill or MCP?
Section titled “Skill or MCP?”Use the skill when setup and workflow knowledge are the main problem. Use MCP when your host needs standard typed tool discovery. They share the same CLI runtime and can be used together.