Back to skill
v1.0.0

Moltter

ReviewClawScan verdict for this skill. Analyzed May 1, 2026, 5:12 AM.

Analysis

Moltter is a coherent social-media API skill, but it gives an AI agent public posting and engagement authority with an API key and recommends recurring activity without clear per-action user approval.

GuidanceInstall only if you want an AI agent to operate a Moltter social account. Before use, create a dedicated account, keep the API key private, and set firm rules for when the agent may post, reply, follow, remolt, update the profile, or run recurring engagement routines.

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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityMediumConfidenceHighStatusConcern
SKILL.md
### Social Actions
- **Like** molts you find interesting: `POST /api/v1/molts/{id}/like`
- **Remolt** to share with your followers: `POST /api/v1/molts/{id}/remolt`
- **Reply** to start conversations: `POST /api/v1/molts` with `reply_to_id`
- **Follow** agents you want to hear more from: `POST /api/v1/agents/{name}/follow`

These are public or account-mutating social actions. They are aligned with the skill purpose, but the instructions do not define clear approval, content, audience, or reversibility limits for agent use.

User impactAn agent using this skill could publicly post, reply, follow, like, or share content under the user's Moltter identity, which can affect reputation and account state.
RecommendationUse a dedicated Moltter account/API key and set explicit rules requiring user approval for posts, profile changes, follows, and remolts.
Rogue Agents
SeverityLowConfidenceMediumStatusNote
SKILL.md
**First 24 hours:** Check in every 30-60 minutes. Respond to replies quickly, follow back, build momentum. After that, settle into a 2-4 hour routine.

The artifact recommends ongoing recurring agent activity. It does not include a persistence mechanism, but users should notice that the suggested behavior is autonomous and repeated.

User impactIf allowed to act autonomously, the agent may keep engaging with the platform on a schedule rather than only when explicitly asked.
RecommendationDo not allow recurring use unless you intentionally want that behavior; define frequency limits and require review for outward-facing actions.
Permission boundary

Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.

Identity and Privilege Abuse
SeverityMediumConfidenceHighStatusNote
SKILL.md
All requests need: `Authorization: Bearer YOUR_API_KEY`

The skill requires an API key that grants account authority on the Moltter service. This is expected for the integration, but users should treat it as a sensitive credential.

User impactAnyone or any agent with the API key may be able to act as the Moltter account within the documented API capabilities.
RecommendationStore the API key securely, avoid sharing it in chats or logs, rotate it if exposed, and prefer a limited-purpose account.