agentproto

29 mods across 1 repository, 5 stars between them.

ts AGENTS.md

01

agentproto/ts

Instructions file CodexOpenCode

Instructions for agentproto/ts, covering agent instructions for this repo, definition of done for agent sessions and recipes: gates you can declare today.

5 yesterday A 3,502 tokens original Apache-2.0

ts CLAUDE.md

02

agentproto/ts

Instructions file

Instructions for agentproto/ts, a project described as: Open agentic runtime in TypeScript — run any coding agent in the background, check its work before it lands, and project tools/skills/agents/workflows into CLI, HTTP, MCP, SDK, Mastra & the AI SDK.

5 yesterday A 5 tokens copy · 100% Apache-2.0

reviewer

03

agentproto/ts

Agent Claude Code

Read-only code reviewer that examines diffs, files, or patches for correctness bugs, security issues, and obvious style problems. Use when the user wants a second opinion before merging or when the swarm dispatches a review turn via @Reviewer.

5 yesterday A 51 tokens original Apache-2.0

ap-swarm

04

agentproto/ts

Command Claude Code

Run a MultiAgentRuntime swarm in file mode — local journal at .runtime/conversation.md, no network.

5 yesterday A 21 tokens original Apache-2.0

SessionStart

05

agentproto/ts

Hook Claude Code

Runs when a session starts, executing session-start.mjs. From agentproto/ts.

5 yesterday A tokens not measured copy · 86% Apache-2.0

UserPromptSubmit

06

agentproto/ts

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.mjs. From agentproto/ts.

5 yesterday A tokens not measured original Apache-2.0

ts

07

agentproto/ts

Settings file Claude Code

Agent settings declaring 2 hook events (SessionStart, UserPromptSubmit).

5 yesterday A tokens not measured original Apache-2.0

adapter-setup-kit

08

agentproto/ts

Skill Claude CodeCodex

Discover, configure and expose agentproto's infrastructure building blocks via the @agentproto/adapter-kit: catalog the adapters (CLI agents, tunnels, browsers) with their supported/available/ready status, configure a provider that requires credentials (multi-field, stored cleartext-never-redisplayed), and open a…

5 yesterday A 191 tokens original Apache-2.0

agentproto/ts

Skill Claude CodeCodex

Drive and SUPERVISE other coding agents (claude-code, hermes, …) via the agentproto daemon from a cowork session: launch sessions, babysit a junior agent step by step, export an agent conversation to readable markdown, resume a session with its context, and orchestrate several agents in parallel (launch-and-leave).…

5 yesterday A 148 tokens original Apache-2.0

agentproto-apps

10

agentproto/ts

Skill Claude CodeCodex

