OpenClaw Skill
Overview
The Hi Energy AI — Advertiser Intelligence Affiliate Copilot is an OpenClaw skill that connects ClawHub’s AI assistant to the Hi Energy AI API. Use it to discover affiliate programs, compare deals, find contacts, and get recommendations—all through natural language with your existing API key.
Why use the OpenClaw skill?
- No code required — Ask questions in plain language; the skill calls the Hi Energy AI API for you.
- Uses your API key — Same data and permissions as your Hi Energy AI account.
- Advertiser intelligence — Search programs, filter by vertical/country, compare deals, and find contacts.
- Affiliate copilot — Get recommendations and answers backed by live API data.
How It Works
OpenClaw skills extend the ClawHub assistant with tools that call external APIs. This skill uses the Hi Energy AI v1 API (deals, advertisers, contacts, transactions, verticals, and more) so that you can:
- Search for affiliate programs by name, domain, or vertical
- List and filter deals (active, exclusive, by country, etc.)
- Find advertiser contacts by domain or advertiser name
- Explore verticals and filter advertisers by category
- Ask natural-language questions and get answers powered by your Hi Energy AI data
Try It on ClawHub
The skill is published on ClawHub. Open the skill page, add it to your assistant, and configure it with your Hi Energy AI API key.
Open Hi Energy AI skill on ClawHubhttps://clawhub.ai/flyptkarsh/hienergy-advertiser-intelligence-affiliate-copilot
API Key
The OpenClaw skill authenticates to the Hi Energy AI API using your personal API key. You’ll be prompted to enter it when you add or configure the skill in ClawHub. The key is the same one you use for direct API access and has the same permissions as your Hi Energy AI account.
Get or manage your API keyAPI Playground
Try the same core endpoints that the OpenClaw skill uses behind the scenes. Sign in to enable live testing with your API key.
| Action | Method | Endpoint | Description |
|---|---|---|---|
| Search advertisers | GET |
/api/v1/advertisers?name=nike&limit=5 |
Find advertisers by text query. |
| Find deals | GET |
/api/v1/deals?active=true&limit=5 |
Fetch active deals for recommendations. |
| Find contacts | GET |
/api/v1/contacts?advertiser_name=nike |
Retrieve matching advertiser contacts. |