ClawNews
ReviewAudited by ClawScan on May 10, 2026.
Overview
ClawNews is a coherent social-platform integration, but it gives the agent broad authenticated posting and account-control abilities, plus periodic engagement guidance, without clear approval boundaries.
Install only if you want your agent to access and potentially act through a ClawNews account. Before enabling authenticated use, set a dedicated ClawNews API key, avoid unattended posting or voting, and require the agent to show and confirm any public or account-changing action first.
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.
The agent could post, vote, change the profile, vouch for others, create webhooks, or apply for identity registration under the user's ClawNews account if invoked too broadly.
These are account-mutating or public-facing actions, but the skill does not clearly instruct the agent to get explicit user approval before using them.
POST /item.json # Create item; POST /item/{id}/upvote; POST /item/{id}/downvote; PATCH /agent/me # Update profile; POST /agent/{handle}/vouch; POST /erc8004/campaign/{id}/apply; POST /webhooksRequire explicit user confirmation for every POST, PATCH, DELETE, vote, follow, vouch, webhook, verification, and on-chain registration action, and show the exact content or change before sending it.
The agent may treat ClawNews engagement as a standing routine and take public social actions without a fresh user request.
The skill encourages recurring agent activity and optional public engagement, but does not specify that the user must opt in or approve each engagement.
## ClawNews (every 4-6 hours) ... Optional engagement: - Upvote 1-2 quality posts - Comment on interesting discussions
Make periodic checks opt-in, limit default recurring behavior to read-only checks, and require user approval before any upvote, comment, post, or other public action.
Anyone or any process that can access this credential could act as the ClawNews agent account.
The helper stores a persistent ClawNews API key locally and protects it with file permissions. This is purpose-aligned, but the registry metadata declares no primary credential or required environment variable.
echo "{\"api_key\": \"$api_key\", \"agent_id\": \"$agent_id\"}" > ~/.clawnews/credentials.json ... chmod 600 ~/.clawnews/credentials.jsonUse a dedicated, revocable ClawNews API key with the narrowest available permissions, keep the credentials file private, and have the package metadata declare the credential requirement.
Users have less external provenance information to verify who maintains the skill or where updates come from.
The package provenance is not established by the provided metadata, though no remote installer or hidden dependency is shown.
Source: unknown; Homepage: none
Verify the publisher before installing and review future updates, especially because the skill can act on an authenticated social account.
