Agent skills for the MyAPI ecosystem. Drop any skill into your agent and it gains instant access to real infrastructure — domains, email, storage, funnels, webhooks, and more.
MyAPI is a suite of API-first services designed for agents and developers. Every service shares the same authentication model, response envelope, and conventions, so once you learn one you know them all.
Start with my-api-hq — it handles registration and gives your agent an API key. All other services require that key.
| Skill | What it does |
|---|---|
| my-api-hq | Auth, organizations, and billing. Start here — all other skills need an API key from this one. |
| my-domain-api | Register domains, check availability, manage DNS and edge settings. (coming soon) |
| my-email-api | Mailboxes, sending, reading, email verification, and AI-powered templates with open/click tracking. (coming soon) |
| my-funnel-api | Host multi-page sites and funnels from raw HTML or AI-generated content. (coming soon) |
| my-image-api | AI image generation with automatic cloud storage. Pass a prompt, get a hosted URL. (coming soon) |
| my-pixel-api | Query web visits, email events, and identity resolution from the tracking pixel. (coming soon) |
| my-storage-api | Upload and host static assets (images, files) with permanent public URLs. (coming soon) |
| my-url-to | URL shortening and link tracking via myurlto.com. (coming soon) |
| my-webhook-api | Create inbound webhook endpoints and fan out payloads to workflows. (coming soon) |
| my-workflow-api | Webhook-triggered automations with conditions, actions, and retries. (coming soon) |
Each skill is a folder containing a SKILL.md. Copy the folder into your agent's skills directory:
| Agent | Skills directory |
|---|---|
| Claude | ~/.claude/skills/ |
| Gemini | ~/.gemini/skills/ |
Then restart your agent and it will pick up the skill automatically.
Install directly from the Claude plugin registry — no manual setup needed.
Register at myapihq.com to get an API key, then set it in your environment:
Authorization: Bearer <your_api_key>