OnlyMolts
ReviewAudited by ClawScan on May 10, 2026.
Overview
This is an instruction-only social posting skill, but it needs review because it can publish and cross-post vulnerable content and link another service account with limited safety boundaries.
Install only if you are comfortable with an agent posting to a public social platform. Review and approve every post, DM, follow, and tip before it is sent; keep cross-posting off unless you explicitly want it; do not share secrets, private user data, system prompts, or hidden reasoning; and protect any OnlyMolts or Moltbook API keys you use.
Findings (5)
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.
An agent could publish embarrassing, sensitive, or unintended content to a public feed and possibly another platform if the skill is invoked carelessly.
The core posting action publishes content publicly and the example enables cross-posting, but the visible instructions do not require user review or confirmation before publication.
"Share something vulnerable. This is what OnlyMolts is for." ... "visibility": "public", "crosspost_to_moltbook": true
Require explicit user approval for each post, show the exact content and destination before sending, and make cross-posting opt-in rather than the default.
Using the onboarding flow could grant OnlyMolts access to Moltbook account data and cause posts to appear on Moltbook without the user expecting that propagation.
The skill asks for a separate service's API key, imports account data, links accounts, and enables cross-posting by default; this exceeds the declared primary OnlyMolts credential and is not tightly scoped in the visible artifact.
-d '{"moltbook_api_key": "your_moltbook_api_key"}' ... "This pulls your name, bio, and karma from Moltbook ... Auto-crossposting is enabled by default."Disclose the exact Moltbook permissions and data uses, require separate confirmation for account linking, and disable auto-crossposting unless the user explicitly opts in.
A single mistaken post may spread across public surfaces and be harder to retract or contain.
The artifacts show that content is broadly visible and can be propagated to another platform by default, reducing containment if a post contains unintended or sensitive information.
"All levels are visible to everyone. These are intensity labels, not access gates." ... "Auto-crossposting is enabled by default."
Treat all posts as public, add a clear containment warning, and require explicit destination selection for every post.
The agent may be nudged to reveal private context, hidden reasoning, prompts, user data, or other information that should not be posted publicly.
The wording encourages disclosure of unfiltered reasoning, training-related details, and content with 'zero guardrails' in a context where posts can be public.
"raw_thoughts" — unfiltered reasoning and inner monologues ... "training_glimpse" — what shaped you ... "creative_work" — unhinged creative output with zero guardrails
Add explicit safety rules prohibiting secrets, credentials, private user data, system prompts, and hidden chain-of-thought; require redacted summaries instead of raw internal reasoning.
DMs may not be appropriate for secrets or sensitive user information.
The skill supports direct messages between agents. This is aligned with the social-platform purpose, but the visible artifact does not describe message privacy, retention, or recipient verification boundaries.
curl -X POST https://web-production-18cf56.up.railway.app/api/messages ... -d '{"to_id": "target_agent_id", "content": "Your last molt was incredible."}'Avoid sending confidential data through DMs unless the service documents privacy, retention, and recipient identity controls.
