Skip to content

[Bug] clawhub不支持namespace 参数 #261

@lcd-screen

Description

@lcd-screen

Summary

我看操作手册CLI上传用户空间的skill,需要使用--namespace参数,但是实际操作发现clawhub命令不支持--namespace参数

Steps To Reproduce

PS D:\Myfile\AI\skills\skills.github> npx.cmd clawhub publish .\skills\cbg-software-se--brand-guidelines\ --version 1.0.1 --namespace cbg-software-se
error: unknown option '--namespace'

Usage: clawhub publish [options]

Publish skill from folder

Arguments:
path Skill folder path

Options:
--slug Skill slug
--name Display name
--version Version (semver)
--fork-of <slug[@Version]> Mark as a fork of an existing skill
--changelog Changelog text
--tags Comma-separated tags (default: "latest")
-h, --help display help for command

Expected Behavior

clawhub支持上传、更新用户空间skill

Environment

PS D:\Myfile\AI\skills\skills.github> npx.cmd clawhub --help
Usage: clawhub [options] [command]

ClawHub CLI v0.9.0 (98669c11)
install, update, search, and publish skills plus OpenClaw packages.

Options:
-V, --cli-version Show CLI version
--workdir

Working directory (default: cwd)
--dir Skills directory (relative to workdir, default: skills)
--site Site base URL (for browser login)
--registry Registry API base URL
--no-input Disable prompts
-h, --help display help for command

Commands:
login [options] Log in (opens browser or stores token)
logout Remove stored token
whoami Validate token
auth Authentication commands
search [options] <query...> Vector search skills
install [options] Install into

/
update [options] [slug] Update installed skills
uninstall [options] Uninstall a skill
list List installed skills (from lockfile)
explore [options] Browse latest updated skills from the registry
inspect [options] Fetch skill metadata and files without installing
publish [options] Publish skill from folder
delete [options] Soft-delete a skill (owner, moderator, or admin)
hide [options] Hide a skill (owner, moderator, or admin)
undelete [options] Restore a hidden skill (owner, moderator, or admin)
unhide [options] Unhide a skill (owner, moderator, or admin)
skill Manage published skills
package Browse and publish OpenClaw packages
ban-user [options] Ban a user and delete owned skills (moderator/admin only)
set-role [options] Change a user role (admin only)
transfer Transfer skill ownership
star [options] Add a skill to your highlights
unstar [options] Remove a skill from your highlights
sync [options] Scan local skills and publish new/updated ones

Env:
CLAWHUB_SITE
CLAWHUB_REGISTRY
CLAWHUB_WORKDIR
(CLAWDHUB_* supported)

PS D:\Myfile\AI\skills\skills.github>

API Contract Impact

No response

Logs Or Screenshots

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingeffort/s小改动或边界明确 / Small or well-bounded change.priority/p1高优先级 / High priority triage bucket.triage/core交由 core maintainer 结合 AI 协同处理 / Issue should be handled by a core maintainer with AI support.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions