agentsclimarketplace

Install operon

Skill Try-Operon/skills/install-operon

Install a specific operon (versioned AI skill) into Claude Code, Codex, and Cursor.From its SKILL.md

Install
npx -y skills add Try-Operon/skills --skill install-operon

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.1 KB, 255 tokens by cl100k_base, as published. Nobody here has run it

Install Operon

This skill walks an agent through fetching a published operon and installing it into the local skill directories for Claude Code, Codex, and Cursor.

When to use this skill

  • The user wants a teammate's reviewed prompt for a recurring task.
  • The user names a specific operon ("install acme/review-pr") and wants it available to their local AI tools.

How to use it

  1. Confirm the user is logged in:
    operon login
    
  2. Install the operon:
    operon install <workspace>/<slug>
    
    • Writes ~/.claude/skills/<slug>/SKILL.md
    • Writes ~/.codex/skills/<slug>/SKILL.md
    • Cache copy under ~/.operon/cache/operons/<workspace>/<slug>/
  3. Verify install with:
    operon list --installed
    

Notes

  • All transfers happen over HTTPS to https://app.withoperon.com.
  • Each operon ships a SHA-256 contentHash; the CLI verifies it before writing.
  • The CLI records a run on successful install so workspace owners see adoption.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,871. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.