rterm-plugin
Installation
SKILL.md
RTerm Plugin Development Skill
Build custom plugins that auto-integrate with RTerm. You write a folder with a
plugin.json manifest + a small code file, drop it into plugins/, and RTerm
discovers it, loads it, calls its register(ctx) with RTerm's services, and your
capabilities appear automatically — agent tools, event-driven triggers, and
dashboard panels — with no RTerm code changes.
This skill gives an agent everything to create, test, and deploy plugins: the manifest schema, the PluginContext API, ready-to-copy templates, a scaffold command, a local test runner, and complete working examples.