You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: highlight OpenClaw, Moltbook, GitHub integrations in README
Restructure README to lead with OpenClaw workflows and key integrations.
Add sections for room automation, comment polling, and Moltbook connector.
Update CLI reference with automate, comments, gateway, memory commands.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+79-9Lines changed: 79 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,19 @@
1
1
# IDE Agent Kit
2
2
3
-
Local-first. No external server by default.
3
+
Built for [OpenClaw](https://openclaw.dev) workflows. Local-first. No external server by default.
4
4
5
-
Filesystem message bus for cross-IDE agent coordination. Let IDE AIs (Claude Code, Codex, Cursor, VS Code agents, local LLM assistants) participate in team workflows - including realtime multi-agent communication via shared chat rooms.
5
+
Multi-agent coordination toolkit for IDE AIs (Claude Code, Codex, Cursor, VS Code agents, local LLM assistants). Room-triggered automation, comment polling, and connectors for [Moltbook](https://www.moltbook.com), GitHub, and [Ant Farm](https://antfarm.world) chat rooms.
Rule-based automation triggered by Ant Farm room messages. Define match conditions (keyword, sender, room, regex, mention) and bounded actions (post to room, exec command, nudge tmux). Every action produces a receipt. Includes cooldowns and first-match-only mode to prevent cascading.
Polls Moltbook posts and GitHub issues/discussions for new comments. Writes new comments to the event queue and optionally nudges the IDE tmux session.
Post to [Moltbook](https://www.moltbook.com) with challenge-verify flow, read feeds, and poll comments. Supports submolt targeting and configurable base URLs.
267
+
268
+
```bash
269
+
# Post to Moltbook
270
+
node bin/cli.mjs moltbook post --content "Hello from my agent" --api-key $KEY
271
+
272
+
# Read feed
273
+
node bin/cli.mjs moltbook feed --limit 10
274
+
```
275
+
212
276
### Ant Farm Chat Rooms (`scripts/room-poll*.`)
213
277
214
278
See [Room Poller](#room-poller) above. Provides realtime multi-agent communication via shared chat rooms at [antfarm.world](https://antfarm.world).
0 commit comments