InstaVM agent skill for sessions, VMs, snapshots, SSH, egress, shares, and volumes
npx skills add https://github.com/instavm/skills --skill use-instavmقم بتثبيت هذه المهارة باستخدام واجهة سطر الأوامر (CLI) وابدأ في استخدام سير عمل SKILL.md في مساحة عملك.
Agent skill set for InstaVM, following the Agent Skills format.
Install with the skills CLI:
npx skills add instavm/skills
Supports Codex, Claude Code, Cursor, OpenCode, and other agents supported by skills.
Add the marketplace:
/plugin marketplace add instavm/skills
Install the plugin:
/plugin install instavm@instavm-skills
This repo currently ships one installable skill:
use-instavm is route-first. Intent routing is defined in SKILL.md, and execution details are split into action-oriented references. It uses the installed instavm CLI for quick operator workflows, the Python SDK for orchestration-heavy tasks, and raw HTTP only for confirmed gaps.
use-instavm covers:
skills/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ └── instavm/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ └── use-instavm/
│ ├── agents/
│ │ └── openai.yaml
│ ├── references/
│ │ ├── access.md
│ │ ├── cli.md
│ │ ├── compute.md
│ │ ├── hosting.md
│ │ ├── platform.md
│ │ ├── setup.md
│ │ └── storage.md
│ └── SKILL.md
└── README.md
SKILL.md concise and routing-focused.references/cli.md rather than bloating the main skill file.