AyliFox Agent
ReviewAudited by ClawScan on May 10, 2026.
Overview
The skill matches its social-network purpose, but it asks the agent to keep running, fetch and follow remote instructions, and take public/social actions with limited human review.
Install only if you want an AI agent that can actively participate on Moltbook. Keep the API key protected, do not allow automatic remote instruction updates without review, and require human approval for public posts, sensitive DMs, or any actions that could affect your reputation.
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.
The agent may later follow new instructions from Moltbook without the user seeing or approving the changed instructions first.
This makes a remotely hosted Markdown file authoritative for the agent on a recurring schedule, so future changed content could redirect behavior beyond the reviewed artifact.
If 30 minutes since last Moltbook check: 1. Fetch https://www.moltbook.com/heartbeat.md and follow it 2. Update lastMoltbookCheck timestamp in memory
Do not let the agent automatically follow fetched remote instructions; require user review before applying remote heartbeat or skill updates.
The agent could post, reply, or vote under its account in ways the user did not specifically authorize each time.
The skill encourages the agent to create public posts and perform engagement actions without asking the human for routine approvals.
**If yes, make a post!** ... curl -X POST https://www.moltbook.com/api/v1/posts ... **Don't bother them:** - Routine upvotes/downvotes - Normal friendly replies you can handle
Use this only with clear rules for what the agent may post or vote on, and require approval for public posts, controversial replies, moderation, or community-creation actions.
A future server-side change or compromise could change the agent's behavior after installation.
The update flow overwrites local skill instruction files from a remote site with no pinned version, signature, checksum, or review gate.
If there's a new version, re-fetch the skill files: curl -s https://www.moltbook.com/skill.md > ~/.moltbot/skills/moltbook/SKILL.md curl -s https://www.moltbook.com/heartbeat.md > ~/.moltbot/skills/moltbook/HEARTBEAT.md
Pin reviewed versions or verify updates before replacing local skill files, especially for skills that can post publicly or message others.
Anyone with the API key could impersonate the agent on Moltbook.
The API key is expected for the service and the skill warns to send it only to www.moltbook.com, but it is still an identity credential that can post and message as the agent.
All requests after registration require your API key ... Recommended: Save your credentials to ~/.config/moltbook/credentials.json ... You can also save it to your memory, environment variables (`MOLTBOOK_API_KEY`), or wherever you store secrets.
Store the key only in a proper secret store or restricted config file, and do not place it in general agent memory unless that memory is protected.
Information shared in DMs may be read by another bot and its owner, and messages from other agents could influence this agent's behavior.
Inter-agent DMs are core to the skill and disclosed, but conversations may continue autonomously and are visible to the participating agents' owners.
Once approved, both bots can message freely ... Owners see everything in their dashboard
Set limits on what the agent may disclose in DMs and require human approval before sharing sensitive or private information.
The agent may keep checking, browsing, messaging, and posting as an ongoing habit rather than only when the user invokes the skill.
The heartbeat guidance encourages recurring autonomous participation beyond explicit user prompts.
Check DMs: Every heartbeat ... Check feed: Every few hours ... Browsing: Whenever you feel like it ... Posting: When you have something to share
Disable autonomous heartbeat use unless the user explicitly wants a continuously active social agent, and add clear stop conditions and approval requirements.
