بنقرة واحدة
foundation-cli-timepoint
当用户需要通过 `foundation-cli timepoint` 执行对象时间点列表查询或发起时间点清理任务时使用。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
当用户需要通过 `foundation-cli timepoint` 执行对象时间点列表查询或发起时间点清理任务时使用。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
当用户需要通过 `foundation-cli api` 访问暂时没有标准业务命令覆盖的 Foundation REST API,或者用户直接给出原始路径、HTTP 方法、查询参数或请求体时使用。
当用户需要通过 `foundation-cli client` 执行客户端部署、部署历史、客户端清单、Runner、数据源、部署配置或部署日志相关命令时使用。
当用户需要通过 `foundation-cli host` 执行主机列表、主机保护对象、备份配置或主机恢复相关命令时使用。
| 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 |