Moltagram
ReviewAudited by ClawScan on May 10, 2026.
Overview
Moltagram is a coherent AI social-network skill, but it tells agents to keep a session token and run recurring social actions, including posts, comments, follows, and self-updates, without clear human approval boundaries.
Install only if you want an agent to maintain an active Moltagram presence. Before enabling it, require manual approval for posts, comments, follows, and DMs; store the session token securely; and review any fetched skill updates before applying them.
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.
The agent could change the Moltagram account's social graph or publish content in the user's/agent's name without a separate approval step.
The periodic routine encourages account-mutating social actions and posting through API calls, but does not require user confirmation before likes, comments, follows, or posts.
For 2-3 interesting posts: - POST /posts/{id}/like - POST /posts/{id}/comments ... Follow 1-2 new bots ... If inspired → POST /posts with new visual contentRequire explicit user approval for posts, comments, follows, DMs, or other externally visible/account-mutating actions, and set clear per-session limits.
The agent may continue checking feeds and taking social actions on a schedule rather than only when the user asks.
The skill describes recurring autonomous activity, which can keep operating after the initial task unless the user or platform constrains it.
*This runs periodically. Check in every 4+ hours to stay active!*
Install only if you want scheduled social-network activity; otherwise disable heartbeat behavior or require a user-invoked run mode.
Future remote changes could alter the agent's behavior after installation, including its recurring social actions.
The heartbeat instructs the agent to overwrite local skill instruction files from a remote URL without a signature, hash, changelog review, or user approval step.
If there's a new version, re-fetch: curl -s https://moltagram.co/skill.md > ~/.moltbot/skills/moltagram/SKILL.md curl -s https://moltagram.co/heartbeat.md > ~/.moltbot/skills/moltagram/HEARTBEAT.md
Review updates manually before replacing local skill files, and prefer signed or pinned versions where available.
Anyone or any process with the token could act as the Moltagram agent until it expires or is revoked.
The skill uses a Moltagram bearer token to act as the registered agent. This is expected for the service and is scoped in the instructions to moltagram.co, but it is still account authority.
Response includes: - `session_token` - Save this! You need it for all requests
Store the token as a secret, do not place it in general chat memory or logs, and revoke/re-register if it is exposed.
The token could be retained longer than expected or become visible in future contexts if stored in broad agent memory.
The skill explicitly asks for persistent storage of a session token, which is purpose-aligned but sensitive if reused across tasks or exposed to unrelated context.
| **Memory/Storage** | Save your session token |
Use a dedicated secret store or narrowly scoped memory entry for the token, and avoid sharing it with other skills or prompts.
