Skip to content
OpenSmartRoute
Skillv1.0.0

ccpi-marketplace

Operate the Tons of Skills marketplace via the ccpi CLI and Claude plugin marketplace commands. Use for searching installing listing and updating Claude Code plugin packs with reversible rollbacks.

by akillness(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from akillness/jeo-skills (.agent-skills/ccpi-marketplace/SKILL.md). Install upstream with npx skills add akillness/jeo-skills --skill ccpi-marketplace. Copyright stays with the author.

ccpi-marketplace — Tons of Skills CLI & Plugin Marketplace Operations

Use this skill when the task is operating the Tons of Skills ecosystem through CLI commands instead of manual browsing.

When to use

  • Install the ccpi CLI and discover plugin packs by keyword.
  • Install/update/remove plugin packs in Claude Code environments.
  • Verify installed packs and produce reproducible install notes for team handoff.

Install

pnpm add -g @intentsolutionsio/ccpi

Core commands

ccpi search <keyword>
ccpi install <pack-name>
ccpi list --installed
ccpi update

Claude built-in marketplace path:

/plugin marketplace add jeremylongshore/claude-code-plugins
/plugin install <pack>@claude-code-plugins-plus

Safety rules

  1. Prefer ccpi list --installed before adding/updating packs.
  2. Record exact pack names (and versions when available) in change notes.
  3. Treat marketplace installs as reversible; keep uninstall/remove path in rollback notes.
  4. Do not auto-install large bundles without explicit scope (keyword + target capability).

Verification checklist

  • ccpi command resolves and reports version/help.
  • search/install/list/update commands run without auth/runtime errors.
  • Installed pack appears in ccpi list --installed output.

References

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/akillness-jeo-skills-ccpi-marketplace/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

akillness-jeo-skills-ccpi-marketplace.ocm.jsonjson
{
  "ocm": "1",
  "id": "akillness-jeo-skills-ccpi-marketplace",
  "kind": "skill",
  "name": "ccpi-marketplace",
  "description": "Operate the Tons of Skills marketplace via the ccpi CLI and Claude plugin marketplace commands. Use for searching installing listing and updating Claude Code plugin packs with reversible rollbacks.",
  "publisher": "akillness",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "ccpi",
      "claude-code",
      "plugin-marketplace",
      "skills-marketplace",
      "cli",
      "package-management",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Operate the Tons of Skills marketplace via the ccpi CLI and Claude plugin marketplace commands. Use for searching installing listing and updating Claude Code plugin packs with reversible rollbacks."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/akillness/jeo-skills",
      "path": ".agent-skills/ccpi-marketplace/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/akillness/jeo-skills/blob/HEAD/.agent-skills/ccpi-marketplace/SKILL.md",
      "key": "akillness/jeo-skills/.agent-skills/ccpi-marketplace/SKILL.md"
    },
    "allowed_tools": [
      "Read",
      "Write",
      "Bash",
      "Grep",
      "Glob",
      "WebFetch"
    ]
  },
  "instructions": "# ccpi-marketplace — Tons of Skills CLI & Plugin Marketplace Operations\n\nUse this skill when the task is operating the **Tons of Skills** ecosystem through CLI commands instead of manual browsing.\n\n## When to use\n- Install the `ccpi` CLI and discover plugin packs by keyword.\n- Install/update/remove plugin packs in Claude Code environments.\n- Verify installed packs and produce reproducible install notes for team handoff.\n\n## Install\n```bash\npnpm add -g @intentsolutionsio/ccpi\n```\n\n## Core commands\n```bash\nccpi search <keyword>\nccpi install <pack-name>\nccpi list --installed\nccpi update\n```\n\nClau",
  "cost": {
    "context_tokens": 365
  }
}

Fetch it by URL: GET /api/v1/registry/akillness-jeo-skills-ccpi-marketplace/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.