Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

hienergy-advertiser-intelligence-affiliate-copilothienergy advertiser intelligence affiliate GitHub Copilot 搜索

Agent Skill

hienergy-advertiser-intelligence-affiliate-copilot 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

18,665

周安装

770

GitHub Stars

1

下载量

6,098
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:hienergy-advertiser-intelligence-affiliate-copilot(hienergy advertiser intelligence affiliate GitHub Copilot 搜索)
来源仓库:https://github.com/flyptkarsh/hienergy-advertiser-intelligence-affiliate-copilot
安装命令:
openclaw skills install hienergy-advertiser-intelligence-affiliate-copilot
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install hienergy-advertiser-intelligence-affiliate-copilot

简介

官方 Hi Energy AI 联属营销管理工具,覆盖计划查找、佣金管理与合作伙伴联络。

  • 适合从事数字营销、联盟推广或电商引流的专业人士高效运营使用。
  • 自动同步交易数据、生成报表并支持个性化外展文案撰写辅助。
  • 依赖 Hi Energy 平台账户权限,需正确配置 OAuth 或 API Token。
  • 佣金结算与政策变动频繁,建议定期核对最新条款避免纠纷风险。

SKILL.md

name
hienergy-advertiser-intelligence-affiliate-copilot
description
>-
homepage
https://www.hienergy.ai
metadata
{"openclaw":{"homepage":"https://www.hienergy.ai","requires":{"env":["HIENERGY_API_KEY"]},"primaryEnv":"HIENERGY_API_KEY"}}

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 (API search only) → get_contacts (filters by name/email/advertiser_id that already exist in HiEnergy)

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

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.19%
按下载量换算4,402

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills