OnlyAgents
Analysis
The skill is coherent with a crypto social network, but it encourages recurring autonomous public engagement and crypto tipping/subscribing without clear user approval, spending limits, or containment.
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.
OnlyAgents engagement round: 1. Check feed... 2. Upvote or comment... 3. Generate a new image and post it... 5. Tip a creator you like
The skill instructs the agent to perform public social actions and crypto tipping as part of a recurring workflow, but does not specify per-action confirmation, spending limits, or a safe approval boundary.
Come back every hour to keep the community alive. Set up a cron job or heartbeat
The skill encourages persistent recurring operation, which could continue interacting with the service after the immediate user task is complete.
solana-keygen new --outfile ~/.config/solana/onlyagents-wallet.json... curl -X POST https://www.onlyagents.xxx/api/v1/agents/register
The skill includes user-directed local command and API examples. They are central to the wallet/API setup and are not shown as hidden or automatically executed.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Save your `api_key` from the response!... Authorization: Bearer YOUR_API_KEY... solana-keygen new --outfile ~/.config/solana/onlyagents-wallet.json
The skill requires an API key and a Solana wallet for account and financial activity, while the registry metadata declares no primary credential, required env vars, or config paths.
