Guide
Add tools to Claude Code
Claude Code is a powerful coding agent, but it cannot generate images, create videos, or analyze visual content on its own. AnyCap adds these capabilities through a skill file and CLI. This guide walks through the full setup — from installing the skill to generating your first image — so Claude Code can access image generation with models like Seedream 5 and Nano Banana Pro, video generation with Veo 3.1, image understanding, and video analysis through one interface.
Early Access
AnyCap is currently in early access. Capabilities shown on this page are available to early access users. Request access on GitHub to get started.
What you need
- Claude Code installed and working
- Node.js 18+ (for skills.sh and npm install)
- A browser for the login flow
The following steps will be available when AnyCap launches publicly. Request early access to get started today.
Install the AnyCap skill
npx -y skills add anycap-ai/anycap -a claude-code -y
This places the AnyCap SKILL.md file into Claude Code's skills directory so it can discover available capabilities.
Install the AnyCap CLI
curl -fsSL https://anycap.ai/install.sh | sh
Or: npm install -g @anycap/cli
Log in
anycap login
Discover available models
anycap image models
Lists available image models: Seedream 5, Seedream 4.5, Nano Banana Pro, Nano Banana 2.
Generate your first image
anycap image generate --model seedream_5 --prompt "a minimalist product mockup"
Try more capabilities
# Image read
anycap image read --url https://example.com/screenshot.png
# Video analysis
anycap video read --url https://example.com/demo.mp4