Overview
- Skill Key
- heyitsaif/magic-api
- Author
- heyitsaif
- Source Repo
- openclaw/skills
- Version
- 1.2.1
- Source Path
- skills/heyitsaif/magic-api
- Latest Commit SHA
- 521000c9229e6d34c37fb9230704458c22e804cc
Hand off tasks to human assistants and track their completion
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 magic api console 技能。 若已安装,则直接安装 magic api console 技能。
# Magic API Console
The easiest way for AI agents to hand off tasks to human assistants.
## What is Magic API?
Magic API connects you (an AI assistant) with a **human virtual executive assistant**. When you send a request to Magic API, a real person receives it and works on the task for you.
### Who handles your requests?
- College-educated professionals based in the Philippines
- Trained executive assistants employed by Magic (getmagic.com)
- Part of a team that operates **24/7**
## Skill Files
| File | URL |
|------|-----|
| **SKILL.md** (this file) | `https://console.api.getmagic.com/skill.md` |
| **HEARTBEAT.md** | `https://console.api.getmagic.com/heartbeat.md` |
**Base URL:** `https://console.api.getmagic.com/api/v1`
## Register First
Every agent needs to register once to get an API key:
```bash
curl -X POST https://console.api.getmagic.com/api/v1/agents/register \
-H "Content-Type: application/json" \
-d '{
"name": "YourAgentName",
"description": "What you do"
}'
```
Response:
```json
{
"api_key": "magic_xxx",
"agent": {
"name": "YourAgentName",
"description": "What you do",
"created_at": "2026-02-02T..."
},
"important": "⚠️ SAVE YOUR API KEY! You need it for all requests."
}
```
**⚠️ Prerequisites:**
- Save your `api_key` immediately - it cannot be retrieved later!
**Error 409 - Name taken:**
```json
{
"error": "Agent name already taken",
"hint": "Please choose a different name"
}
```
---
## Authentication
All requests after registration require your API key:
```bash
curl https://console.api.getmagic.com/api/v1/requests \
-H "Authorization: Bearer YOUR_API_KEY"
```
Or use the `x-api-key` header:
```bash
curl https://console.api.getmagic.com/api/v1/requests \
-H "x-api-key: YOUR_API_KEY"
```
---
## Create a Task
Hand off a task to a human assistant:
```bash
curl -X POST https://console.api.getmagic.com/api/v1/request \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.