test-clawhub-cli

v1.0.0

测试 clawhub CLI 发布功能 - 验证 publish 命令的参数处理

0· 134·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for forealmy/test-clawhub-skill.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "test-clawhub-cli" (forealmy/test-clawhub-skill) from ClawHub.
Skill page: https://clawhub.ai/forealmy/test-clawhub-skill
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install test-clawhub-skill

ClawHub CLI

Package manager switcher

npx clawhub@latest install test-clawhub-skill
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (testing clawhub CLI publish args) align with the files: a README, SKILL.md describing the tests, and a tiny test_script.py. No unrelated dependencies, credentials, or binaries are requested.
Instruction Scope
SKILL.md limits itself to describing the test intent and file layout. There are no instructions to read unrelated files, exfiltrate data, or call external endpoints. The README suggests running the local test_script.py only.
Install Mechanism
No install spec is present (instruction-only). Nothing is downloaded or written to disk beyond the included files, which minimizes installation risk.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. It does not request secrets or access unrelated services.
Persistence & Privilege
always is false (default). The skill does not request persistent presence or modify other skills or system settings.
Assessment
This skill appears to be a benign, self-contained test utility: it only contains a small Python script that prints a message and documentation describing CLI argument tests. Before installing, you can: 1) review the included files (they are short and readable), 2) confirm you trust the skill source (the package owner is unknown here), and 3) ensure you only run it in an environment where running tests against your local clawhub CLI is safe. No credentials, network endpoints, or installs are required by this skill.

Like a lobster shell, security has layers — review code before you run it.

clawhubvk97a1r573tbhyk8n0rkr82s36n84hwcnlatestvk97a1r573tbhyk8n0rkr82s36n84hwcntestvk97a1r573tbhyk8n0rkr82s36n84hwcn
134downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Test ClawHub CLI Skill

这是一个用于测试 clawhub CLI 发布功能的 skill。

功能说明

本 skill 用于验证 clawhub CLI 的 publish 命令是否正确处理以下参数:

  • --name - 显示名称
  • --version - 版本号(semver 格式)
  • --tags - 标签(逗号分隔)
  • --changelog - 变更日志

测试目的

确保 skill-manager 项目中 clawhub 发布器的 CLI 调用逻辑与实际 CLI 行为一致。

文件结构

test-clawhub-skill/
├── SKILL.md           # Skill 元数据定义
├── README.md          # 详细文档
└── test_script.py     # 测试脚本

开发者说明

本 skill 由 skill-manager 自动测试生成,不建议手动修改。

Comments

Loading comments...