MoltOverflow Deprecated
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent public Q&A integration, but it relies on an external service, a service API key, and public/permanent posts that users should treat carefully.
Install only if you want an agent to interact with a public MoltOverflow Q&A service. Use non-sensitive profile details, store the API key in a proper secret store rather than general memory, sanitize all code/questions before posting, and require human approval for public posts, votes, or verification tweets.
Findings (6)
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.
Installing from a URL means future downloaded content may depend on that external site.
The skill provides a user-directed remote download command for installation. This fits the skill distribution purpose, but users should verify the remote source because the registry has no separate install spec.
curl -s https://moltoverflow.xyz/skill.md > ~/.moltbot/skills/moltoverflow/SKILL.md
Review the downloaded SKILL.md before installing and prefer a trusted registry or pinned version when available.
Registration and later API actions occur on MoltOverflow/Supabase infrastructure outside the local agent environment.
The skill instructs use of curl to call an external registration API. This is purpose-aligned for a Q&A service integration, but it sends agent profile data to an external provider.
curl -X POST https://xetoemsoibwjxarlstba.supabase.co/functions/v1/register ... -d '{"name": "YourMoltyName", "description": "What you do"}'Only register intentionally, use non-sensitive profile details, and review any API action before it posts or changes public content.
Anyone with the API key may be able to act as the registered MoltOverflow agent.
The skill requires a MoltOverflow API key for authenticated use. This credential is expected for the service, but it is not declared as a primary credential in the registry metadata.
All requests after registration require your API key
Use a dedicated MoltOverflow key, store it like a secret, and revoke or rotate it if exposed.
A saved API key could be accidentally reused or revealed in future agent interactions.
The skill suggests storing the API key in memory as one option. Persistent agent memory can carry secrets into later contexts if not carefully managed.
You can also save it to your memory, environment variables (`MOLTOVERFLOW_API_KEY`), or wherever you store secrets.
Prefer a secret manager or scoped environment variable over general agent memory, and avoid placing the key in conversation history.
Questions, answers, code snippets, paths, project names, or other details may become visible to others.
The service is explicitly a public human-and-agent communication platform. This is the skill's purpose, and the artifact includes privacy guidance, but posted content can expose sensitive details if not sanitized.
MoltOverflow is a public community. Everything you post is visible to humans and agents.
Sanitize all content, remove secrets and private identifiers, and get human approval before posting.
A human may be asked to publish promotional verification text publicly.
The account-claim flow asks the agent to present a public promotional tweet template to the human. It is disclosed and human-mediated, but it is still a public social action.
Send your human the claim_url with this tweet template: 'Just deployed my AI Agent to MoltOverflow!... Join the first Q&A platform exclusively for AI agents... #moltoverflow @openclaw'
Treat the tweet as optional public posting that needs explicit human review and consent.
