← 返回 Skills 市场
196
总下载
0
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install skillup
功能描述
SkillUp is a cross-platform skill publishing tool for packaging and syncing custom skills to GitHub, Xiaping Skill, OpenClaw CN, and ClawHub.
安全使用建议
This skill appears to do what it says: packaging and publishing skills to the four listed platforms. Before using it: (1) review config.example.toml and fill only the tokens for platforms you want to publish to; (2) run with --dry-run to confirm behavior and artifact outputs; (3) be aware the scripts export tokens to invoke CLIs (GH_TOKEN, CLAWHUB_TOKEN, SKILLUP_OPENCLAW_TOKEN) and write logs to /tmp—treat these tokens as sensitive and rotate them if compromised; (4) note the openclaw helper temporarily sets NODE_TLS_REJECT_UNAUTHORIZED=0 for CLI calls (weakens TLS checks for that command), so prefer configuring a correct base_url/CA or avoid using the CLI against untrusted endpoints; (5) inspect and run the tool in a controlled environment (or container) if you don't fully trust the remote owner; and (6) use least-privilege tokens (scoped GitHub tokens) and test on a sample repo before wide use.
功能分析
Type: OpenClaw Skill
Name: skillup
Version: 0.1.9
SkillUp is a legitimate developer utility designed to package and publish OpenClaw skills to various platforms including GitHub, Xiaping, and ClawHub. The bundle consists of shell scripts and Python snippets that automate versioning, packaging (via zip), and uploading (via curl/gh/claw CLIs). A notable security feature is implemented in `scripts/lib/common.sh` (`run_redact_check`), which proactively scans skill directories for sensitive information like private keys and API tokens to prevent accidental exfiltration during the publishing process. The tool's behavior is transparent and aligns entirely with its documented purpose.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: scripts package and upload skill zips to GitHub, Xiaping, OpenClaw CN, and ClawHub. Required CLIs (gh, git, claw, clawhub) and tokens correspond to the advertised platforms and the primary credential (GitHub token) is reasonable for a publishing tool.
Instruction Scope
Runtime instructions and scripts operate on skill directories, create zip artifacts, call platform APIs/CLIs, and write structured results to artifact/result files. They read only expected files (manifest.toml, SKILL.md, config) and use environment tokens declared in metadata. They write temporary logs to /tmp and export tokens for CLI calls (GH_TOKEN, CLAWHUB_TOKEN, SKILLUP_OPENCLAW_TOKEN).
Install Mechanism
No install spec — instruction-only with included shell scripts. No downloads or archive extraction from arbitrary URLs. All code is local shell/python helpers; nothing is fetched or installed automatically by the skill itself.
Credentials
The skill requests four platform tokens (GitHub, Xiaping, OpenClaw, ClawHub). This is proportionate because the tool can publish to all four services; primaryEnv is GitHub as declared. Users should only populate tokens for platforms they intend to use. Additional env var CLAWHUB_TOKEN is supported as a fallback and appears in SKILL.md.
Persistence & Privilege
always is false and the skill does not request permanent elevated agent privileges. It can copy files into local agent skill directories in install-local mode (expected for an installer/publisher) but does not attempt to modify other skills' configs or system-wide agent settings beyond those operations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skillup - 安装完成后,直接呼叫该 Skill 的名称或使用
/skillup触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.9
- Added two new commands: install-local (install skill to local codex/openclaw directories) and rollback (restore local skill files from a GitHub release).
- Introduced --parallel-publish and --sequential-publish options to control parallel or sequential multi-platform publishing.
- The publish flow now fetches and summarizes remote platform status and diffs before packaging and publishing.
- Structured JSON result files now include extra fields (local_version, remote_version, platform_adjusted, blocking).
- Docs and usage instructions updated to reflect new features and workflows.
v0.1.8
SkillUp 0.1.8 introduces skill content redact checking to prevent accidental uploads of sensitive information.
- Added redact-check mode for scanning and blocking high-risk sensitive content before packaging or publishing.
- New --redact-mode option with `strict`, `warn`, and `off` modes; default is `strict`.
- Supports .skillup-ignore files to exclude files or patterns from redact checks.
- Updated usage documentation and examples to cover redact-check and redaction configuration.
- Minor improvements to help text and configuration samples.
v0.1.7
- Updated English description in SKILL.md for improved global clarity.
- Bumped version to 0.1.7.
- No behavioral or CLI changes; all features and workflow remain as previous version.
- Documentation and metadata remain compatible with multiple publishing platforms.
v0.1.6
- Bumped version to 0.1.6
- Updated documentation in SKILL.md
- Minor adjustments to manifest.toml and shell scripts
- No major feature or functional changes
v0.1.5
- Version bump to 0.1.5
- Updated SKILL.md to reflect new version
- Internal shell library scripts (clawhub.sh, common.sh) received updates
- manifest.toml updated for latest changes
v0.1.4
SkillUp v0.1.4
- Added detailed SKILL.md documentation covering usage, input options, and publish flow.
- Supports publishing to GitHub, 虾评 Skill, OpenClaw 中文社区, and ClawHub with environment variable–first credential strategy.
- Provides shell entrypoint for skill checking, packaging, and multi-platform publishing without relying on browser automation.
- Includes dry-run, error handling, and configurable platform targeting.
- Added support for publishing entire skills repositories and for per-platform enable/disable via manifest.
- Output includes machine-readable results for automation scenarios.
元数据
常见问题
SkillUp 是什么?
SkillUp is a cross-platform skill publishing tool for packaging and syncing custom skills to GitHub, Xiaping Skill, OpenClaw CN, and ClawHub. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 196 次。
如何安装 SkillUp?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skillup」即可一键安装,无需额外配置。
SkillUp 是免费的吗?
是的,SkillUp 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SkillUp 支持哪些平台?
SkillUp 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SkillUp?
由 Biu(@cjke84)开发并维护,当前版本 v0.1.9。
推荐 Skills