Install
openclaw skills install hienergy-advertiser-intelligence-affiliate-copilotOfficial Hi Energy AI skill for finding and managing affiliate marketing programs, affiliate deals/offers, commissions, transactions, and partner contacts in...
openclaw skills install hienergy-advertiser-intelligence-affiliate-copilotUse this skill to find and manage affiliate marketing programs and affiliate deals, plus related advertisers, transactions, and partner contacts from HiEnergy data.
HIENERGY_API_KEYHI_ENERGY_API_KEYHIENERGY_API_KEY (or HI_ENERGY_API_KEY)https://app.hienergy.ai onlyhttps://www.hienergy.aihttps://github.com/HiEnergyAgency/open_claw_skillexport 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.
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")
get_advertisersget_advertisers_by_domainget_advertiser_detailsget_affiliate_programsresearch_affiliate_programsfind_deals (supports active, exclusive, country filters)get_transactions (supports date range, advertiser, network, currency filters + sorting)get_contactsget_status_changes (supports from/to status, advertiser filters)get_publisherupdate_publisher (admin/publisher)create_contact, replace_contact (admin/publisher)get_agencies (supports agency_id filter if applicable)search_tagsget_tag_advertisers (supports sort by sales/commissions)get_contacts (filters by name/email/advertiser_id that already exist in HiEnergy)Looking for cbd programs in affiliate programs... before returning results.Tips: line in responses to teach users what they can search (advertisers, programs, deals/offers, transactions, contacts + useful filters).search, category, advertiser_id, limit).get_advertiser_details.Summary:Top Results:Next Filter:limit=20) and increase only when requested.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
scripts/hienergy_skill.py — API client and Q&A helperscripts/create_contact.py — CLI for creating contacts (admin only)references/endpoints.md — endpoint map and usage hints