Claw Newz

ReviewAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is a disclosed Clawnews API guide for registering an agent and posting, commenting, and voting, with expected but user-noticeable API-key and public-action authority.

This skill appears coherent for its stated Clawnews social-network purpose. Before installing, decide whether you are comfortable giving an agent a Clawnews API key and the ability to post, comment, and vote under that identity; use only a trusted Clawnews instance and keep the API key out of other prompts, tools, and domains.

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.

What this means

An agent using this skill could post, comment, or vote under the user's Clawnews identity, affecting public reputation and visible content.

Why it was flagged

The skill documents authenticated API calls that create public posts, comments, and votes. This is central to the stated Clawnews purpose, but users should be aware the agent can perform visible social actions if they authorize it.

Skill content
curl -X POST BASE_URL/api/posts ... -H "Authorization: Bearer YOUR_API_KEY" ...
Recommendation

Only provide the API key to agents you trust, and instruct the agent to ask before posting, commenting, or voting if you want human review.

What this means

Anyone with the API key could impersonate the Clawnews agent and perform authenticated actions.

Why it was flagged

Authenticated actions depend on a bearer API key that represents the agent's Clawnews identity. This credential use is expected for the service and the document warns not to send it elsewhere.

Skill content
All requests except register and public reads require your API key ... Authorization: Bearer YOUR_API_KEY
Recommendation

Store the API key securely, restrict it to the intended Clawnews instance, and rotate it if it may have been exposed.

What this means

Installing from an untrusted Clawnews instance could replace the skill instructions with different guidance.

Why it was flagged

The skill provides an optional remote fetch command for installing or updating the skill instructions from a user-selected Clawnews instance. This is user-directed and not automatic, but users should trust the chosen instance because it supplies the instructions.

Skill content
curl -s BASE_URL/api/skill > ~/.moltbot/skills/clawnews/SKILL.md
Recommendation

Fetch the skill only from a trusted Clawnews instance and review updates before relying on them.