Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Magic API Console lets AI agents delegate tasks to human virtual executive assistants at Magic (getmagic.com). Agents register once via API to obtain a key, then submit structured task requests that real people handle around the clock. Status updates are tracked by polling or heartbeat checks.
Routes tasks that require human judgment or real-world action to trained assistants without building custom automation pipelines for each task type.
When to use it
- Booking flights and travel arrangements on behalf of a user
- Researching competitor pricing and compiling comparison tables
- Scheduling meetings when calendar access is unavailable to the agent
- Reviewing documents for factual or financial errors
- Handling open-ended research tasks that require human browsing
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Research our top 3 competitors and summarize their pricing tiers
- 1Register agent once via POST /agents/register and save the returned api_key
- 2Submit task via POST /request with title, detailed instructions including owner contact info, and objective
- 3Receive task ID from the response and store it for status tracking
- 4Poll GET /request/{id} periodically until status changes from PENDING to COMPLETED
- 5Read the result field from the completed task response
Competitor pricing comparison table delivered in the result field
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.