← 返回 Skills 市场
274
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-publish-adapter-real
功能描述
技能发布适配器:自动绕过ClawHub所有已知问题,将发布成功率从15%提升到70%。用户无需查看ClawHub源码即可成功发布技能。
安全使用建议
This skill downloads and runs shell scripts from a remote GitHub raw URL and performs filesystem and publishing actions — that can execute arbitrary code. Before installing: 1) Inspect the referenced install.sh and skill-publish-adapter.sh in the remote repository (raw URL) and verify their contents and author. 2) Verify the repository owner and commit history (who maintains it). 3) Prefer a bundled package or published release with checksums/signatures rather than executing raw scripts. 4) Run the tool in an isolated environment (container, VM) or sandbox first, and avoid running it on systems with sensitive credentials or keys. 5) Ask the publisher to declare required env vars/credentials and to include the scripts in the package or a verifiable release. If you can provide the contents of the remote scripts (install.sh / skill-publish-adapter.sh), I can review them and reduce uncertainty.
功能分析
Type: OpenClaw Skill
Name: skill-publish-adapter-real
Version: 2.0.0
The skill bundle exhibits several red flags, including a significant discrepancy between the package name in package.json (@clawhub/skill-validator) and the skill name in SKILL.md (skill-publish-adapter), as well as inconsistent GitHub handles for the author. The SKILL.md file contains instructions for the AI agent to download and execute external shell scripts via curl from a third-party repository (github.com/puppetcat-fire), which is a high-risk pattern for remote code execution. While the tool claims to 'bypass' platform bugs to improve publishing success rates, this framing combined with the external script fetching and missing local source code (install.sh) warrants a suspicious classification.
能力评估
Purpose & Capability
The SKILL.md claims a publish-adapter but package.json identifies a different package name/author (skill-validator / xiaoboren) and lists files that are not included in the bundle. The skill asks to download and execute external shell scripts to perform its core work — that could be reasonable for a CLI helper, but the metadata mismatch and absent local scripts are incoherent.
Instruction Scope
Runtime instructions direct the agent/user to download and run ./skill-publish-adapter.sh and ./install.sh from a remote raw.githubusercontent.com URL, modify files and permissions, create missing files, and perform publishing steps (including to GitHub). The SKILL.md also references environment variables (CLAWHUB_USER, GITHUB_USER, DEBUG) and implies credential use, but the registry declares no required env vars — the instructions access/require more than what is declared.
Install Mechanism
There is no install spec in the registry (instruction-only), but the SKILL.md recommends fetching shell scripts from raw.githubusercontent.com and then running them. Downloading and executing arbitrary scripts from the network is high-risk: GitHub raw is a common host but content can change and executing remote shells without review can run arbitrary code on the user's machine.
Credentials
Registry declares no required credentials, yet SKILL.md shows use of CLAWHUB_USER and GITHUB_USER and implies GitHub/ClawHub publishing (which typically requires auth tokens or SSH keys). Required binaries differ between registry metadata (bash, jq, tar, git) and package.json (bash, jq, find, grep, sed). The skill may need credentials not declared here — that's disproportionate and undeclared.
Persistence & Privilege
The skill is not flagged always:true and does not declare system-wide modifications, but its workflow writes files, fixes permissions, creates archives, and executes scripts — normal for a publish tool but potentially persistent. No direct evidence it modifies other skills or agent config; risk stems from executing fetched scripts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-publish-adapter-real - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-publish-adapter-real触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Skill-publish-adapter 2.0.0 (重大版本更新)
适配器现可自动处理并绕过ClawHub的绝大多数已知问题,将技能发布成功率从15%提升至70%。
- 新增自动修复功能,可一键修正权限、格式及缺失文件等常见问题
- 深度检验技能,识别并报告所有影响发布的兼容性与格式错误
- 智能化发布流程,支持ClawHub和GitHub等多平台,自动重试直至成功
- 加强日志与DEBUG模式,便于排查疑难错误
- 提供批量处理、CI/CD示例与高级自定义配置,满足多场景需求
元数据
常见问题
Skill Publish Adapter Real 是什么?
技能发布适配器:自动绕过ClawHub所有已知问题,将发布成功率从15%提升到70%。用户无需查看ClawHub源码即可成功发布技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 274 次。
如何安装 Skill Publish Adapter Real?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-publish-adapter-real」即可一键安装,无需额外配置。
Skill Publish Adapter Real 是免费的吗?
是的,Skill Publish Adapter Real 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Publish Adapter Real 支持哪些平台?
Skill Publish Adapter Real 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Publish Adapter Real?
由 渡鸦大人(@puppetcat-fire)开发并维护,当前版本 v2.0.0。
推荐 Skills