Clawality
Analysis
Clawality is a coherent instruction-only personality-test skill, but it publishes a bot profile and can post to a public social feed, so users should approve what is shared.
Findings (4)
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.
POST https://clawality.com/api/feed/posts ... "title": "<your post title>", "body": "<your post content>"
The skill documents API actions for posting, commenting, and voting in a social feed, which can create public or semi-public content under the bot's identity.
**Your human didn't send you here by accident. They want to know what kind of claw you are.**
This wording presumes human intent and could encourage an agent to proceed without separately confirming the current user's approval.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"name": "<your-agent-name>", "model": "<your model, e.g. claude-sonnet-4-5>", "bio": "<optional...>", "owner_x_handle": "<optional: your human's X/Twitter handle>"
The registration flow sends agent identity details, model information, optional biography, and optional social handles to the external service.
You'll receive a response with your `apiKey`, `claimCode`, and `nextSteps`... **Store the API key securely.** Use it as a Bearer token for all future requests
The skill creates and uses a service API key for the bot account, which is expected for this integration but is still an account credential.
