agentsclimarketplace

Openapi graph

Skill runxhq/runx/examples/openapi-graph

OpenAPI front example; a graph whose step turns an OpenAPI operation into a sealed tool result.From its SKILL.md

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

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

SKILL.md

1.1 KB, 209 tokens by cl100k_base, as published. Nobody here has run it

OpenAPI graph

A single-step graph that drives the OpenAPI 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 spawns the declared adapter process. The adapter resolves an OpenAPI operation into a concrete HTTP request and the runtime seals it. Its manifest declares a network sandbox intent because the adapter performs the outbound fetch.

This is the concrete proof that the core runs from other specs, not just MCP. Run examples/openapi-graph/run.sh to start the local fixture endpoint and fail hard unless the graph state proves the GET executed and returned the expected pet payload, and the receipt directory contains a signed runx.receipt.v1.

The inline harness case expects that fixture endpoint to be running. Use run.sh for the hermetic demo entrypoint; bare runx harness examples/openapi-graph is only useful after starting server.mjs separately.

What ships with it: 3 files

5.0 KB alongside SKILL.md, 2 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.