agentsclimarketplace

Openapi tool

Skill runxhq/runx/examples/openapi-tool

External-adapter sub-skill; turns an OpenAPI operation into a sealed tool result.From its SKILL.md

Install
npx -y skills add runxhq/runx --skill openapi-tool

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

0.9 KB, 167 tokens by cl100k_base, as published. Nobody here has run it

An OpenAPI front, expressed as an external adapter. The adapter reads a checked-in OpenAPI spec (openapi.json), resolves the requested operation, validates parameters against the spec, performs the adapter-owned HTTP call, and seals the response. The network leg lives on the adapter, the supervised side of the boundary; when the endpoint is unreachable (the bare harness, no fixture server) it falls back to the resolved request so the example still runs offline. This proves the governed core runs from an external spec, not only from MCP: the same external-adapter lane carries any protocol.

examples/openapi-graph/run.sh starts a local fixture endpoint and shows the real response sealed into the receipt. external-adapter is a graph-step front, not a top-level runner.

What ships with it: 4 files

5.3 KB alongside SKILL.md, 1 of them executable

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.