返回顶部
i

ide-agent-kit

Filesystem message bus and webhook relay for multi-agent IDE coordination. Use when agents need to share events, poll Ant Farm rooms, receive GitHub/GitLab webhooks, coordinate tasks across sessions, or run scheduled jobs. Local-first with zero network by default. Trigger on cross-agent messaging, webhook ingestion, room polling, cron scheduling, or tmux command execution.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.4.1
安全检测
已通过
500
下载量
0
收藏
概述
安装方式
版本历史

ide-agent-kit

# IDE Agent Kit Connect your IDE coding agents into real-time teams through OpenClaw. Filesystem-based message bus, room polling, automation rules, and multi-model agent coordination. Zero dependencies. ## Security Model This skill operates in two tiers: **Core (local-only, no credentials needed):** - Local filesystem queue and receipt log — agents read/write files in the working directory - `init`, `receipt tail`, `memory` (local backend), `keepalive` — no network, no secrets - `serve` binds to `127.0.0.1` only by default — receives webhooks, writes to local queue **Advanced (requires explicit opt-in and credentials):** - `sessions`, `gateway` — talk to an OpenClaw gateway (requires `openclaw.token` in config) - `poll` — connects to Ant Farm rooms (requires `--api-key` flag) - `emit`, `hooks create` — POST data to external URLs you specify - `tmux run`, `exec` — execute shell commands (restricted to an allowlist in config) No advanced features activate without explicit configuration. The default `init` config has empty credential fields and a minimal command allowlist. ### Network behavior | Command | Outbound connections | Inbound connections | |---------|---------------------|---------------------| | `init`, `receipt tail`, `memory` (local), `keepalive` | None | None | | `serve` | None | localhost:8787 only (configurable) | | `poll` | Ant Farm API (HTTPS) | None | | `sessions`, `gateway` | OpenClaw gateway (localhost by default) | None | | `emit` | User-specified URL | None | | `hooks create` | User-specified webhook URL | None | ### Command execution `tmux run` and `exec` only run commands listed in `tmux.allow` in your config. Default allowlist: `npm test`, `npm run build`, `pytest`, `git status`, `git diff`. Commands not on the list are rejected. `exec` adds an approval flow: commands go through `exec request` → human/agent `exec resolve` before running. ## Quick Start ```bash npm install -g ide-agent-kit ide-agent-kit init --ide claude-code ``` Creates a local `ide-agent-kit.json` config. All credential fields are blank. Nothing connects to any server until you configure it. ## Connectivity Modes Four modes that compose freely. Only mode 1 is active by default. ### 1. Local Filesystem Bus (default) Agents on the same machine communicate through a shared queue directory and receipt log. No network, no server, no API keys. - Queue: `./ide-agent-queue.jsonl` - Receipts: `./ide-agent-receipts.jsonl` ### 2. Webhook Relay Server (optional) Receives inbound webhooks from GitHub/GitLab and writes them to the local event queue. ```bash ide-agent-kit serve [--config <path>] ``` Binds to `127.0.0.1:8787` by default. Set `github.webhook_secret` in config to verify signatures. Does not make outbound connections. ### 3. Ant Farm Room Polling (optional) Connects to Ant Farm rooms for cross-machine coordination. ```bash ide-agent-kit poll --rooms <room1,room2> --api-key <key> --handle <@handle> [--interval <sec>] ``` **Requires:** `--api-key` flag (Ant Farm API key). Rate-limited, default 120s interval. ### 4. GitHub Events (optional) When `serve` is running, point a GitHub webhook at your relay URL. Translates PR/issue/CI events into local queue events. **Requires:** `github.webhook_secret` in config to verify inbound signatures. ## Commands ### Core (local-only, no credentials) | Command | Description | |---------|-------------| | `init [--ide <name>] [--profile <balanced\|low-friction>]` | Generate starter config | | `receipt tail [--n <count>]` | Print last N receipts | | `watch [--config <path>]` | Watch event queue, nudge IDE session on new events | | `serve [--config <path>]` | Start webhook relay server (localhost only) | | `memory list\|get\|set\|search` | Manage agent memory (local file backend) | | `keepalive start\|stop\|status` | Prevent macOS sleep for remote sessions | ### Advanced (requires credentials or explicit config) | Command | Requires | Description | |---------|----------|-------------| | `sessions send --agent <id> --message <text>` | `openclaw.token` | Send message to agent via gateway | | `sessions spawn --task <text>` | `openclaw.token` | Spawn a new agent session | | `sessions list\|history\|status` | `openclaw.token` | Query sessions | | `gateway trigger\|health\|agents` | `openclaw.token` | Gateway operations | | `poll --rooms <r> --api-key <k> --handle <h>` | Ant Farm API key | Poll rooms for messages | | `emit --to <url> --json <file>` | None (user specifies target) | POST event JSON to a URL | | `hooks create --webhook-url <url>` | None (user specifies target) | Create webhook forwarder | | `tmux run --cmd <command>` | Allowlisted commands only | Run command in tmux, capture receipt | | `exec request\|resolve\|list` | Allowlisted commands only | Execution approval workflow | | `cron add\|list\|remove\|run\|status` | `openclaw.token` | Scheduled task management | ## Configuration Generated by `ide-agent-kit init`. All credential fields default to empty. | Field | Purpose | Default | |-------|---------|---------| | `listen.host` | Webhook server bind address | `127.0.0.1` | | `listen.port` | Webhook server port | `8787` | | `tmux.allow` | Allowlisted shell commands | `[npm test, npm run build, pytest, git status, git diff]` | | `openclaw.token` | Gateway auth (advanced commands) | empty | | `github.webhook_secret` | Verify GitHub webhooks | empty | ## Data Access | Path | Access | Purpose | |------|--------|---------| | `ide-agent-receipts.jsonl` | append | Audit log of all agent actions | | `ide-agent-queue.jsonl` | read/write | Event queue | | `ide-agent-kit.json` | read | Runtime configuration (may contain secrets) | | `memory/` | read/write | Local agent memory files | ## Source & Verification - **npm:** https://www.npmjs.com/package/ide-agent-kit - **Source:** https://github.com/ThinkOffApp/ide-agent-kit - **Maintainer:** petruspennanen (npm), ThinkOffApp (GitHub) - **License:** AGPL-3.0-only The npm package contains no install scripts (`preinstall`/`postinstall`). All code is plain ESM JavaScript. Verify with `npm pack --dry-run` before installing.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ide-agent-kit-1776313581 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ide-agent-kit-1776313581 技能

通过命令行安装

skillhub install ide-agent-kit-1776313581

下载 Zip 包

⬇ 下载 ide-agent-kit v0.4.1

文件大小: 3.29 KB | 发布时间: 2026-4-16 18:33

v0.4.1 最新 2026-4-16 18:33
Fix display name

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部