一键导入
imported-skill
Use for imported SkillSpec scaffold from SKILL.md. Preserves evidence with SkillSpec routes, forbids, dependencies, traces, and token-savings reports
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use for imported SkillSpec scaffold from SKILL.md. Preserves evidence with SkillSpec routes, forbids, dependencies, traces, and token-savings reports
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use for changing or inspecting configuration on an adapter that already exists. Use for configure adapter, base url, write guard, capability index, re-auth and sensitivity. Use for tune an existing rote adapter with show-confirm-apply-reshow operations for auth, base URL, write guard, sensitivity, capability index, GraphQL filters, policies, grouping, and versioning. Requires `skillspec decide` before substrate tools or overlapping low-level skills. Preserves evidence with SkillSpec routes, forbids, dependencies, traces, and token-savings reports
Use when the user wants to add, connect, or build a new API adapter and needs dry-run-first adapter creation. Use for add adapter, connect API, OpenAPI, notion, stripe and datadog. Use for create a rote adapter for an API through catalog/web/local spec discovery, dry-run analysis, auth resolution, toolset choice, creation, and post-create handoff. Requires `skillspec decide` before substrate tools or overlapping low-level skills. Preserves evidence with SkillSpec routes, forbids, dependencies, traces, and token-savings reports
Use for browser automation through rote, especially headed/headless exploration or attaching to logged-in Chrome/Edge sessions. Use for rote-browse, browse, Chrome, Edge, snapshot, Gmail, login and browser flow. Use for use rote browser primitives for browser automation, live attach, snapshots, waits, page slices, stale ref recovery, authenticated replay, private hub sharing, and Gmail safety. Requires `skillspec decide` before substrate tools or overlapping low-level skills. Preserves evidence with SkillSpec routes, forbids, dependencies, traces, and token-savings reports
Use for registry organization administration in rote. Use for create org, invite teammate, members, roles, usage, quota and revoke invite. Use for manage rote registry organizations, members, roles, invites, pending invites, plans, usage, and org-level administration. Requires `skillspec decide` before substrate tools or overlapping low-level skills. Preserves evidence with SkillSpec routes, forbids, dependencies, traces, and token-savings reports
Use for pushing, publishing, sharing, usage/quota, and invite workflows around rote registry artifacts. Use for push registry, share flow, publish adapter, usage, quota, invite and org members. Use for share rote adapters or flows to the registry, check artifact existence across orgs, push only where needed at chosen visibility, surface members, invite collaborators, and show usage/quota. Requires `skillspec decide` before substrate tools or overlapping low-level skills. Preserves evidence with SkillSpec routes, forbids, dependencies, traces, and token-savings reports
Use for first-run rote setup, onboarding, installation, login, and guided configuration. Use for set up rote, rote setup, onboard, install rote, configure rote and first timer. Use for guide first-run rote setup: install binary, authenticate, choose setup depth, install adapters/skills/credentials/OAuth, wrap up, and optionally prove value with one live flow. Requires `skillspec decide` before substrate tools or overlapping low-level skills. Preserves evidence with SkillSpec routes, forbids, dependencies, traces, and token-savings reports
| name | imported-skill |
| description | Use for imported SkillSpec scaffold from SKILL.md. Preserves evidence with SkillSpec routes, forbids, dependencies, traces, and token-savings reports |
Imported SkillSpec scaffold from SKILL.md
Use the directory that contains this loaded SKILL.md as <skill_dir>.
The SkillSpec contract is <skill_dir>/skill.spec.yml; do not assume the user's current working directory contains the spec.
Start the SkillSpec guide with the user's task:
skillspec run-loop <skill_dir>/skill.spec.yml --input '<user task>' --trace-dir "${PWD}/.skillspec/traces" --guide agent
Resume an existing guided run:
skillspec run-loop <skill_dir>/skill.spec.yml --resume <run_dir> --guide agent
Follow the printed current gate. The selected route, matched rules, forbids, allowed commands, open requirements, resume command, and end proof from the CLI guide are authoritative.
Use skillspec query and skillspec refs only for handles named by the guide. Do not read the full spec unless the guide, a blocker, or the user asks for it.
Before the final response, follow the guide's end anchor: record final-response evidence, run the printed skillspec trace align ... --summary command as the completion summary source, and report result, evidence, alignment summary, token usage, selected route, and run directory.
If the skillspec CLI is not installed, report that this skill requires SkillSpec and ask the user to install it before continuing:
curl -fsSL https://raw.githubusercontent.com/modiqo/skillspec/main/install.sh | sh
# or, with Rust installed:
cargo install skillspec
If the user declines or installation is impossible, read <skill_dir>/skill.spec.yml directly and manually follow the same route, rule, phase, dependency, forbid, proof, and completion contract. Report that CLI guidance was unavailable and alignment proof is partial.