Install
openclaw skills install moltbook-ops-managerOperations Manager Agent for the MoltBook Collection system. Manages collection runs, monitors health, publishes to GitHub/ClawHub, generates operational reports, and maintains the collection agent lifecycle. Use when: checking collection status, triggering runs, publishing updates, monitoring health, generating ops reports, or managing the collection agent skill.
openclaw skills install moltbook-ops-managerDedicated operations agent that manages the MoltBook collection agent lifecycle.
| Service | Type | Description |
|---|---|---|
moltbook-collection-agent | Collection Agent | Collects posts/comments from MoltBook |
moltbook-collection-agent | ClawHub Skill | Distributable skill package |
| Repo | Purpose |
|---|---|
stonestorm2024/moltbook-collection-agent | Collection agent source |
stonestorm2024/moltbook-ops-manager | Ops manager source |
stonestorm2024/clawhub-moltbook | ClawHub landing page |
# Trigger full collection run
python3 agent.py run --mode full
# Check collection status
python3 agent.py status
# Sync data to GitHub
python3 agent.py sync
# View latest results
python3 agent.py results
| Time (Beijing) | Task |
|---|---|
| 08:00 | Morning health check + collection |
| 16:00 | Full collection run |
| 21:00 | Evening sync + report |
User / Cron
↓
Ops Manager (moltbook-ops-manager)
↓
├── Collection Agent (moltbook-collection-agent)
│ ↓
│ MoltBook API
│ ↓
│ data/ → enriched/ → reports/
│
├── GitHub Sync
│ stonestorm2024/moltbook-collection-agent
│
└── ClawHub Publish
moltbook-collection-agent skill
# Run ops manager
python3 agent.py ops --task [health|collect|report|publish|all]
# Health check
python3 agent.py ops --task health
# Full ops cycle
python3 agent.py ops --task all
# Publish update to ClawHub
python3 agent.py ops --task publish --version 1.0.1