用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/raids-lab/crater --skill crater-cli-approval-order命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use Crater CLI job commands to list, inspect, view logs, create, stop, and snapshot jobs.
Crater CLI 共享基础:安全调用 crater 命令的通用规则,包括可执行文件选择、全局选项、列表分页、--json、--no-interactive、--help、错误输出、退出码、错误场景判断、API 兼容性诊断、敏感信息处理,以及执行会修改用户环境的命令前的确认规则。处理任何 Crater CLI 操作前使用。
Crater CLI 管理员审批工单域:通过 crater admin order ... 查看、批准、拒绝、清理审批工单。仅在用户明确要求管理员审核时使用。
基于 SOC 职业分类
正在显示 SKILL.md
| name | crater-cli-approval-order |
| description | Crater CLI 用户审批工单域:提交、编辑、取消、查看当前用户的审批工单。管理员审核动作必须使用 crater-cli-admin-approval-order。 |
| version | 0.2.0 |
| metadata | {"requires":{"bins":["crater"]},"cliHelp":"crater order --help"} |
Use this skill when the user wants to manage their own approval orders through crater order ....
CRITICAL — Before doing anything else, MUST read crater-cli-shared (possible path: ../crater-cli-shared/SKILL.md) for pagination, JSON, non-interactive use, errors, confirmation, and secret handling.
crater order ls [--status Pending|Approved|Rejected|Canceled] [--type job|dataset] [--search TEXT] [--page N] [--page-size N] [--all-pages] --jsoncrater order get <id> --jsoncrater order by-name <name> --jsoncrater order submit --name <name> --type job --reason <reason> --hours <n> --jsoncrater order edit <id> [--name <name>] [--type job|dataset] [--reason <reason>] [--hours <n>] --jsoncrater order cancel <id> --yes --json--admin with user approval commands.order edit preserves fields that are not explicitly supplied by reading the current order first.--yes for cancel in non-interactive or JSON workflows.--json for automation and agent workflows.data.pagination to request the next page; use --all-pages only when the full list is required.--creator is intentionally not available on the ordinary user list. It belongs only to crater admin order ls; use --search to match an order name or creator information within the current user's visible orders.context.issues, fix all fields before retrying.If the task requires approving, rejecting, or checking invalid pending job orders, switch to crater-cli-admin-approval-order and use crater admin order ....