Skip to content

instavm/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

InstaVM Skills

Agent skill set for InstaVM, following the Agent Skills format.

Installation

Install with the skills CLI:

npx skills add instavm/skills

Supports Codex, Claude Code, Cursor, OpenCode, and other agents supported by skills.

Claude Code Plugin Marketplace

Add the marketplace:

/plugin marketplace add instavm/skills

Install the plugin:

/plugin install instavm@instavm-skills

Skill Surface

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 is SDK-first today, with a clean future path for a native InstaVM CLI route.

Workflow Coverage

use-instavm covers:

  • ephemeral code execution sessions
  • durable VM lifecycle operations
  • static site and small app hosting
  • VM snapshots and clones
  • OCI-image snapshot builds
  • SSH key registration and SSH access
  • share creation for exposed ports
  • session and VM egress policy management
  • volume creation, upload, checkpoint, mount, and unmount
  • platform APIs such as computer-use, audit, webhooks, and API keys

Repository Structure

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

Development Notes

  • Keep SKILL.md concise and routing-focused.
  • Keep workflow behavior in action-oriented references.
  • Prefer installed SDK method names over docs or memory.
  • Add future native CLI guidance in references/cli.md rather than bloating the main skill file.

References

About

InstaVM agent skill for sessions, VMs, snapshots, SSH, egress, shares, and volumes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors