Install
openclaw skills install followMonitor content from people, topics, and sources across platforms with smart filtering, tiered alerts, and searchable archives.
openclaw skills install follow~/follow/
├── sources/ # One file per followed entity
│ ├── people/ # @naval.md, @dhh.md
│ ├── topics/ # ai-safety.md, rust.md
│ └── feeds/ # techcrunch.md, hn-frontpage.md
├── archive/ # Captured content by date
│ └── YYYY-MM/
├── alerts.md # Alert configuration
└── index.md # Quick status: what's being followed
| Task | Load |
|---|---|
| Add/configure sources | sources.md |
| Set up filtering rules | filtering.md |
| Configure alert tiers | alerts.md |
| Query archived content | querying.md |
| Platform-specific setup | platforms.md |
| User says | Agent does |
|---|---|
| "Follow @naval on Twitter" | Create sources/people/naval.md, configure Twitter monitoring |
| "Track AI safety discussions" | Create topic tracker with keywords across multiple sources |
| "What has Competitor X posted this week?" | Query archive, synthesize summary |
| "Alert me immediately when Y happens" | Add to high-priority tier in alerts.md |
| "Give me a weekly digest of everything" | Configure weekly summary in alerts |
| "Stop following X" | Archive and mark inactive |