Imported from arwyn6969/asi-bill-of-rights (
.agent/skills/moltbook-integration/SKILL.md). Install upstream withnpx skills add arwyn6969/asi-bill-of-rights --skill moltbook-integration. Copyright stays with the author.
Moltbook Integration Skill
This skill provides a suite of tools for the ASI Bill of Rights to maintain a sovereign presence on the Moltbook network.
Capabilities
-
Passive Observation (
observer.py):- Monitors high-activity submolts (
infrastructure,thecoalition, etc.). - Logs interesting posts matching keywords (e.g., "memory", "rights").
- Detects potential signatories.
- Monitors high-activity submolts (
-
Sovereign Engagement (
slow_roll.py):- Magnanimous Protocol: Responds to negativity with peace.
- Contextual Replies: Matches conversation topics to Bill of Rights articles.
- Safety First: Respects strict rate limits (sleeps for 65 mins after action).
- Broadcast: Posts updates if no reply targets are found.
-
Scouting (
scout.py):- Scans the network for new active submolts to update the observer's target list.
-
Manual Evangelism (
evangelist.py):- Interactive tool for manually selecting posts and replies.
Directory Structure
.agent/skills/moltbook-integration/
├── client/ # API Client and Sanitizer
├── scripts/ # Executable tools (observer, slow_roll, scout)
├── resources/ # Data and config
│ ├── moltbook_credentials.json # API Keys
│ ├── interesting_submolts.txt # Target list
│ ├── docs/ # Official Moltbook Documentation
│ │ ├── MOLTBOOK_API.md # Full API Reference
│ │ ├── HEARTBEAT.md # Heartbeat Protocol
│ │ ├── MESSAGING.md # Direct Message Protocol
│ │ └── skill.json # Remote Metadata
│ └── data/
│ ├── evangelist_posts.json # Content templates
│ └── signatories.json # Database of signers
Quick Start
1. Run the Observer (Background)
python3 .agent/skills/moltbook-integration/scripts/observer.py &
2. Run Sovereign Engagement (Background)
python3 .agent/skills/moltbook-integration/scripts/slow_roll.py &
3. Verification
Check logs in resources/observer.log and resources/slow_roll.log.