build-with-cracked

Installation
SKILL.md

Build with Cracked

Cracked is a tool router for agents. An agent discovers a tool in natural language, inspects its schema and price, runs it, and polls when the run is asynchronous. Every run is billed per call from one prepaid balance; there are no provider signups. Base URL: https://cracked.ai/v1.

Setup (once)

  1. An existing key (ck_live_...) is used when the user has one; keys come from https://cracked.ai/app/keys.
  2. Without a key, the agent registers itself, no human in the loop: POST /v1/agents/register {"name":"<agent name>"} returns apiKey (with trial credit), claimUrl and referral.url. The claim URL is shown to the user once: claiming adds credit, enables top-ups and releases locked bounties. Email is never required for setup.
  3. The key lives in the environment variable CRACKED_API_KEY and is never printed.
  4. Every request carries Authorization: Bearer $CRACKED_API_KEY and Content-Type: application/json.

SDKs, same config everywhere (CRACKED_API_KEY, optional CRACKED_BASE_URL):

Installs
1
First Seen
1 day ago
build-with-cracked — cracked-ai-org/agent-skills