🥢 agent skills for microsandbox
npx skills add https://github.com/superradcompany/skills --skill microsandbox使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。
Agent skills for microsandbox and others.
Supports Claude Code, Cursor, Codex, Gemini CLI, GitHub Copilot, and more.
npx skills add superradcompany/skills
# Install to specific agents
npx skills add superradcompany/skills -a claude-code -a cursor
# Install globally (available across all projects)
npx skills add superradcompany/skills -g
# Install a specific skill
npx skills add superradcompany/skills --skill microsandbox
# Non-interactive (CI/CD friendly)
npx skills add superradcompany/skills --skill microsandbox -g -a claude-code -y
Create and manage hardware-isolated microVM sandboxes for safe code execution, testing, and development.
npx skills add superradcompany/skills --skill microsandbox
What it teaches your agent:
Included references:
| File | Description |
|---|---|
SKILL.md |
Core instructions for using the msb CLI |
scripts/setup.sh |
Installs msb + libkrunfw via official installer |
references/cli-reference.md |
Complete msb command reference with all flags |
references/sdk-typescript.md |
TypeScript SDK quick reference |
references/sdk-rust.md |
Rust SDK quick reference |
references/examples.md |
Common patterns: AI agent execution, web scraping, testing, secrets |
Requirements: macOS (Apple Silicon) or Linux (x86_64/ARM64) with KVM support.
Skills are directories containing a SKILL.md file with YAML frontmatter:
---
name: my-skill
description: What this skill does and when to use it
---
Instructions for the agent to follow when this skill is activated.
See the Agent Skills specification for details.
Apache-2.0