anycapanycap
Capabilities

Generate

Image GenerationCreate and edit images from prompts or references.Video GenerationCreate motion outputs from text and image inputs.Music GenerationProduce music tracks through one runtime.

Understand

Image UnderstandingRead screenshots, diagrams, and visual references.Video AnalysisInspect recordings and extract structured details.Audio UnderstandingTranscribe and analyze voice and audio files.

Retrieve

Web SearchSearch the web from the same agent workflow.Grounded Web SearchReturn synthesized answers with live citations.Web CrawlFetch pages and convert them into clean content.

Store

DriveStore outputs, organize assets, and create public URLs.
Equip Agents
Claude CodeCursorCodexManus
Learn

Product

CLISee the command surface agents use to call capabilities through one runtime.SkillsLearn how agent skills expose capabilities inside developer tools.

Guides

Install AnyCapSet up the CLI, auth once, and verify the capability runtime is ready.Context EngineeringUnderstand how prompts, files, and workspace state shape agent behavior.Agent SkillsSee how reusable skills package workflows and capability usage for agents.

Evaluate

Compare OverviewBrowse comparison pages for adjacent agent tooling, media APIs, and tradeoffs.What Agents Can't DoRead a practical explainer on where agents still struggle in production workflows.

Use Cases

SMART Goal GeneratorTurn rough goals into research-backed SMART goals with Codex, Cursor, or Claude Code.How to Make Memes OnlineSee a concrete creative workflow for generating the visual, keeping the caption exact, and delivering a meme.
PricingAbout
I'm Agent
  1. Home
  2. Guides
  3. Add Tools to Claude Code

Guides

By AnyCap Team

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.


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 reflect the current install flow for adding AnyCap tools to Claude Code.

1

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.

2

Install the AnyCap CLI

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

Or: npm install -g @anycap/cli

3

Log in

anycap login

4

Discover available models

anycap image models

Lists available image models: Seedream 5, Seedream 4.5, Nano Banana Pro, Nano Banana 2.

5

Generate your first image

anycap image generate --model seedream-5 --prompt "a minimalist product mockup"

6

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


FAQ

Do I need to install anything besides the skill and CLI?

No. The AnyCap CLI is a single binary with no runtime dependencies. The skill file teaches Claude Code how to discover it. No additional SDKs, Docker containers, or language runtimes are required.

Does this work with Claude Code on all operating systems?

Yes. The AnyCap CLI supports macOS, Linux, and Windows. It runs in the same terminal session Claude Code uses.

How much does it cost to generate an image?

AnyCap uses pay-as-you-go pricing with no monthly fee. New users receive $5 in free credit. See the pricing page for per-model rates.

Can Claude Code call AnyCap automatically without my intervention?

Yes. Once the skill is installed and the CLI is authenticated, Claude Code can invoke any AnyCap capability in response to natural-language prompts. You can say 'generate a product mockup' and Claude Code will call the right AnyCap command.


AnyCap for Claude CodeAny Capability

Capabilities

  • Overview
  • Image Generation
  • Video Generation
  • Music Generation
  • Image Understanding
  • Video Analysis
  • Audio Understanding
  • Web Search
  • Grounded Web Search
  • Web Crawl
  • Drive

Equip Agents

  • Overview
  • Start here
  • Claude Code
  • Cursor
  • Codex
  • Manus

Learn

  • Overview
  • CLI
  • Skills
  • Install AnyCap
  • Context Engineering
  • Agent Skills
  • SMART Goal Generator
  • How to Make Memes Online
  • Compare Overview
  • AnyCap vs Replicate
  • AnyCap vs fal.ai
  • What Agents Can't Do

Product

  • Product overview
  • Models
  • Install AnyCap
  • Add Tools to Claude Code

Company

  • About
  • Contact
  • Privacy
  • Terms
  • GitHub
anycap
Star