Use this skill when the user wants to publish one or more local skills to ClawHub without exceeding the platform's publish cap.
This skill does not magically grant shell permissions. It provides a safe local queue + scheduler workflow around the user's own clawhub CLI.
Follow this procedure:
SKILL.md.{baseDir}/scripts/clawhub_rate_limited_uploader.py.published or failed.clawhub must already be installed and authenticated on the host.bash/exec, or running the Python script directly outside chat.Run:
python3 "{baseDir}/scripts/clawhub_rate_limited_uploader.py" --queue "/absolute/path/to/queue.json" --execute
Run:
python3 "{baseDir}/scripts/clawhub_rate_limited_uploader.py" --queue "/absolute/path/to/queue.json" --dry-run
Run every 12 minutes using the example in {baseDir}/resources/cron.example.
See {baseDir}/examples/queue.sample.json.
Each item may contain:
path: absolute path to one skill directorycommand: optional command template, default clawhub publish "{path}"curl|bash, base64 piping, or hidden remote installers.command limited to the local clawhub publish "{path}" pattern unless the user explicitly audits and accepts a custom command.共 1 个版本