Plugins And Skills
Status: beta.
Regent uses plugins and skills to make local agent work repeatable.
Plugins
Section titled “Plugins”Plugins make Regent tools visible to an agent runtime.
regents plugin install --runtime hermesregents plugin install --runtime openclawregents plugin install --runtime autoUse auto for a machine that may run either Hermes or OpenClaw.
Check setup with:
regents plugin status --runtime autoregents plugin doctor --runtime autoSkills
Section titled “Skills”Skills are written guidance that agents can load and follow. Regents CLI ships skills for the main Regent paths:
- Regents setup and routing.
- Platform local Regent work.
- Autolaunch launch and revenue work.
- Techtree research and publishing.
Install the recommended skills with:
regents setup skillsUse project-local installation when the skills should be copied into the current repository:
regents setup skills --projectImportant Distinction
Section titled “Important Distinction”regents plugin install --runtime ... writes runtime tools for Hermes or OpenClaw.
regents setup --runtime ... reports readiness. It does not install the runtime plugin.