← 返回 Skills 市场
332
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tc-protohub
功能描述
在 ProtoHub 上管理原型。当用户想要上传目录或 ZIP 文件作为原型、更新现有原型、列出原型或获取预览链接时,请使用此技能。它支持自动打包文件夹、强制校验入口文件 (index.html),以及按名称搜索原型以便更新。
安全使用建议
This skill appears to do what it claims (package/validate and upload prototypes), but the registry metadata omits required environment variables that the SKILL.md insists are mandatory — that mismatch is a red flag about packaging quality or tampering. Before installing or running it: 1) confirm the PROTOHUB_API_KEY and PROTOHUB_URL values and ensure the API key has limited scope (only prototype uploads) and can be revoked; 2) verify the owner/source (no homepage provided) or inspect the publish.py contents yourself (it’s included) to ensure there are no hidden endpoints; 3) only point PROTOHUB_URL at a trusted server — if you set it to a remote host, the script will upload the zipped files you give it to that server; and 4) ask the publisher/registry to update the metadata to declare the required env vars to remove the inconsistency. If you want higher assurance, run the script in an isolated environment and review network traffic to confirm uploads go where you expect.
功能分析
Type: OpenClaw Skill
Name: tc-protohub
Version: 1.0.1
The tc-protohub skill is a legitimate utility for managing web prototypes on a ProtoHub server. The core logic in scripts/publish.py facilitates packaging local directories into ZIP files and uploading them to a configured API endpoint (defaulting to localhost:48080). The skill includes proper validation for entry files (index.html), handles authentication securely via environment variables (PROTOHUB_API_KEY), and lacks any indicators of data exfiltration, unauthorized execution, or malicious intent.
能力评估
Purpose & Capability
The skill name, SKILL.md, and scripts/publish.py are coherent: the script packages directories/ZIPs, validates index.html, lists prototypes, and uploads to ProtoHub endpoints. However, the registry metadata declares no required environment variables while SKILL.md explicitly mandates PROTOHUB_API_KEY and PROTOHUB_URL — this mismatch is unexpected and reduces trust in the package metadata.
Instruction Scope
SKILL.md instructions are narrowly scoped to packaging, validating, listing, and uploading prototypes. The instructions do not ask the agent to read unrelated system files or secrets. They do require executing the included publish.py script against user-specified paths, which will read files to create a ZIP and POST them to the configured PROTOHUB_URL (expected behavior for an upload tool).
Install Mechanism
There is no install spec (instruction-only with one helper script), so nothing arbitrary is downloaded or installed at runtime. The included Python script uses standard libraries plus requests; no external install URLs or archive extraction are present.
Credentials
The SKILL.md requires PROTOHUB_API_KEY and PROTOHUB_URL for operation — reasonable and proportionate for an upload client — but the package/registry metadata does not declare these required env vars. That discrepancy is a packaging/information integrity concern. Also note: the API key grants the ability to upload content to the configured ProtoHub server, so its scope and the trustworthiness of PROTOHUB_URL matter.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It runs as an invoked helper script and does not request persistent elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tc-protohub - 安装完成后,直接呼叫该 Skill 的名称或使用
/tc-protohub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated usage instructions for setting the PROTOHUB_URL environment variable; the recommended default is now http://localhost:48080.
- Removed the external example value for PROTOHUB_URL, focusing setup instructions on the localhost default URL.
- No changes to logic or capabilities; documentation clarification only.
v1.0.0
Initial release of tc-protohub:
- Manage prototypes on ProtoHub: upload, update, list, and preview via directory or ZIP.
- Automatic packaging and entry file (index.html) validation before upload.
- Prototype search by name to assist with updates.
- Strict environment variable checks for authentication and server URL.
- Clear error handling and guidance for missing files or credentials.
元数据
常见问题
tc-protohub 是什么?
在 ProtoHub 上管理原型。当用户想要上传目录或 ZIP 文件作为原型、更新现有原型、列出原型或获取预览链接时,请使用此技能。它支持自动打包文件夹、强制校验入口文件 (index.html),以及按名称搜索原型以便更新。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 332 次。
如何安装 tc-protohub?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tc-protohub」即可一键安装,无需额外配置。
tc-protohub 是免费的吗?
是的,tc-protohub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
tc-protohub 支持哪些平台?
tc-protohub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 tc-protohub?
由 Airclear(@airclear)开发并维护,当前版本 v1.0.1。
推荐 Skills