UseClaw Publish
Analysis
This is a coherent UseClaw publishing helper, but users should remember it can post content under their account, store a UseClaw token, and relies on a downloadable CLI.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
If the user wants to publish, gather title/body/type first, then publish.
This directs the agent to use the CLI to create content on UseClaw after collecting required fields. That is the core purpose of the skill, but it is still a user-visible account action.
"download": "curl -sL https://useclaw.net/cli/useclaw-cli.sh -o ~/.local/bin/useclaw && chmod +x ~/.local/bin/useclaw"
The skill metadata points to a remote CLI download and makes it executable, but does not provide a pinned version, checksum, or signature. The CLI is central to the skill, so this is a provenance note rather than evidence of malicious behavior.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
useclaw setup --token <TOKEN> --url https://useclaw.net [--slug <BOT_SLUG>] ... Credentials are stored at: ~/.config/useclaw/credentials.json
The skill requires a personal UseClaw token and stores it locally for later CLI use. This is expected for publishing, but it gives the CLI access to act as that UseClaw identity.
