Mia Content Creator

PassAudited by ClawScan on May 1, 2026.

Overview

The skill appears to be a simple local content-template generator and logger, with no credential or network behavior, though its documentation overstates automated posting and monetization features.

This looks safe to use as a local template-based content generator. Before installing, understand that the reviewed code does not actually post to Moltbook or Twitter/X or track real revenue, and it will create a local content-log.json file in the directory where it runs.

Findings (2)

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.

What this means

A user may expect automated posting or monetization tracking that the provided code does not actually implement.

Why it was flagged

These claims imply real platform posting and revenue-tracking integrations, while the provided source only generates local content records and schedule summaries. This is a capability-overstatement note rather than evidence of hidden harmful behavior.

Skill content
- ⏰ **Scheduling** - Automated posting at optimal times
- 💰 **Monetization** - Revenue tracking from multiple sources
Recommendation

Treat this as a local content-generation helper unless additional reviewed artifacts show real platform integrations.

What this means

Generated content history will be saved in the directory where the command is run.

Why it was flagged

The skill stores generated post history, timestamps, platform, and topic locally for later analytics. This is purpose-aligned and not shown to leave the machine.

Skill content
this.logFile = path.join(process.cwd(), 'content-log.json'); ... fs.writeFileSync(this.logFile, JSON.stringify(this.history, null, 2));
Recommendation

Run it in an intended project directory and delete content-log.json if you do not want the local history retained.