Files
moreminimore-service-system/README.md
Kunthawat Greethong ddac3f187c Merge OrbitOS into project — one install, everything ready
- Added 15 OrbitOS skills (bundled in skills/orbitos/)
- Added vault structure templates (views, templates, prompts)
- Added install.sh (macOS + Linux)
- Removed references/orbitos-skills.md (no longer needed)
- Updated README: 30 skills total, unified install flow

Total: 9 mm* + 6 dependencies + 15 orbitos = 30 skills
2026-07-02 10:13:46 +07:00

139 lines
4.1 KiB
Markdown

# moreminimore-service-system
Content pipeline and marketing automation system. Includes OrbitOS productivity framework.
**One install = everything.**
## Quick Install
```bash
# Clone
git clone https://git.moreminimore.com/kunthawat/moreminimore-service-system.git
cd moreminimore-service-system
# Install (macOS or Linux)
bash install.sh
```
Options:
```bash
bash install.sh --vault-path /custom/vault/path
bash install.sh --skip-vault # skills only
bash install.sh --skip-skills # vault only
```
## What Gets Installed
### Skills (30 total)
**Core pipeline (mm* — 9):**
- `mm-content-orchestrator` — top-level pipeline coordinator
- `mm-article-from-research` — Data Stage A: vault research → brief
- `mm-article-idea-extract` — Data Stage B: idea → research → brief
- `mm-content-writer` — Content Stage: brief → article + images
- `mm-social-writer` — Social Stage: article + URL → posts
- `mm-publish-content` — Publish Stage: push to platforms
- `mm-blog-categories` — fetch/cache blog categories
- `mm-analytics` — pull analytics data
- `mm-analytics-orchestrator` — analytics → recommendations
**Dependencies (6):**
- `content-writer` — SEO writing guidelines
- `geo-optimizer` — GEO optimization
- `post-formatter` — framework-based posts
- `hook-generator` — social hooks
- `graphic-designer` — graphics
- `xurl` — X/Twitter API
**OrbitOS (15):**
- `obsidian` — vault read/write/search
- `orbites-research` — deep research workflow
- `orbites-parse-knowledge` — structure unstructured text
- `orbites-obsidian-markdown` — Obsidian markdown reference
- `orbites-obsidian-bases` — Obsidian Bases database views
- `orbites-ai-newsletters` — AI news curation
- `orbites-ai-products` — AI product launches
- `orbites-archive` — archive completed items
- `orbites-ask` — quick Q&A
- `orbites-brainstorm` — interactive brainstorming
- `orbites-end-my-day` — evening wrap-up
- `orbites-json-canvas` — visual mind maps
- `orbites-kickoff` — idea → project
- `orbites-start-my-day` — morning planning
- `orbites-vault-git` — git operations for vault
### 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
```
### Vault Structure
```
~/vault/
├── 00_Inbox/ — quick captures
├── 10_Daily/ — daily logs (YYYY-MM-DD.md)
├── 20_Projects/ — active projects (C.A.P.)
├── 30_Research/ — research per client
│ ├── general/ — not tied to a client
│ └── <client-id>/ — per client
│ └── Archive/ — used research
├── 40_Wiki/ — atomic concepts
├── 50_Resources/
│ └── Strategy for Customers/<client-id>/ — analytics reports
├── 60_Articles/ — articles per client
│ └── <client-id>/
│ ├── <slug>/ — active article
│ └── Archive/ — published articles
├── 90_Plans/ — execution plans
├── 99_System/
│ ├── clients-config.json
│ ├── Templates/
│ └── Prompts/
└── views/ — Obsidian saved views
```
### Config
```bash
# Copy template
cp config/clients-config.template.json ~/vault/99_System/clients-config.json
# Edit with your credentials
# See config/README.md for setup guide
```
## 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
```
## Pipeline Architecture
```
Data Stage → Content Stage → Publish Article → Social Stage → Publish Social → Analytics
```
## Platform Support
| Platform | macOS | Linux |
|----------|-------|-------|
| Install script | ✅ | ✅ |
| Skills | ✅ | ✅ |
| Scripts (Python) | ✅ | ✅ |
| Vault | ✅ | ✅ |
## SOUL-MM.md
Marketing-specific persona extension for the orchestrator.
See `SOUL-MM.md`.