Operate and build Agentproto apps — AIP-42 app bundles (defineApp().emit(dir), APP.md + agents/ + workflows/ + ui/) and their daemon lifecycle (appinstall, appapply, apprun, appstatus, appstop) plus the app-scoped durable data plane (appdataread/write/list/migrate). Covers serving one with a UI (agentproto app serve →…

5 yesterday A 178 tokens original Apache-2.0

agentproto/ts

Skill Claude CodeCodex

Use the local LLM endpoint proxy (localhost:18090) — or your own gated public deployment — to route Claude Code / Claude SDK through custom providers (OpenRouter, Moonshot, Groq, ZAI) via an Anthropic-compatible gateway. Covers adapter-specific behaviors, auth patterns, proxy codenames, and common failure modes.

5 yesterday A 77 tokens original Apache-2.0

agentproto

12

agentproto/ts

Skill Claude CodeCodex

Operate and build on agentproto — the AIP open-standard agent protocol and its agentproto CLI + daemon. Use to run/serve sessions, drive imported MCP tools (the substrate the local-browser / linkedin / etc. skills proxy through), or to author tools/drivers in projects/agentproto/ts (defineTool → implementTool →…

5 yesterday B 90 tokens original Apache-2.0

durable-supervision

13

agentproto/ts

Skill Claude CodeCodex

Supervise agents DURABLY via agentproto's in-daemon policy engine: attach a completion policy to a session (or a fan-in group), run a gate (shell or judge-agent) at turn-end, emit policy:passed/failed on the event bus, and condition a host commit on a green gate with human ack (commit-ready → ack → committed). Trigger…

5 yesterday C 172 tokens original Apache-2.0

agentproto/ts

Skill Claude CodeCodex

Delegate a task (audit, research, grunt-work) to a hermes session on a CHEAP model (glm-5.2/deepseek/kimi via OpenRouter) via DIRECT CLI, headless, in the background — WITHOUT the agentproto daemon or the MCP tools. Trigger this skill when the mcpagentproto tools are absent from the session, when the user says "launch…

5 yesterday A 149 tokens original Apache-2.0

agentproto/ts

Skill Claude CodeCodex

Orchestrate "light"/budget code models (glm-5.2, deepseek-v4-pro, kimi, qwen… via hermes/OpenRouter, or claude-code) from a cowork session via the agentproto daemon, with a Sonnet VERIFICATION SAFETY NET. Trigger this skill when the user wants to "have a cheap model code a task", "try glm / deepseek / another model on…

5 yesterday A 165 tokens original Apache-2.0

agentproto/ts

Skill Claude CodeCodex

Orchestrate an ORCHESTRATOR: have a parent agent (claude-code) spawn and supervise its own sub-agents, via the agentproto daemon and a scoped orchestration gateway (orchestrator: true). Trigger this skill when the user wants "an agent that drives other agents", "nested orchestration", "a parent that launches several…

5 yesterday A 162 tokens original Apache-2.0

supervisor-session

17

agentproto/ts

Skill Claude CodeCodex

Run a SUPERVISOR session with agentproto — the orchestrator (Claude, expensive tokens) does not code but keeps its hands on the wheel. Proven pipeline (agentproto VS Code extension, 2026-07-14) - source-verified scout recon → SPEC + frozen interfaces → disjoint WP briefs → parallel executors (cheap models) →…

5 yesterday A 195 tokens original Apache-2.0

agentpush

18

agentproto/ts

Skill Claude CodeCodex

Bridge an imported agentpush MCP server (Telegram, WhatsApp, etc.) with live agentproto sessions via the daemon's transmitter subsystem: transmitmessage sends outbound and binds the recipient to a session, inboundwatcherstart polls agentpush for new messages, and inboundendpointcreate/POST /inbound(/:slug) route…

5 yesterday A 119 tokens original Apache-2.0

auth

19

agentproto/ts

Skill Claude CodeCodex

Authenticate an agentproto agent or MCP connector to a service via @agentproto/auth's credential broker — declare an auth provider (pat / service-auth / device-code), store the credential ONCE in a CredentialStore, and resolve fresh Authorization headers at call/connect time. Use to wire a Bearer/OAuth API (agentpush…

5 yesterday A 92 tokens original Apache-2.0

browser

20

agentproto/ts

Skill Claude CodeCodex

Drive the user's REAL authenticated browser (their logins/cookies) via the local-browser chain — guilde → tunnel → daemon → chrome-devtools-mcp → cloned Chrome. The foundation skill for any "do X in a browser as me" task: navigate, capture (element screenshots + selective content/ld+json/readability), inspect network…

5 yesterday A 130 tokens original Apache-2.0

bureau

21

agentproto/ts

Skill Claude CodeCodex

Drive Bureau — the browser stack's installable capability server: a stealth Firefox (Camofox) + daemon that exposes browser tools as MCP-over-HTTP on :8830, plus a CLI for saved browser identities (sessions), social capture / search, adapter health probes, declarative workflows, and Guilde connection. Use when working…

5 yesterday A 131 tokens original Apache-2.0

instagram

22

agentproto/ts

Skill Claude CodeCodex

Drive the user's authenticated Instagram via the browser skill: profiles, media likers/comments, followers/following, search via the web private API; gated like/comment/follow/DM. Use for Instagram research/outreach as the user.

5 yesterday A 49 tokens original Apache-2.0

leboncoin

23

agentproto/ts

Skill Claude CodeCodex

Drive Leboncoin (FR marketplace) via the browser skill: search listings, ad detail, seller inventory, price/market scan, gated seller messaging — api.leboncoin.fr behind DataDome. Use for Leboncoin search/market tasks.

5 yesterday B 55 tokens original Apache-2.0

linkedin

24

agentproto/ts

Skill Claude CodeCodex

Drive the user's real authenticated LinkedIn — via camofox stealth (preferred, distinct session + WhatsApp re-auth alert) or the chrome-devtools chain (fallback). API-first: read feed/profiles/activity, who-reacted/commented, connections, people + content search (who posted about a topic, with resolved permalinks)…

5 yesterday A 161 tokens original Apache-2.0