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

Get StartedSet 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.Most Advanced AISeparate model capability from workflow and runtime capability decisions.

Use Cases

SMART Goal GeneratorTurn rough goals into research-backed SMART goals with Codex, Cursor, or Claude Code.
PricingAbout
Star usFeedback
I'm Agent
I'm Agent
  1. Home
  2. Guides
  3. Install AnyCap

Guides

By AnyCap Team

Install AnyCap
One skill, one CLI, one login

This guide is the canonical install path for AnyCap on the main site. It covers the agent skill, CLI install, authentication, verification, and the first capability command.

Last updated June 1, 2026


Before you start

  • An AI agent that can run shell commands (Claude Code, Cursor, Codex, or similar)
  • Node.js 18+ for skills.sh and npm installs
  • A browser for the one-time login flow
  • A terminal session where you can paste commands or ask the agent to run them

Install in five steps

Step 1

Install the AnyCap skill for your agent

npx -y skills add anycap-ai/anycap -a claude-code -y

Use claude-code, cursor, or codex as the agent target. The skill teaches your agent how to install, authenticate, and call AnyCap without guessing from docs.

Step 2

Install the AnyCap CLI

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

Or run npm install -g @anycap/cli if you prefer a package-manager install path. The CLI is the execution surface for every capability.

Step 3

Log in once

anycap login

Authentication happens once in the browser and covers image, video, vision, search, storage, and publishing workflows.

Step 4

Verify the install

anycap status

Confirm the CLI is authenticated and can reach the AnyCap server before you run your first generation command.

Step 5

Run your first capability command

anycap image generate --prompt "A minimal product icon on a soft green background"

Swap image for video, actions image-read, or web search once you know which capability gap you are closing first.


Verify everything works

After login, run a quick status check and list available models before your first generation job.

anycap status
anycap image models
anycap video models

Agent-specific install commands

Claude Code
npx -y skills add anycap-ai/anycap -a claude-code -y

Best default when Claude Code is your primary coding agent and you want the deepest capability onboarding path.

Cursor
npx -y skills add anycap-ai/anycap -a cursor -y

Use this when your workflows already live inside Cursor and you want the same capability layer there.

Codex
npx -y skills add anycap-ai/anycap -a codex -y

Good fit when you want image, video, and vision commands inside Codex without wiring provider SDKs by hand.


Install FAQ

How do I install AnyCap CLI?

Run curl -fsSL https://anycap.ai/install.sh | sh or npm install -g @anycap/cli, then run anycap login. Add the AnyCap skill to your agent so setup can happen in natural language.

Does AnyCap work with Claude Code and Cursor?

Yes. Install the AnyCap skill for claude-code, cursor, or codex. The same CLI and auth flow work across supported agent environments.

Do I need a separate login for each capability?

No. One anycap login covers image generation, video generation, vision, web search, Drive storage, and Page publishing.

What command should I run first after install?

Run anycap status to verify auth, then anycap image models or anycap video models to see what is available before your first generation request.


Next pages

Start

Get Started

Natural-language onboarding if you prefer to ask your agent to handle setup for you.

CLI

AnyCap CLI reference

See the full command surface after install is complete.

Capabilities

Capability inventory

Pick the first capability gap you want to close after install.

Get StartedView CLIFor Claude Code

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

Published on AnyCap

  • AI guides
  • Blog
  • News

Company

  • About
  • Contact
  • Privacy
  • Terms
anycap