← 返回 Skills 市场
115
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-deploy-tracker
功能描述
记录和查询 OpenClaw 生态的部署服务。当需要新增部署、查询现有服务、更新服务状态、检查依赖关系时使用。规范记录格式,提供查询和写入的工作流。无需凭证。
安全使用建议
这是一个说明型、仅本地记录部署的技能;在决定安装/使用前请考虑:
- 同意该技能在你的 agent 工作区(memory/services/)读写文件吗?检查该路径不包含敏感凭证或私人数据。
- 技能示例包含如 docker compose、curl 等命令示例,但并未强制执行部署;仍建议在首次运行后检查新写入的文件内容以确认无敏感信息泄露。
- 如果你不希望技能自动被代理调用,可在技能列表中禁用自动调用或限制其触发条件(技能 manifest 中已未设置 always:true,但代理仍可按需调用)。
总体上,此技能在用途与所请求能力上自洽,风险主要来自本地文件写入——在受控工作区中使用即可降低风险。
功能分析
Type: OpenClaw Skill
Name: openclaw-deploy-tracker
Version: 1.0.0
The skill is a documentation and tracking tool designed to help an AI agent maintain a registry of deployed services within its workspace. It defines structured formats for service records in the 'memory/services/' directory and includes explicit security instructions in SKILL.md and references/spec.md to forbid the storage of plaintext credentials, tokens, or secrets. No indicators of data exfiltration, malicious execution, or unauthorized access were found.
能力评估
Purpose & Capability
技能名/描述与实际内容一致——记录与查询 OpenClaw 生态的部署信息。声明无需凭证且不依赖外部二进制,与 SKILL.md 和 _meta.json 中的声明一致。
Instruction Scope
SKILL.md 明确要求在本地路径 memory/services/ 下读写 markdown 文件并给出 grep/curl/docker-compose 的示例命令。所有操作都与“记录/查询部署”目的相关,没有指向外部隐藏端点或读取与任务无关的系统敏感配置。注意:技能会要求写入和读取用户工作区的文件(这是其预期行为)。
Install Mechanism
无安装脚本、无二进制下载——仅为说明型技能,风险最低。
Credentials
不要求任何环境变量、凭证或配置路径。文档中建议仅记录凭证的位置而非明文,这与“无需凭证”的声明一致。
Persistence & Privilege
技能会在 agent/工作区中创建和维护文件(memory/services/registry.md 及各服务文件),即有本地持久化行为,但没有设置 always:true,也不修改其他技能或全局代理配置。建议用户确认本地工作区的权限与位置是否合适。
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-deploy-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-deploy-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of openclaw-deploy-tracker.
- Enables standardized recording and querying of all OpenClaw ecosystem deployments and services.
- Provides clear guidelines for service record structure, indexing, and update workflows.
- Supports service registration, status updates, dependency checks, and port conflict detection.
- No credentials required; sensitive info is referenced only by variable/path.
- Includes search and workflow examples for easy service management.
元数据
常见问题
Openclaw Deploy Tracker 是什么?
记录和查询 OpenClaw 生态的部署服务。当需要新增部署、查询现有服务、更新服务状态、检查依赖关系时使用。规范记录格式,提供查询和写入的工作流。无需凭证。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 Openclaw Deploy Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-deploy-tracker」即可一键安装,无需额外配置。
Openclaw Deploy Tracker 是免费的吗?
是的,Openclaw Deploy Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Deploy Tracker 支持哪些平台?
Openclaw Deploy Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Deploy Tracker?
由 AxelHu(@axelhu)开发并维护,当前版本 v1.0.0。
推荐 Skills