一键导入
agenter-runtime
Orient yourself inside the runtime shell. Use this first when you need to choose between root tools, shell CLI, and deeper skill docs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Orient yourself inside the runtime shell. Use this first when you need to choose between root tools, shell CLI, and deeper skill docs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Repo-specific development workflow for agenter. Use when implementing, reviewing, or archiving changes in this repository, especially for OpenSpec work, release tooling, Studio UI, Storybook DOM tests, viewport/browser walkthroughs, worktree discipline, or repo-level docs/spec updates.
Create or update Agenter app packages, including first-party repo apps under apps/* and community agenter-app-* packages with peerDependencies.agenter compatibility.
Record, query, and maintain avatar-private raw notes through NoteSystem. Use when durable activity evidence, user corrections, terminal habits, ShellAssistant continuity, references, tags, or rename-safe note facts should be captured without turning them into distilled memory.
Inspect mounted real paths and choose the correct absolute cwd. Use this when path authority is unclear.
Create and drive durable terminal sessions. Use this when work needs a long-lived or interactive process; killed-terminal recovery is an explicit forensic path.
Install, enable, query, call, and recover MCP servers through the root runtime CLI. Use this when a task mentions MCP servers, MCP tools, stdio, Streamable HTTP, SSE, or project MCP availability.
| name | agenter-runtime |
| description | Orient yourself inside the runtime shell. Use this first when you need to choose between root tools, shell CLI, and deeper skill docs. |
Use this skill when you need to understand the runtime surface before choosing a more specific system skill.
Quick start:
workspace_list.skill info <skill> when that skill exists.skill list only when you truly need to discover a more specific skill family.skill get-config <skill> when you need to inspect which files define that skill's live watcher truth.<command> --help.Key laws:
workspace_list, root_bash, and workspace_bash.workspace_list shows mounted project workspaces as { id, cwd, alias }; the fixed avatar-root surface is reached through root_bash.root_bash is the fixed root-workspace shell: it rewrites HOME to the avatar root workspace and receives runtime CLI through workspace capability env such as AVATAR_HOME and SKILLS_HOME.workspace_bash is a public-workspace shell selected by workspaceId; it does not synthesize root-style HOME or receive runtime-local CLI merely because a project workspace is mounted.root_bash also accepts optional stdin; for runtime-local CLI commands that take JSON payloads, default to command=<bare action> plus JSON stdin.stdin field.<command> --help marks compact as Suggested or Available, --compact is also available as an optional positional array mode. If the array shape becomes unclear, fall back immediately to standard object JSON.root_bash can use outbound network access for objective verification of current or external facts.terminal is a collaborative process surface, not a root-workspace shell; it keeps shared-terminal semantics and does not inherit runtime-local env/CLI by default.terminal.root_bash, but the process that owns that URL still belongs in terminal.terminal read snapshot or a still-running process is not enough to prove a local delivery URL is ready; use a fresh exact-path HTTP check from the one-shot shell.SKILL.md.skill info returns the real filesystem path to the skill's SKILL.md.skill get-config returns the skill config path plus the resolved watched files; skill set-config replaces that config JSON when you need to retarget skill live sync.~/tools when root_bash or the shell shows they actually exist.References:
references/discovery.md: progressive skill discovery and how to expand one skill at a timereferences/shell-surface.md: root tools, one-shot bash semantics, and bash vs terminal boundariesreferences/toolbox.md: optional runtime helper scripts under ~/tools and the boundary for using them