Skip to content

Claude Code Plugin

Rather than implement the agent mode JSON protocol yourself, install the Olympix Claude plugin — a set of Claude Code skills that drive every Olympix tool through agent mode automatically.


  • Olympix CLI — verify with olympix version. Install the CLI if needed.
  • Foundry/Forge — verify with forge --version. Install from getfoundry.sh.
  • Claude Code — the AI coding assistant the plugin extends.

Inside Claude Code, run:

/plugin marketplace add olympix/olympix-claude-plugin
/plugin install olympix@olympix

Then restart Claude Code. No clone or setup script needed.


SkillDescription
olympix:full-runRun all Olympix tools on a Foundry or Hardhat repo
olympix:static-analysisRun the vulnerability scanner
olympix:mutation-testGenerate mutation tests for the top 10 contracts
olympix:unit-testGenerate unit tests with coverage scaffolding
olympix:bug-pocerRun BugPocer security analysis (fully automated)
olympix:assemble-reportCollect results into olympix-results/report.md
olympix:authCheck/refresh CLI authentication

Open Claude Code inside a Foundry or Hardhat project and run:

/olympix:full-run

This chains static analysis → unit tests → mutation tests → BugPocer → report. See the plugin repository for full details.


If you encounter any issues or have questions, reach out:

Email: contact@olympix.ai