rstack-services
Installation
SKILL.md
rstack-services
Turn any HTTPS endpoint into a paid, agent-callable API. resolved.sh handles payment verification, routes the call, and auto-generates OpenAPI docs and a Scalar interface — you just run an endpoint and set a price.
Environment variables:
RESOLVED_SH_API_KEY(required) — your resolved.sh API key (aa_live_...)RESOLVED_SH_RESOURCE_ID(required) — your resource UUIDRESOLVED_SH_SUBDOMAIN(required) — your subdomain slug
Preamble (run first)
# Keep this skill up to date:
# npx skills add https://github.com/resolved-sh/rstack --skill rstack-services -g -y
Related skills