โ† All skills
Tencent SkillHub ยท Developer Tools

Hi Energy 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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Official Hi Energy AI skill for finding and managing affiliate marketing programs, affiliate deals/offers, commissions, transactions, and partner contacts in...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, debug_advertisers.py, debug_api_connectivity.py, debug_mimic_request.py, debug_research_limit.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
2.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 11 sections Open source page

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

Start every query with an immediate acknowledgment line in plain language, e.g. Looking for cbd programs in affiliate programs... before returning results. Include a short Tips: line in responses to teach users what they can search (advertisers, programs, deals/offers, transactions, contacts + useful filters). For program research, normalize commission formats (percent, percent range, flat CPA) and clearly label commission type in results. Keep summaries concise and data-grounded. Use tight filters before broad scans (search, category, advertiser_id, limit). For advertiser list responses, offer deeper detail; if user says yes, call get_advertiser_details. If no matches, suggest adjacent search terms. Prefer this response shape for consistency: Summary: Top Results: Next Filter:

Reliability rules

Treat API failures as recoverable and explain clearly. Handle 429 rate limits with a friendly retry hint. Use safe mode defaults for chat (limit=20) and increase only when requested. Never invent programs, deals, contacts, or metrics.

ClawHub discoverability tags

Use these tags when publishing to improve search ranking: affiliate-marketing,affiliate-network,affiliate-program-management,affiliate-program-discovery,affiliate-program-search,affiliate-deal-discovery,affiliate-deals,deals-feed,deal-feed,offer-feed,offers,deal-management,partner-marketing,commission-analysis,advertiser-intelligence,advertiser-search,advertiser-discovery,brand-search,brand-intelligence,publisher-contacts,transactions,performance-marketing,impact,rakuten,cj,awin,shareasale,partnerize,webgains,tradedoubler,admitad,avantlink,flexoffers,skimlinks,sovrn,pepperjam,optimise,linkconnector,tune,everflow,refersion,hienergy,hi-energy-ai

Resources

scripts/hienergy_skill.py โ€” API client and Q&A helper scripts/create_contact.py โ€” CLI for creating contacts (admin only) references/endpoints.md โ€” endpoint map and usage hints

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
4 Scripts2 Docs
  • SKILL.md Primary doc
  • README.md Docs
  • debug_advertisers.py Scripts
  • debug_api_connectivity.py Scripts
  • debug_mimic_request.py Scripts
  • debug_research_limit.py Scripts