← Back to Skills Marketplace
airclear

tc-protohub

by Airclear · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
332
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tc-protohub
Description
在 ProtoHub 上管理原型。当用户想要上传目录或 ZIP 文件作为原型、更新现有原型、列出原型或获取预览链接时,请使用此技能。它支持自动打包文件夹、强制校验入口文件 (index.html),以及按名称搜索原型以便更新。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tc-protohub
  3. After installation, invoke the skill by name or use /tc-protohub
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug tc-protohub
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is tc-protohub?

在 ProtoHub 上管理原型。当用户想要上传目录或 ZIP 文件作为原型、更新现有原型、列出原型或获取预览链接时,请使用此技能。它支持自动打包文件夹、强制校验入口文件 (index.html),以及按名称搜索原型以便更新。 It is an AI Agent Skill for Claude Code / OpenClaw, with 332 downloads so far.

How do I install tc-protohub?

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

Is tc-protohub free?

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

Which platforms does tc-protohub support?

tc-protohub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created tc-protohub?

It is built and maintained by Airclear (@airclear); the current version is v1.0.1.

💬 Comments