Skip to content
Agents
Build with your AI agent

Build with your AI agent

These docs install as a skill for your coding agent: the Unipaas integration map, the two-step /authorize flow, and the Web SDK path, so the agent builds integrations the way the docs describe them.

Install as a plugin (recommended)

The plugin installs the skill and updates in place through your agent. Claude Code, Codex, and Gemini CLI today; more agents follow as their marketplaces open.

Claude Code

Run both commands, in order:

claude plugin marketplace add UNIPaaS/agent-skills
claude plugin install unipaas@unipaas

Codex

codex plugin marketplace add UNIPaaS/agent-skills

Then enable the unipaas plugin inside Codex.

Gemini CLI

gemini extensions install https://github.com/UNIPaaS/agent-skills

Connect the docs MCP

The docs are also a live MCP server: your agent searches and fetches the guides and the API reference on demand, always current. Read-only and unauthenticated.

claude mcp add --transport http unipaas-docs https://docs.mcp.unipaas.com

Cursor and VS Code: add the server URL https://docs.mcp.unipaas.com (transport: HTTP). A stdio-only client can bridge with npx mcp-remote https://docs.mcp.unipaas.com.

Tools, across two corpora:

  • Guides:
    • search_unipaas_documentation: Search the Unipaas developer documentation.
    • fetch_unipaas_page: Fetch the full markdown of one documentation page by its slug.
  • API reference:
    • search_unipaas_api: Search the Unipaas API reference (operations from the OpenAPI spec).
    • fetch_unipaas_operation: Fetch the full schema of one API operation by its operationId.

Other agents

One command installs the same skill into Cursor, GitHub Copilot, and the other agents the skills CLI supports:

npx skills add docs.unipaas.com

Installed this way, the skill does not update itself. Run the command again for the latest.

No terminal

Working in claude.ai or ChatGPT? Take the same skill by hand:

One page at a time

Every page has a Copy Page control (top-right): copy the page as Markdown, open it in ChatGPT or Claude, or view its raw .md. Use it when you want an agent to work from a single page rather than the whole skill.