← Back to Skills Marketplace
axelhu

Openclaw Deploy Tracker

by AxelHu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-deploy-tracker
Description
记录和查询 OpenClaw 生态的部署服务。当需要新增部署、查询现有服务、更新服务状态、检查依赖关系时使用。规范记录格式,提供查询和写入的工作流。无需凭证。
Usage Guidance
这是一个说明型、仅本地记录部署的技能;在决定安装/使用前请考虑: - 同意该技能在你的 agent 工作区(memory/services/)读写文件吗?检查该路径不包含敏感凭证或私人数据。 - 技能示例包含如 docker compose、curl 等命令示例,但并未强制执行部署;仍建议在首次运行后检查新写入的文件内容以确认无敏感信息泄露。 - 如果你不希望技能自动被代理调用,可在技能列表中禁用自动调用或限制其触发条件(技能 manifest 中已未设置 always:true,但代理仍可按需调用)。 总体上,此技能在用途与所请求能力上自洽,风险主要来自本地文件写入——在受控工作区中使用即可降低风险。
Capability Analysis
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.
Capability Assessment
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,也不修改其他技能或全局代理配置。建议用户确认本地工作区的权限与位置是否合适。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-deploy-tracker
  3. After installation, invoke the skill by name or use /openclaw-deploy-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug openclaw-deploy-tracker
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Openclaw Deploy Tracker?

记录和查询 OpenClaw 生态的部署服务。当需要新增部署、查询现有服务、更新服务状态、检查依赖关系时使用。规范记录格式,提供查询和写入的工作流。无需凭证。 It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.

How do I install Openclaw Deploy Tracker?

Run "/install openclaw-deploy-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Openclaw Deploy Tracker free?

Yes, Openclaw Deploy Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Openclaw Deploy Tracker support?

Openclaw Deploy Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw Deploy Tracker?

It is built and maintained by AxelHu (@axelhu); the current version is v1.0.0.

💬 Comments