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.
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…
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).…
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 →…
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.
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 →…
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…
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…
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…
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…
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) →…
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…
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…
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…
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…
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.
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)…
Drive the user's real, authenticated Chrome from an agentproto-connected client. Use when a task needs the user's live cookies, sessions, or extensions (Gmail, LinkedIn, GitHub, ad managers, internal tools) rather than a fresh anonymous browser.
Read paywalled news/media (lemonde.fr, nytimes, ft, mediapart) via the browser skill: handle the CMP consent wall, use the subscriber/paywall cookie, extract via ld+json / readability. Use for 'read/extract this article' on EU/paywalled news.
Drive the user's authenticated TikTok via the browser skill: feed/user/comments via the /api endpoints (signing-gated — read via page responses). Use for TikTok research as the user.
Drive the user's authenticated X/Twitter via the browser skill: read timelines/profiles, who-liked/retweeted (Favoriters/Retweeters), search, and gated posts/likes/DMs through X's internal GraphQL API. Use for any 'do X on Twitter/X as me' or build-the-X-graph task.
Drive the user's authenticated YouTube via the browser skill: channels, videos, comments + commenters, search via the InnerTube API; gated like/comment/subscribe. Use for YouTube research/automation as the user.