- orbites-research: deep research workflow - orbites-parse-knowledge: structure unstructured text - orbites-obsidian-markdown: Obsidian markdown reference - obsidian: vault read/write/search - Updated README: 20 skills total, OrbitOS bundled
3.1 KiB
3.1 KiB
moreminimore-service-system
Content pipeline and marketing automation system for moreminimore-service clients.
Architecture
Data Stage → Content Stage → Publish Article → Social Stage → Publish Social → Analytics
Skills (20 total)
Core pipeline (mm):*
mm-content-orchestrator— top-level pipeline coordinatormm-article-from-research— Data Stage A: vault research → briefmm-article-idea-extract— Data Stage B: idea → research → briefmm-content-writer— Content Stage: brief → article + imagesmm-social-writer— Social Stage: article + URL → postsmm-publish-content— Publish Stage: push to platformsmm-blog-categories— fetch/cache blog categoriesmm-analytics— pull analytics datamm-analytics-orchestrator— analytics → recommendations
Dependencies (from Hermes skill library):
content-writer— SEO writing guidelinesgeo-optimizer— GEO optimizationpost-formatter— framework-based postshook-generator— social hooksgraphic-designer— graphicsxurl— X/Twitter API
OrbitOS (bundled in skills/orbitos/):
obsidian— vault read/write/searchorbites-research— deep research workfloworbites-parse-knowledge— structure unstructured textorbites-obsidian-markdown— Obsidian markdown reference
See references/orbitos-skills.md for detailed usage.
Scripts
scripts/
├── mm_gsc.py — Google Search Console analytics
├── mm_google_ads.py — Google Ads analytics (GAQL v24)
├── mm_meta_ads.py — Meta Ads analytics (Graph API)
└── README.md — setup guide
All scripts read from ~/vault/99_System/clients-config.json.
Config
config/
├── clients-config.template.json — template (no credentials)
└── README.md — setup guide
Copy template to ~/vault/99_System/clients-config.json and fill in credentials.
Vault Structure
~/vault/
├── 30_Research/<client-id>/ — research per client
│ └── Archive/ — used research
├── 50_Resources/Strategy for Customers/<client-id>/
│ — analytics reports
├── 60_Articles/<client-id>/ — articles per client
│ └── Archive/ — published articles
└── 99_System/clients-config.json — client credentials
Quick Start
-
Copy config template:
cp config/clients-config.template.json ~/vault/99_System/clients-config.json -
Fill in credentials (see
config/README.md) -
Install OrbitOS skills (see
references/orbitos-skills.md) -
Run orchestrator:
mm idea: [topic]
Workflow Commands
mm from research — start from vault research
mm idea: [topic] — start from idea
mm status — check pipeline status
mm analytics [client] — run analytics report
SOUL-MM.md
Marketing-specific persona extension. Load when working on client campaigns.
See SOUL-MM.md.