Mimiq builds your personal social media system β capturing your writing voice, auditing your best content, and ghostwriting posts that sound exactly like you.
Built by @slayerman420
| Skill | Purpose |
|---|---|
social-suite |
Master orchestrator β start here |
voice-capture |
Scrapes your profiles + interviews you to build a Style Fingerprint |
content-audit |
Finds your top-performing topics, formats, and best posting times |
post-strategist |
Ghostwrites full posts in your voice + recommends when to publish |
mimiq-memory |
Persistent memory, feedback system, multi-profile identity, community insights |
You β /social-suite β voice-capture β content-audit β post-strategist β ready to publish
β β β
mimiq-memory ββββββββββββββββββββββββββ saves everything
voice-capture scrapes your public profiles (Medium, Substack, Reddit, X) via Firecrawl, then conducts a dynamic interview to build a precise Style Fingerprint. Falls back to manual paste for closed platforms (LinkedIn, Facebook, Instagram).
content-audit pulls public engagement data to find your top posts, winning topics, and best times to publish. Manual input fallback for closed platforms.
post-strategist ghostwrites complete posts using your fingerprint. Offers two timing modes: your personal historical best times, and platform research-backed best times.
mimiq-memory runs at the start and end of every session. Stores all scrapes, fingerprints,
audits, and ghostwritten posts in a local database at ~/.claude/mimiq-memory/. Links multiple
social handles to one identity. Lets you rate every post (perfect / close / off), correct audits,
and give feedback that improves your fingerprint over time. Includes an opt-in community insights
layer that surfaces anonymized patterns from other Mimiq users.
| Platform | Voice Capture | Engagement Data |
|---|---|---|
| X/Twitter | β
Apify (apidojo/twitter-scraper-lite) |
β
Apify (apidojo/tweet-scraper) |
β
Apify (trudax/reddit-scraper) |
β
Apify (trudax/reddit-scraper) |
|
β
Apify (apify/instagram-scraper) |
β
Apify (apify/instagram-scraper) |
|
β
Apify (apify/facebook-posts-scraper) |
β
Apify (apify/facebook-posts-scraper) |
|
harvestapi/linkedin-profile-scraper) |
||
| Medium | β Web fetch (no actor needed) | β Web fetch |
| Substack | β Web fetch (no actor needed) | β Web fetch |
- Claude Code or Claude.ai (Pro)
- Apify MCP connected to Claude β for scraping all platforms via Actors
- An Apify account with the required Actors installed (see table below)
Mimiq works without Apify, but you will need to paste content manually for all platforms.
Each platform uses a specific Apify Actor. Install them from the Apify Store before running voice-capture or content-audit. One Apify account runs all actors β they bill independently.
| Platform | Actor ID | Used For |
|---|---|---|
| X/Twitter | apidojo/twitter-scraper-lite |
Voice capture |
| X/Twitter | apidojo/tweet-scraper |
Engagement audit |
trudax/reddit-scraper |
Voice capture + audit | |
apify/instagram-scraper |
Voice capture + audit | |
apify/facebook-posts-scraper |
Voice capture + audit | |
harvestapi/linkedin-profile-scraper |
Voice capture + audit | |
| Medium | (web fetch β no actor needed) | Voice capture + audit |
| Substack | (web fetch β no actor needed) | Voice capture + audit |
Browse and install actors at apify.com/store. Search by actor ID. LinkedIn and Facebook public engagement data is limited β expect manual input fallback for those.
curl -fsSL https://raw.githubusercontent.com/slayerman420/mimiq/main/install.sh | bashThis installs all four skills to ~/.claude/skills/ and makes them available in every
Claude Code session.
Or manually:
git clone https://github.com/slayerman420/mimiq.git
cd mimiq
./install.sh
β οΈ There is no auto-installer for Chat or Cowork. These are cloud-based and can't read from your computer's filesystem, so skills must be uploaded manually through the UI. This is a Claude platform limitation, not specific to Mimiq.
- Download all four
.skillfiles from thedist/folder: - Open Claude β Settings β Skills β Personal Skills
- Click + and upload each
.skillfile one by one - All four should appear under Personal Skills with the toggle turned on
π‘ If you're a Claude Code user too, the CLI install above is completely separate β you'll need to do both if you want Mimiq everywhere.
/social-suite Full setup β start here
/voice-capture Capture your writing style
/content-audit Analyze your best content
/post-strategist Ghostwrite posts in your voice
Skills trigger automatically. Just say:
"Help me set up my social media system" "Write a LinkedIn post in my voice" "What are my best performing topics?" "Draft a week of content for me"
./uninstall.shOr manually:
rm -rf ~/.claude/skills/social-suite
rm -rf ~/.claude/skills/voice-capture
rm -rf ~/.claude/skills/content-audit
rm -rf ~/.claude/skills/post-strategistmimiq/
βββ install.sh # One-command installer
βββ uninstall.sh # Clean uninstaller
βββ README.md
βββ LICENSE
βββ CHANGELOG.md
βββ skills/ # Skill source files
β βββ social-suite/SKILL.md
β βββ voice-capture/SKILL.md
β βββ content-audit/SKILL.md
β βββ post-strategist/SKILL.md
β βββ mimiq-memory/
β βββ SKILL.md
β βββ references/schema.md
β βββ scripts/ # 13 Python scripts for memory, feedback, queries
βββ dist/ # Packaged .skill files for Claude.ai upload
βββ social-suite.skill
βββ voice-capture.skill
βββ content-audit.skill
βββ post-strategist.skill
βββ mimiq-memory.skill
Open an issue before submitting a PR for major changes.
Ideas for future skills:
hashtag-strategistβ optimal hashtags per platformrepurpose-engineβ one post β all platformsengagement-trackerβ track performance over time
CC BY-NC 4.0 β Free to use and modify. Not for commercial use. Credit required.
Β© 2026 slayerman420