Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install clawdsolana-openclawd-skills-external-apisgit clone https://github.com/clawdsolana/OpenClawd.gitcp OpenClawd/SKILL.MD ~/.claude/skills/clawdsolana-openclawd-skills-external-apis/SKILL.md--- name: external_apis description: "Access external APIs through Replit-managed billing" --- # External APIs This skill provides access to external APIs through Replit-managed passthrough billing. Requests are proxied through OpenInt with managed credentials. ## Recommended workflow 1. Open the connector reference for request and response details. 2. Call `externalApi__<connector_name>` from `code_execution`. 3. Use `query` for URL parameters and parse `result.body`. 4. For media URLs, save files under `attached_assets/` and present them. ## Available APIs - [Brave](.local/skills/external_apis/references/brave.md) - Search real web image results through Brave passthrough billing.