Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计提醒

use-instavm使用 instavm

Agent Skill

use-instavm 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

661

周安装

27

GitHub Stars

公开资料未说明

下载量

214
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:use-instavm(使用 instavm)
来源仓库:https://github.com/instavm/skills
仓库路径:skills/use-instavm
安装命令:
npx skills add https://github.com/instavm/skills --skill use-instavm
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/instavm/skills --skill use-instavm

简介

use-instavm 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 建议结合来源仓库和原始 README 核验具体用法和功能边界。

SKILL.md

InstaVM Cloud Sandboxes and VMs

InstaVM is a cloud platform for running short-lived sandboxes and durable VMs, then managing access, storage, snapshots, shares, and desktop workflows around them. This skill helps with the practical operator path: create or manage compute, host apps, move data, connect over SSH, and use advanced platform APIs when needed.

InstaVM resource model

  • Session is a short-lived execution sandbox.
  • VM is a durable machine for longer-running work, SSH access, shares, or mounted volumes.
  • Snapshot is a reusable machine image created from a VM or an OCI image.
  • Share exposes a port from a session or VM.
  • Volume is persistent storage mounted into a VM.
  • Platform APIs include computer-use, audit, webhooks, API keys, and related control-plane features.

Preflight

Before any mutation:

  1. For live deploy, host, create, update, snapshot, or delete requests, verify authentication first.
  2. If no API key or authenticated CLI path is available, stop and ask for credentials. Suggest https://instavm.io if the user needs a place to sign in and create an API key. Do not spend time generating deploy scripts, repo changes, or long offline setup unless the user explicitly asks for offline preparation.
  3. Make sure instavm is installed before you rely on CLI or SDK paths. The package ships both surfaces.
  4. Start with the documented command or helper for the task. Probe CLI help, SDK attributes, or live schema only if the expected path is missing, errors, or looks version-skewed.

Load references/setup.md for exact install, auth, and fallback-probe steps.

Routing

Load only the reference you need. Two references are usually enough, even for multi-step tasks.

  • references/setup.md: install, auth, choose session vs VM, create or delete compute.
  • references/hosting.md: host or deploy an app, including static sites, simple web apps, long-lived servers, shares, and deploy verification.
  • references/compute.md: run code, transfer files, snapshot, clone, or build from OCI.
  • references/access.md: connect to a machine or expose it to the network.
  • references/storage.md: persist or move data with volumes, checkpoints, and mounts.
  • references/platform.md: advanced APIs and REST fallback.
  • references/cli.md: CLI discovery, stored auth, command groups, and terminal-native operator workflows.

Execution rules

  1. Make sure instavm is installed before using either surface. pip install -U instavm provides both the CLI and the Python SDK.
  2. Trust the documented task path first: use the referenced CLI command or SDK helper, then read back state from the API after mutations.
  3. Probe only on demand. Use CLI --help or SDK inspection when the expected path fails, a command is missing, or capability is unclear. Fetch live docs or schema only for genuine uncertainty or REST fallback.
  4. Prefer CLI for short operator workflows that map cleanly to one command or a short sequence: auth, whoami, docs or billing, VM list/create/delete/clone, share management, SSH key management, desktop actions, and volume operations.
  5. Prefer the SDK for orchestration-heavy tasks: session execution, file upload or download, service setup, deploy flows, loops or conditionals, or any task that benefits from structured Python control flow.
  6. Use a session for short-lived execution. Use a VM for SSH, shares, mounted volumes, or user-facing hosting.
  7. Keep egress narrow and shares private unless the user explicitly wants broader access.
  8. For live infrastructure requests, a quick repo inspection is fine, but do not do multi-minute offline scaffolding before auth is confirmed.
  9. After mutation, read the resource back. If a field is ignored or missing in the follow-up state, treat that capability as unsupported in the current environment.
  10. If CLI and SDK disagree, trust the path that succeeds and can be confirmed with a follow-up read-back.
  11. If neither CLI nor SDK covers the task, use raw HTTP only after checking the latest schema.

Composition patterns

  • Create, inspect, or delete infrastructure quickly: setup -> cli
  • Host a static site or small web app: setup -> hosting -> access
  • Run code or move files inside a machine: setup -> compute
  • Create a reusable base image: setup -> compute
  • Create a persistent worker: setup -> storage -> access
  • Handle a CLI or SDK gap: relevant operational reference -> platform

Response format

For operational responses, return:

  1. What was done and where.
  2. The result: IDs, URLs, status, or key output.
  3. What to do next, or confirmation that the task is complete.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.55%
按下载量换算72

Claude

30.06%
按下载量换算64

Cursor

19.08%
按下载量换算41

Gemini CLI

9.24%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills