用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MoeenNehzati/famulus --skill install-launchers命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when starting or completing substantive agent work that needs durable, role-labelled progress records and optional run recovery.
Use only when a generated managed-setup gate, a Famulus setup-required result, or an exact manager lifecycle route directs the agent here.
Use when the user asks to create a personal skill or change an existing personal skill's intended behavior or public interface in the shared skills directory. Do not use for behavior-preserving refactoring, blueprint regeneration, certificate work, or standards maintenance.
正在显示 SKILL.md
| name | install-launchers |
| description | Install or repair an explicit subset of the optional assistant, collab, coauthor, and tw launchers. |
| tools | ["python"] |
Generated from
blueprint.yaml. Do not edit this block by hand.
Executable Interfaces:
Call famulus.invoke with required caller (caller skill), interface, version, and arguments; optional dry_run defaults to false. Compact uses ordered positionals plus an option mapping; ordered raw argv uses positionals: [] plus every argv token in list options. Never mix forms.
install-launchers._rtx.interface.agent-launchers — Install or repair only an explicit interactive launcher subset using caller-selected Python and plugin values.
install-launcherssetup
Arguments JSON (replace labels with actual values). Omit optional positionals and options that are not needed.
{"options": {"--agents": "LIST", "--bin-dir": "DIR", "--canonical-python": "FILE", "--claude-home": "DIR", "--codex-home": "DIR", "--default-llm": "claude|codex", "--dry-run": true, "--home": "DIR", "--mode": "development|plugin", "--plugin-root": "DIR"}, "positionals": [], "stdin": null}
Required options: ["--canonical-python", "--plugin-root"]; positional arity: 0..0; stdin: forbiddenInstruction Interfaces:
These are LLM-readable instruction surfaces. Read and follow them directly; do not invoke the MCP server for them.
setup-python-environment.interface.repair-selected-packages@1 — Repair the core or one caller-owned package declaration in the exact selected Python environment without MCP.Skill: install-launchers
Require an explicit subset of assistant, collab, coauthor, and tw. If the
request names none, list those choices or ask; do not mutate anything and do not
default to installing all launchers.
Use the host-loaded
setup-python-environment.interface.repair-selected-packages procedure for
feature install-launchers and the exact empty selected package declaration
[]. Run its initial literal-python fingerprint, pip availability check,
target writability check, and final literal-python fingerprint. For this exact
empty declaration, treat package install and install dry run as successful
no-ops: do not invoke either pip install command or fabricate a pip report.
Retain the complete byte-equal fingerprint and its canonical absolute
executable.
Resolve the current selected plugin root from the host-loaded location of this
skill. Invoke install-launchers._rtx.interface.agent-launchers with only that
selected plugin root, the canonical executable, and the explicit launcher
subset. Do not fingerprint again, choose another Python, widen the selection,
or install a dependency owned by another feature.
Rerunning repairs only the selected launchers and refreshes their captured
plugin root. After a plugin-cache update, rerun install-launchers; there is no
generic updater.