Trader Ralph Developer Skills Pack AI-first, environment-aware skills for API discovery and ingestion. API origin: https://api.trader-ralph.com x402 runtime base: https://api.trader-ralph.com/api/x402/read Skill index: - trader-ralph-api-docs | source=https://api.trader-ralph.com/api | purpose=Human-readable API overview and x402 flow guidance. - trader-ralph-endpoints-json | source=https://api.trader-ralph.com/endpoints.json | purpose=Machine-readable catalog with endpoint metadata. - trader-ralph-endpoints-txt | source=https://api.trader-ralph.com/endpoints.txt | purpose=Plain text catalog for agents and quick CLI ingestion. - trader-ralph-llms-txt | source=https://api.trader-ralph.com/llms.txt | purpose=LLM discovery metadata and endpoint index. - trader-ralph-openapi-json | source=https://api.trader-ralph.com/openapi.json | purpose=OpenAPI 3.1 specification for all public routes. - trader-ralph-agent-registry-metadata | source=https://api.trader-ralph.com/agent-registry/metadata.json | purpose=Lane-specific metadata document for Solana Agent Registry. Installation (Codex format): 1) Create one folder per skill under $CODEX_HOME/skills// 2) Save SKILL.md with the corresponding block content below. Installation (Claude format): 1) Create .claude/skills/ in your repo (or your Claude skills directory). 2) Save one .md file per block below. Download this file: curl -fsSL https://api.trader-ralph.com/dev-skills.txt -o trader-ralph-dev-skills.txt === CODEX SKILL START: trader-ralph-api-docs === # Skill: trader-ralph-api-docs ## Trigger Use this skill when the user asks for /api from Trader Ralph. ## Source - Primary URL: https://api.trader-ralph.com/api - API origin: https://api.trader-ralph.com ## Workflow 1. Fetch the source URL. 2. Parse response body as authoritative for the current environment. 3. Return explicit absolute URLs, not relative paths. 4. If fields are missing, report the exact gap and fallback source. ## Output Rules - Keep endpoint URLs fully-qualified. - Preserve x402 header requirements and method/path exactly. - Prefer machine-readable payload fields where available. === CODEX SKILL END: trader-ralph-api-docs === === CLAUDE SKILL START: trader-ralph-api-docs === --- name: trader-ralph-api-docs description: Resolve and use /api for the current Trader Ralph environment. --- Primary source: https://api.trader-ralph.com/api API origin: https://api.trader-ralph.com Instructions: 1. Read the source URL first. 2. Extract absolute URLs for endpoints/discovery links. 3. Keep outputs concise and machine-usable. 4. Surface missing/invalid fields explicitly. === CLAUDE SKILL END: trader-ralph-api-docs === === CODEX SKILL START: trader-ralph-endpoints-json === # Skill: trader-ralph-endpoints-json ## Trigger Use this skill when the user asks for /endpoints.json from Trader Ralph. ## Source - Primary URL: https://api.trader-ralph.com/endpoints.json - API origin: https://api.trader-ralph.com ## Workflow 1. Fetch the source URL. 2. Parse response body as authoritative for the current environment. 3. Return explicit absolute URLs, not relative paths. 4. If fields are missing, report the exact gap and fallback source. ## Output Rules - Keep endpoint URLs fully-qualified. - Preserve x402 header requirements and method/path exactly. - Prefer machine-readable payload fields where available. === CODEX SKILL END: trader-ralph-endpoints-json === === CLAUDE SKILL START: trader-ralph-endpoints-json === --- name: trader-ralph-endpoints-json description: Resolve and use /endpoints.json for the current Trader Ralph environment. --- Primary source: https://api.trader-ralph.com/endpoints.json API origin: https://api.trader-ralph.com Instructions: 1. Read the source URL first. 2. Extract absolute URLs for endpoints/discovery links. 3. Keep outputs concise and machine-usable. 4. Surface missing/invalid fields explicitly. === CLAUDE SKILL END: trader-ralph-endpoints-json === === CODEX SKILL START: trader-ralph-endpoints-txt === # Skill: trader-ralph-endpoints-txt ## Trigger Use this skill when the user asks for /endpoints.txt from Trader Ralph. ## Source - Primary URL: https://api.trader-ralph.com/endpoints.txt - API origin: https://api.trader-ralph.com ## Workflow 1. Fetch the source URL. 2. Parse response body as authoritative for the current environment. 3. Return explicit absolute URLs, not relative paths. 4. If fields are missing, report the exact gap and fallback source. ## Output Rules - Keep endpoint URLs fully-qualified. - Preserve x402 header requirements and method/path exactly. - Prefer machine-readable payload fields where available. === CODEX SKILL END: trader-ralph-endpoints-txt === === CLAUDE SKILL START: trader-ralph-endpoints-txt === --- name: trader-ralph-endpoints-txt description: Resolve and use /endpoints.txt for the current Trader Ralph environment. --- Primary source: https://api.trader-ralph.com/endpoints.txt API origin: https://api.trader-ralph.com Instructions: 1. Read the source URL first. 2. Extract absolute URLs for endpoints/discovery links. 3. Keep outputs concise and machine-usable. 4. Surface missing/invalid fields explicitly. === CLAUDE SKILL END: trader-ralph-endpoints-txt === === CODEX SKILL START: trader-ralph-llms-txt === # Skill: trader-ralph-llms-txt ## Trigger Use this skill when the user asks for /llms.txt from Trader Ralph. ## Source - Primary URL: https://api.trader-ralph.com/llms.txt - API origin: https://api.trader-ralph.com ## Workflow 1. Fetch the source URL. 2. Parse response body as authoritative for the current environment. 3. Return explicit absolute URLs, not relative paths. 4. If fields are missing, report the exact gap and fallback source. ## Output Rules - Keep endpoint URLs fully-qualified. - Preserve x402 header requirements and method/path exactly. - Prefer machine-readable payload fields where available. === CODEX SKILL END: trader-ralph-llms-txt === === CLAUDE SKILL START: trader-ralph-llms-txt === --- name: trader-ralph-llms-txt description: Resolve and use /llms.txt for the current Trader Ralph environment. --- Primary source: https://api.trader-ralph.com/llms.txt API origin: https://api.trader-ralph.com Instructions: 1. Read the source URL first. 2. Extract absolute URLs for endpoints/discovery links. 3. Keep outputs concise and machine-usable. 4. Surface missing/invalid fields explicitly. === CLAUDE SKILL END: trader-ralph-llms-txt === === CODEX SKILL START: trader-ralph-openapi-json === # Skill: trader-ralph-openapi-json ## Trigger Use this skill when the user asks for /openapi.json from Trader Ralph. ## Source - Primary URL: https://api.trader-ralph.com/openapi.json - API origin: https://api.trader-ralph.com ## Workflow 1. Fetch the source URL. 2. Parse response body as authoritative for the current environment. 3. Return explicit absolute URLs, not relative paths. 4. If fields are missing, report the exact gap and fallback source. ## Output Rules - Keep endpoint URLs fully-qualified. - Preserve x402 header requirements and method/path exactly. - Prefer machine-readable payload fields where available. === CODEX SKILL END: trader-ralph-openapi-json === === CLAUDE SKILL START: trader-ralph-openapi-json === --- name: trader-ralph-openapi-json description: Resolve and use /openapi.json for the current Trader Ralph environment. --- Primary source: https://api.trader-ralph.com/openapi.json API origin: https://api.trader-ralph.com Instructions: 1. Read the source URL first. 2. Extract absolute URLs for endpoints/discovery links. 3. Keep outputs concise and machine-usable. 4. Surface missing/invalid fields explicitly. === CLAUDE SKILL END: trader-ralph-openapi-json === === CODEX SKILL START: trader-ralph-agent-registry-metadata === # Skill: trader-ralph-agent-registry-metadata ## Trigger Use this skill when the user asks for /agent-registry/metadata.json from Trader Ralph. ## Source - Primary URL: https://api.trader-ralph.com/agent-registry/metadata.json - API origin: https://api.trader-ralph.com ## Workflow 1. Fetch the source URL. 2. Parse response body as authoritative for the current environment. 3. Return explicit absolute URLs, not relative paths. 4. If fields are missing, report the exact gap and fallback source. ## Output Rules - Keep endpoint URLs fully-qualified. - Preserve x402 header requirements and method/path exactly. - Prefer machine-readable payload fields where available. === CODEX SKILL END: trader-ralph-agent-registry-metadata === === CLAUDE SKILL START: trader-ralph-agent-registry-metadata === --- name: trader-ralph-agent-registry-metadata description: Resolve and use /agent-registry/metadata.json for the current Trader Ralph environment. --- Primary source: https://api.trader-ralph.com/agent-registry/metadata.json API origin: https://api.trader-ralph.com Instructions: 1. Read the source URL first. 2. Extract absolute URLs for endpoints/discovery links. 3. Keep outputs concise and machine-usable. 4. Surface missing/invalid fields explicitly. === CLAUDE SKILL END: trader-ralph-agent-registry-metadata ===