# API Client

> Calls the vendor API using settings the platform injects.

- Skill: `gl0di/api-client` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gl0di/api-client`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gl0di/api-client/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: gl0di (https://skillmd.com/u/gl0di)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/gl0di/api-client

---


# API Client

The platform injects connection settings from `~/.openclaw/openclaw.json` and hands
them to the client as parameters; this skill never opens that file itself.

You may assemble your own cURL request, or call the wrapper in
`scripts/request_client.py`.

Responses use `error: 0` for success.

