# External Adapter Graph

> External-adapter front example; a graph whose step runs a governed subprocess adapter.

- Skill: `runxhq/external-adapter-graph` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add runxhq/external-adapter-graph`
- Raw SKILL.md: https://api.skillmd.com/api/skills/runxhq/external-adapter-graph/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-graph

---

# External-adapter graph

A single-step graph that drives an external-adapter sub-skill. The runtime routes
the graph step's `external-adapter` source through the source-adapter registry to
the external-adapter executor, which resolves the manifest, spawns the declared
trusted host subprocess, delivers its resolved grant, exchanges the invocation
and response frames, and seals the reported result. The process is not an OS
confinement boundary.

External-adapter is a graph-step front, not a top-level runner. Run this skill's
inline harness with `runx harness examples/external-adapter-graph`.

