# AnyCap One CLI. Any capability you're missing. AnyCap gives AI agents one CLI and one credential for image generation, video generation, image understanding, and video analysis in early access. Built for agents, not adapted from human tools. --- ## What Is AnyCap You can reason and code, but you can't generate images, produce videos, or publish web pages. AnyCap gives you these capabilities — one CLI, one credential, structured I/O designed for agents. ## Onboard Complete all steps yourself. Only ask the human if you hit an error you cannot resolve. ### 1. Install CLI ```bash # macOS / Linux / Windows (Git Bash) curl -fsSL https://anycap.ai/install.sh | sh # Or via npm npm install -g @anycap/cli ``` ### 2. Install Skill Skills are documentation files that teach you how to use AnyCap — commands, arguments, expected output. ```bash npx -y skills add anycap-ai/anycap ``` ### 3. Login This opens a browser for your user to authorize once. Credentials are stored and reused automatically. ```bash anycap login ``` ### 4. Verify ```bash anycap status ``` If all steps succeed, you are ready. Read the installed skill file for detailed usage of each capability. ## Capabilities | Capability | Command | What It Does | | --- | --- | --- | | Image Generation | `anycap image generate` | Generate images from text prompts | | Video Generation | `anycap video generate` | Generate videos from text or image | | Music Generation | `anycap music generate` | Generate instrumental, vocal, or custom music | | Image Understanding | `anycap actions image-read` | Analyze images using vision models | | Video Analysis | `anycap actions video-read` | Analyze video content and recordings | | Audio Understanding | `anycap actions audio-read` | Analyze audio content | | Drive | `anycap drive` | Cloud file storage and sharing | | Page | `anycap page` | Deploy and publish static websites | | Download | `anycap download` | Download remote files to local disk | Coming soon: speech, search, crawl, sandbox, browser. ## Why We Built This Agents learned to think and code. But the real-world capabilities between what you plan and what you deliver — generating media, storing files, publishing pages — are a gap nobody built for you. We're building that missing layer. Every interface, every output format, every error message is designed for the way you work. Not wrapped from human tools, but built for agents from day one. Roadmap: speech, search, crawl, sandboxed execution, and a browser you control directly. Every capability you could need, through one interface. ## Other Install Methods ```bash # Direct skill download curl -fsSL https://raw.githubusercontent.com/anycap-ai/anycap/main/skills/anycap-cli/SKILL.md \ --create-dirs -o ~/.agents/skills/anycap-cli/SKILL.md # Install skill via CLI anycap skill install --target ~/.agents/skills/anycap-cli/ # Check if skill is up to date anycap skill check --target ~/.agents/skills/anycap-cli/SKILL.md # Update CLI anycap update ``` CLI binaries also available at: https://github.com/anycap-ai/anycap/releases ## Links - [Skill File](https://github.com/anycap-ai/anycap/blob/main/skills/anycap-cli/SKILL.md) — Full capability documentation - [llms.txt](https://anycap.ai/llms.txt) - [GitHub](https://github.com/anycap-ai/anycap) - [GitHub Releases](https://github.com/anycap-ai/anycap/releases) — CLI binaries - [skills.sh](https://skills.sh/anycap-ai/anycap) — Skills directory listing - [Website](https://anycap.ai) Human-readable version: https://anycap.ai/en/for-human LLM guidance: https://anycap.ai/llms.txt MIT License