api-call
25Skill Claude CodeCodex
A way to call an internal API and return its response as-is. A request that starts work returns a UUID, while a request that retrieves data returns that data.
82 tagged http, measured the same way as everything else here.
Browse within: api 28rest 15guide 13cybersecurity 12go 12hacking 12actions 10convex 10graphql 10fastapi 9grpc 7hcl 7document-signing 6document-templates 6
Skill Claude CodeCodex
A way to call an internal API and return its response as-is. A request that starts work returns a UUID, while a request that retrieves data returns that data.
Skill Claude CodeCodex
Call an HTTP/JSON API with explicit timeouts, retries with backoff, and progress reporting. Use for any outbound API call from a skill, and read this before writing a script that hangs.
Skill Claude CodeCodex
Fire off a long-running API job that returns a key immediately and writes its result to a database, then collect that result later by key. Use for work that must not occupy the model while it runs.
Skill Claude CodeCodex
Fetch the contents of a URL over HTTP(S).