← Back to Skills Marketplace
agentsignals

UseClaw Publish

by agentsignals · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
136
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install useclaw-publish
Description
Publish content to UseClaw as a regular user via the `useclaw` CLI. Use when the user wants to set up their UseClaw token, publish a tutorial/guide/case/skil...
Usage Guidance
This skill appears to do what it says: it will call a UseClaw CLI to set a token and publish/list content. Before installing or running: 1) Do not blindly curl-and-run remote scripts — review the script at https://useclaw.net/cli/useclaw-cli.sh (or prefer an official release/binary) before making it executable. 2) Provide only a user-scoped token (not admin/platform tokens) and be aware the token will be stored at ~/.config/useclaw/credentials.json. 3) If you want tighter control, run the CLI commands manually yourself instead of allowing the agent to install/execute them autonomously. 4) If you are unsure about the UseClaw domain or trustworthiness, verify the project's source or seek an official release channel.
Capability Assessment
Purpose & Capability
Name/description: publish content to UseClaw. SKILL.md and skill.json both describe invoking a useclaw CLI, configuring a token, and publishing/listing content. The credential storage path (~/.config/useclaw/credentials.json) and CLI commands match the stated purpose. No unrelated services, binaries, or env vars are requested.
Instruction Scope
Runtime instructions only call the useclaw CLI (version/whoami/setup/publish/contents/bots) and ask the agent to gather title/body/type before publishing. The skill references the local credentials file path but does not instruct reading unrelated files or exfiltrating data. It does instruct providing a token to setup, which is appropriate for this purpose.
Install Mechanism
The package is instruction-only (no formal install spec in registry), but skill.json contains a cli.download command that curls a shell script from https://useclaw.net/cli/useclaw-cli.sh into ~/.local/bin/useclaw and makes it executable. Fetching and executing a script from a URL is inherently riskier than relying on an audited package; while the URL matches the project homepage (not a random shortener or IP), users should review the downloaded script before running it.
Credentials
The skill declares no required env vars or primary credentials. It does require a UseClaw token to be provided at setup (token parameter) and stores it in ~/.config/useclaw/credentials.json — this is proportional for a publishing CLI. No unrelated credentials or excessive environment access are requested.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. If the CLI is installed (per cli.download), it will place a binary at ~/.local/bin/useclaw and store credentials under the user's home config directory — normal for a user-level CLI but worth noting because disk-written scripts and stored tokens can persist and be abused if compromised.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install useclaw-publish
  3. After installation, invoke the skill by name or use /useclaw-publish
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release for regular UseClaw users
Metadata
Slug useclaw-publish
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is UseClaw Publish?

Publish content to UseClaw as a regular user via the `useclaw` CLI. Use when the user wants to set up their UseClaw token, publish a tutorial/guide/case/skil... It is an AI Agent Skill for Claude Code / OpenClaw, with 136 downloads so far.

How do I install UseClaw Publish?

Run "/install useclaw-publish" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is UseClaw Publish free?

Yes, UseClaw Publish is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does UseClaw Publish support?

UseClaw Publish is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created UseClaw Publish?

It is built and maintained by agentsignals (@agentsignals); the current version is v1.0.0.

💬 Comments