anycap

agent
SUMMARY

The capability harness for AI agents. Skills over SDKs.

README.md

AnyCap

One CLI. Any capability. A capability runtime for AI agents.

For Agents

Copy this to your agent:

Read https://raw.githubusercontent.com/anycap-ai/anycap/main/llms.txt and follow the instructions to install AnyCap CLI and skill. If you can't access the URL, run these commands instead:
1. curl -fsSL https://anycap.ai/install.sh | sh
2. npx -y skills add anycap-ai/anycap
3. anycap login
4. anycap status
Learn more at https://anycap.ai

Oh, you're still here? Well, since you're reading this yourself, here's how to install it manually.

Install CLI

macOS / Linux / Windows (Git Bash):

curl -fsSL https://anycap.ai/install.sh | sh

npm (all platforms):

npm install -g @anycap/cli

Or grab a binary from GitHub Releases.

Install Skill

Works with Claude Code, Cursor, Windsurf, OpenCode, and 40+ agents:

npx -y skills add anycap-ai/anycap

Quick Start

# Log in to AnyCap (opens browser)
anycap login

# Check connection and auth status
anycap status

# Check for CLI updates
anycap update

More Ways to Install Skills

# Direct 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

# Via AnyCap 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

Capabilities

Capability Command Description
Image Generation anycap image generate Generate images from text prompts
Video Generation anycap video generate Generate videos from text or image
Image Read anycap actions image-read Analyze images using vision models
Video Analysis anycap actions video-read Analyze video content
File Download anycap download Download any remote file locally

More capabilities coming soon — music, TTS, web search, web crawling.

Links

License

MIT

Reviews (0)

No results found