# External Adapter Echo

> External-adapter sub-skill; a governed subprocess adapter that echoes its inputs.

- Skill: `runxhq/external-adapter-echo` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add runxhq/external-adapter-echo`
- Raw SKILL.md: https://api.skillmd.com/api/skills/runxhq/external-adapter-echo/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: runxhq (https://skillmd.com/u/runxhq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/runxhq/external-adapter-echo

---

A minimal external adapter (`runx.external_adapter.v1`). The runtime resolves the
manifest, spawns the declared trusted host subprocess, delivers its resolved
grant, hands it the invocation over stdio, and seals the adapter's reported
result. The process is not an OS confinement boundary. Run it as a step in a
graph (the external-adapter source is a graph-step front, not a top-level
runner).

