基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/anybackup-ai/Anybackup --skill foundation-cli-timepoint命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use when executing or verifying the AnyBackup Agent release deployment flow with KWeaver Core, Foundation, sandbox, V9 infra, and business services.
Use when an Agent must design user-visible AG-UI Markdown constraints before ag-ui-response publishes MQ, including layout, components, semantic labels, thought summaries, tool-call presentation, results, errors, clarification, and hidden-content boundaries.
Use when an Agent must produce user-visible Markdown and wrap it into the Decision Agent MQ field payload.ag_ui.
| name | foundation-cli-timepoint |
| description | 当用户需要通过 `foundation-cli timepoint` 执行对象时间点列表查询或发起时间点清理任务时使用。 |
| metadata | {"requires":{"bins":["foundation-cli"]},"cliHelp":"foundation-cli timepoint --help"} |
当任务属于 foundation-cli timepoint 域命令时,使用本技能。
本文件是入口,不是完整参考手册。 它的作用是帮助 agent:
timepoint 域。timepoint 命令。references/commands/*.md 中对应的单命令文档。timepoint 命令覆盖时,应回到共享技能重新判断是否改走 api 域。./references/commands/ 下对应的单命令文档。timepoint list。timepoint clean start。timepoint list 必须带 --object-id。timepoint clean start 必须同时带 --object-id 和 --data。timepoint 域。写入命令:
timepoint clean start只读命令:
timepoint list对于写入命令,优先使用 --data 传递结构化载荷。
除非调用环境已经隐式提供,否则先确认这些参数:
--tenant-id--endpoint--ak--sktimepoint 域和 MySQL 恢复场景下的专属时间点接口混淆。--object-id 的情况下调用 timepoint list。--data 的情况下调用 timepoint clean start。| 意图 | 推荐命令 | 下一步打开的文件 |
|---|---|---|
| 查询对象时间点列表 | foundation-cli timepoint list --tenant-id <tenant-id> --object-id <object-id> [filters] | list.md |
| 发起时间点清理任务 | foundation-cli timepoint clean start --tenant-id <tenant-id> --object-id <object-id> --data '<json>' | clean-start.md |