Agent Skills for Paragraph — lets AI agents manage posts, publications, subscribers, and coins.
| Skill | Description | Install required |
|---|---|---|
| paragraph-cli | CLI and MCP server | Yes (npm install -g @paragraph-com/cli) |
| paragraph-api | REST API and TypeScript SDK | No |
Install all skills:
npx skills add paragraph-xyz/skillInstall a specific skill:
npx skills add paragraph-xyz/skill --skill paragraph-api
npx skills add paragraph-xyz/skill --skill paragraph-cliOr manually copy the SKILL.md file into your agent's skills directory:
| Agent | Path |
|---|---|
| Claude Code | ~/.claude/skills/<skill-name>/SKILL.md |
| Cursor | .cursor/skills/<skill-name>/SKILL.md |
| Any agent | Check your agent's skill directory |
For MCP-compatible clients, you can also use the hosted Paragraph MCP server — no CLI or API key required:
claude mcp add paragraph --transport http https://mcp.paragraph.com/mcpMIT