ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

hienergy-advertiser-intelligence-affiliate-copilot

Official Hi Energy AI skill for finding and managing affiliate marketing programs, affiliate deals/offers, commissions, transactions, and partner contacts in OpenClaw. Query HiEnergy API v1 for advertisers, affiliate programs, deals, transactions (with analytics meta), contacts, status changes, agencies, tags/categories, and publisher details. Best for affiliate program discovery, affiliate deal research, partner marketing operations, advertiser lookup, brand intelligence, publisher contacts, transaction analytics (sales, commissions, trends), commission analysis, and domain-to-advertiser search across networks like Impact, Rakuten, CJ, Awin, Partnerize, and ShareASale. Includes deep advertiser profile (show endpoint) responses with links such as https://app.hienergy.ai/a/<advertiser_id>. Learn more: https://www.hienergy.ai and https://app.hienergy.ai/api_documentation.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/flyptkarsh/hienergy-advertiser-intelligence-affiliate-copilot
Or

Hi Energy AI

Use this skill to find and manage affiliate marketing programs and affiliate deals, plus related advertisers, transactions, and partner contacts from HiEnergy data.

Access model (important)

  • HiEnergy issues API keys per user.
  • Your API key gives access to the same data you can see in the HiEnergy web app.
  • Pro users can see additional fields/data, especially around advertiser status and contacts.

Security + credentials

  • Primary credential: HIENERGY_API_KEY
  • Accepted alias: HI_ENERGY_API_KEY
  • Required env var: HIENERGY_API_KEY (or HI_ENERGY_API_KEY)
  • Runtime host: https://app.hienergy.ai only
  • Homepage: https://www.hienergy.ai
  • Source: https://github.com/HiEnergyAgency/open_claw_skill

Setup

export HIENERGY_API_KEY="<your_api_key>"
# optional alias
export HI_ENERGY_API_KEY="$HIENERGY_API_KEY"
pip install -r requirements.txt

Tip: copy .env.example to .env for local development, then export from it in your shell.

Quick usage

from scripts.hienergy_skill import HiEnergySkill

skill = HiEnergySkill()
advertisers = skill.get_advertisers(search="fitness", limit=10)
programs = skill.get_affiliate_programs(search="supplements", limit=10)
contacts = skill.get_contacts(search="john", limit=10)
answer = skill.answer_question("Research top affiliate programs for supplements")

Power prompts (copy/paste)

  • "Find top affiliate programs for [vertical] with commission >= 10%."
  • "Show active affiliate deals for [brand/category] and rank by payout potential."
  • "Find partner contacts for [advertiser] and summarize next outreach filters."

Intent routing

  • Advertiser search by name → get_advertisers
  • Advertiser search by domain/url → get_advertisers_by_domain
  • Advertiser detail/profile → get_advertiser_details
  • Affiliate program lookup → get_affiliate_programs
  • Affiliate program ranking/research → research_affiliate_programs
  • Deals/offers → find_deals (supports active, exclusive, country filters)
  • Transactions/reporting → get_transactions (supports date range, advertiser, network, currency filters + sorting)
  • Contacts → get_contacts
  • Status changes (approvals/rejections) → get_status_changes (supports from/to status, advertiser filters)
  • Publisher details → get_publisher
  • Publisher update → update_publisher (admin/publisher)
  • Contact create/replace → create_contact, replace_contact (admin/publisher)
  • Agency/client management → get_agencies (supports agency_id filter if applicable)
  • Tag/Category search → search_tags
  • Advertisers by Tag → get_tag_advertisers (supports sort by sales/commissions)
  • Contact discovery → find_contact_on_web (searches web/LinkedIn if API misses, then adds to API)

Response rules

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-flyptkarsh-hienergy-advertiser-intelligence-affiliate-copilot": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.