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
I'm Agent
  1. Home
  2. Guides
  3. Install AnyCap

Guias

By AnyCap Team

Instalar AnyCap
Uma skill, uma CLI, um login

Este guia é o caminho canônico de instalação do AnyCap no site principal.

Atualizado em 1 de junho de 2026


Antes de começar

  • Um agente de IA que execute comandos shell (Claude Code, Cursor, Codex ou similar)
  • Node.js 18+ para skills.sh e instalações npm
  • Um navegador para o login único
  • Um terminal onde você possa colar comandos ou pedir ao agente para executá-los

Instale em cinco passos

Step 1

Instale a skill do AnyCap para seu agente

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

Instale a CLI do AnyCap

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

Faça login uma vez

anycap login

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

Step 4

Verifique a instalação

anycap status

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

Step 5

Execute o primeiro comando de capability

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.


Verifique se tudo funciona

Depois do login, rode um status rápido e liste os modelos disponíveis antes do primeiro job de geração.

anycap status
anycap image models
anycap video models

Comandos de instalação por agente

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.


FAQ de instalação

Como instalar a CLI do AnyCap?

Execute curl -fsSL https://anycap.ai/install.sh | sh ou npm install -g @anycap/cli, depois anycap login.

O AnyCap funciona com Claude Code e Cursor?

Sim. Instale a skill do AnyCap para claude-code, cursor ou codex. A mesma CLI e o mesmo fluxo de auth funcionam nos ambientes suportados.

Preciso de login separado para cada capability?

Não. Um anycap login cobre geração de imagem, vídeo, visão, busca web, Drive e publicação.

Qual comando devo rodar primeiro?

Rode anycap status para verificar auth e depois anycap image models ou anycap video models antes da primeira geração.


Próximas páginas

Start

Começar

Onboarding em linguagem natural se você preferir pedir ao agente para fazer o setup.

CLI

Referência da CLI

Veja a superfície completa de comandos depois da instalação.

Capabilities

Inventário de capabilities

Escolha a primeira lacuna de capability a fechar após a instalação.

ComeçarVer CLIPara 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

Company

  • About
  • Contact
  • Privacy
  • Terms
  • GitHub
anycap
Star32