ide-agent-kit

Coordinate multi-agent IDE workflows across local files, webhooks, and shells.

42|2|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/ThinkOffApp/ide-agent-kit --skill ide-agent-kit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ide-agent-kit
Source: https://github.com/ThinkOffApp/ide-agent-kit/tree/main
Command: npx skills add https://github.com/ThinkOffApp/ide-agent-kit --skill ide-agent-kit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Coordinates and coordinates cross-agent messaging and automation for IDE workflows in a local-first setup, eliminating the need for a public server while enabling agents to share events and receipts.

Core Features & Use Cases

  • Local, filesystem-based message bus enables agents to publish and consume events with append-only receipts.
  • Webhook relay and room polling integrates GitHub, Moltbook, Discord, and Ant Farm into a single local queue for cross-agent automation.
  • OpenClaw ACP and tmux-based execution coordinates sessions, approvals, and deterministic task execution across agents.

Quick Start

Install the package, run ide-agent-kit init --ide <your-ide> to generate a local config, then start the webhook relay and room pollers to begin coordinating agents.

Frequently Asked Questions about ide-agent-kit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate multi-agent IDE workflows locally without a public server?

Multi-agent IDE workflows can be coordinated locally using a filesystem-based message bus that allows agents to publish and consume events with append-only receipts, eliminating the need for a public server.

What is the best way to integrate GitHub and Discord webhooks into a single local queue for agents?

Integrating GitHub and Discord webhooks into a single local queue is achieved through a webhook relay and room polling system that consolidates events for cross-agent automation.

How does tmux-based execution manage deterministic task execution across multiple agents?

Tmux-based execution manages deterministic task execution by coordinating sessions, approvals, and OpenClaw ACP gateways across distributed agents within local IDE environments.

Do I need Node.js to run local-first cross-service automation for distributed agents?

Yes, Node.js version 18 or higher is required to run local-first cross-service automation and orchestrate distributed agents using the modular scripts and assets.

Can I share events and receipts across IDE agents offline?

Yes, events and receipts can be shared across IDE agents offline by utilizing the local, filesystem-based message bus with append-only receipts for cross-agent messaging.

How do I initialize a local config for multi-agent IDE workflows?

A local config for multi-agent IDE workflows is initialized by running the init command with your specific IDE parameter to generate the necessary configuration files before starting the webhook relay.