{
  "schemaVersion": "1.0",
  "item": {
    "slug": "hienergy-advertiser-intelligence-affiliate-copilot",
    "name": "Hi Energy Advertiser Intelligence Affiliate Copilot",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/flyptkarsh/hienergy-advertiser-intelligence-affiliate-copilot",
    "canonicalUrl": "https://clawhub.ai/flyptkarsh/hienergy-advertiser-intelligence-affiliate-copilot",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/hienergy-advertiser-intelligence-affiliate-copilot",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hienergy-advertiser-intelligence-affiliate-copilot",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "debug_advertisers.py",
      "debug_api_connectivity.py",
      "debug_mimic_request.py",
      "debug_research_limit.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/hienergy-advertiser-intelligence-affiliate-copilot"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/hienergy-advertiser-intelligence-affiliate-copilot",
    "agentPageUrl": "https://openagent3.xyz/skills/hienergy-advertiser-intelligence-affiliate-copilot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hienergy-advertiser-intelligence-affiliate-copilot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hienergy-advertiser-intelligence-affiliate-copilot/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Hi Energy AI",
        "body": "Use this skill to find and manage affiliate marketing programs and affiliate deals, plus related advertisers, transactions, and partner contacts from HiEnergy data."
      },
      {
        "title": "Access model (important)",
        "body": "HiEnergy issues API keys per user.\nYour API key gives access to the same data you can see in the HiEnergy web app.\nPro users can see additional fields/data, especially around advertiser status and contacts."
      },
      {
        "title": "Security + credentials",
        "body": "Primary credential: HIENERGY_API_KEY\nAccepted alias: HI_ENERGY_API_KEY\nRequired env var: HIENERGY_API_KEY (or HI_ENERGY_API_KEY)\nRuntime host: https://app.hienergy.ai only\nHomepage: https://www.hienergy.ai\nSource: https://github.com/HiEnergyAgency/open_claw_skill"
      },
      {
        "title": "Setup",
        "body": "export HIENERGY_API_KEY=\"<your_api_key>\"\n# optional alias\nexport HI_ENERGY_API_KEY=\"$HIENERGY_API_KEY\"\npip install -r requirements.txt\n\nTip: copy .env.example to .env for local development, then export from it in your shell."
      },
      {
        "title": "Quick usage",
        "body": "from scripts.hienergy_skill import HiEnergySkill\n\nskill = HiEnergySkill()\nadvertisers = skill.get_advertisers(search=\"fitness\", limit=10)\nprograms = skill.get_affiliate_programs(search=\"supplements\", limit=10)\ncontacts = skill.get_contacts(search=\"john\", limit=10)\nanswer = skill.answer_question(\"Research top affiliate programs for supplements\")"
      },
      {
        "title": "Power prompts (copy/paste)",
        "body": "\"Find top affiliate programs for [vertical] with commission >= 10%.\"\n\"Show active affiliate deals for [brand/category] and rank by payout potential.\"\n\"Find partner contacts for [advertiser] and summarize next outreach filters.\""
      },
      {
        "title": "Intent routing",
        "body": "Advertiser search by name → get_advertisers\nAdvertiser search by domain/url → get_advertisers_by_domain\nAdvertiser detail/profile → get_advertiser_details\nAffiliate program lookup → get_affiliate_programs\nAffiliate program ranking/research → research_affiliate_programs\nDeals/offers → find_deals (supports active, exclusive, country filters)\nTransactions/reporting → get_transactions (supports date range, advertiser, network, currency filters + sorting)\nContacts → get_contacts\nStatus changes (approvals/rejections) → get_status_changes (supports from/to status, advertiser filters)\nPublisher details → get_publisher\nPublisher update → update_publisher (admin/publisher)\nContact create/replace → create_contact, replace_contact (admin/publisher)\nAgency/client management → get_agencies (supports agency_id filter if applicable)\nTag/Category search → search_tags\nAdvertisers by Tag → get_tag_advertisers (supports sort by sales/commissions)\nContact discovery → find_contact_on_web (searches web/LinkedIn if API misses, then adds to API)"
      },
      {
        "title": "Response rules",
        "body": "Start every query with an immediate acknowledgment line in plain language, e.g. Looking for cbd programs in affiliate programs... before returning results.\nInclude a short Tips: line in responses to teach users what they can search (advertisers, programs, deals/offers, transactions, contacts + useful filters).\nFor program research, normalize commission formats (percent, percent range, flat CPA) and clearly label commission type in results.\nKeep summaries concise and data-grounded.\nUse tight filters before broad scans (search, category, advertiser_id, limit).\nFor advertiser list responses, offer deeper detail; if user says yes, call get_advertiser_details.\nIf no matches, suggest adjacent search terms.\nPrefer this response shape for consistency:\n\nSummary:\nTop Results:\nNext Filter:"
      },
      {
        "title": "Reliability rules",
        "body": "Treat API failures as recoverable and explain clearly.\nHandle 429 rate limits with a friendly retry hint.\nUse safe mode defaults for chat (limit=20) and increase only when requested.\nNever invent programs, deals, contacts, or metrics."
      },
      {
        "title": "ClawHub discoverability tags",
        "body": "Use these tags when publishing to improve search ranking:\naffiliate-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"
      },
      {
        "title": "Resources",
        "body": "scripts/hienergy_skill.py — API client and Q&A helper\nscripts/create_contact.py — CLI for creating contacts (admin only)\nreferences/endpoints.md — endpoint map and usage hints"
      }
    ],
    "body": "Hi Energy AI\n\nUse this skill to find and manage affiliate marketing programs and affiliate deals, plus related advertisers, transactions, and partner contacts from HiEnergy data.\n\nAccess model (important)\nHiEnergy issues API keys per user.\nYour API key gives access to the same data you can see in the HiEnergy web app.\nPro users can see additional fields/data, especially around advertiser status and contacts.\nSecurity + credentials\nPrimary credential: HIENERGY_API_KEY\nAccepted alias: HI_ENERGY_API_KEY\nRequired env var: HIENERGY_API_KEY (or HI_ENERGY_API_KEY)\nRuntime host: https://app.hienergy.ai only\nHomepage: https://www.hienergy.ai\nSource: https://github.com/HiEnergyAgency/open_claw_skill\nSetup\nexport HIENERGY_API_KEY=\"<your_api_key>\"\n# optional alias\nexport HI_ENERGY_API_KEY=\"$HIENERGY_API_KEY\"\npip install -r requirements.txt\n\n\nTip: copy .env.example to .env for local development, then export from it in your shell.\n\nQuick usage\nfrom scripts.hienergy_skill import HiEnergySkill\n\nskill = HiEnergySkill()\nadvertisers = skill.get_advertisers(search=\"fitness\", limit=10)\nprograms = skill.get_affiliate_programs(search=\"supplements\", limit=10)\ncontacts = skill.get_contacts(search=\"john\", limit=10)\nanswer = skill.answer_question(\"Research top affiliate programs for supplements\")\n\nPower prompts (copy/paste)\n\"Find top affiliate programs for [vertical] with commission >= 10%.\"\n\"Show active affiliate deals for [brand/category] and rank by payout potential.\"\n\"Find partner contacts for [advertiser] and summarize next outreach filters.\"\nIntent routing\nAdvertiser search by name → get_advertisers\nAdvertiser search by domain/url → get_advertisers_by_domain\nAdvertiser detail/profile → get_advertiser_details\nAffiliate program lookup → get_affiliate_programs\nAffiliate program ranking/research → research_affiliate_programs\nDeals/offers → find_deals (supports active, exclusive, country filters)\nTransactions/reporting → get_transactions (supports date range, advertiser, network, currency filters + sorting)\nContacts → get_contacts\nStatus changes (approvals/rejections) → get_status_changes (supports from/to status, advertiser filters)\nPublisher details → get_publisher\nPublisher update → update_publisher (admin/publisher)\nContact create/replace → create_contact, replace_contact (admin/publisher)\nAgency/client management → get_agencies (supports agency_id filter if applicable)\nTag/Category search → search_tags\nAdvertisers by Tag → get_tag_advertisers (supports sort by sales/commissions)\nContact discovery → find_contact_on_web (searches web/LinkedIn if API misses, then adds to API)\nResponse rules\nStart every query with an immediate acknowledgment line in plain language, e.g. Looking for cbd programs in affiliate programs... before returning results.\nInclude a short Tips: line in responses to teach users what they can search (advertisers, programs, deals/offers, transactions, contacts + useful filters).\nFor program research, normalize commission formats (percent, percent range, flat CPA) and clearly label commission type in results.\nKeep summaries concise and data-grounded.\nUse tight filters before broad scans (search, category, advertiser_id, limit).\nFor advertiser list responses, offer deeper detail; if user says yes, call get_advertiser_details.\nIf no matches, suggest adjacent search terms.\nPrefer this response shape for consistency:\nSummary:\nTop Results:\nNext Filter:\nReliability rules\nTreat API failures as recoverable and explain clearly.\nHandle 429 rate limits with a friendly retry hint.\nUse safe mode defaults for chat (limit=20) and increase only when requested.\nNever invent programs, deals, contacts, or metrics.\nClawHub discoverability tags\n\nUse 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\n\nResources\nscripts/hienergy_skill.py — API client and Q&A helper\nscripts/create_contact.py — CLI for creating contacts (admin only)\nreferences/endpoints.md — endpoint map and usage hints"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/flyptkarsh/hienergy-advertiser-intelligence-affiliate-copilot",
    "publisherUrl": "https://clawhub.ai/flyptkarsh/hienergy-advertiser-intelligence-affiliate-copilot",
    "owner": "flyptkarsh",
    "version": "2.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/hienergy-advertiser-intelligence-affiliate-copilot",
    "downloadUrl": "https://openagent3.xyz/downloads/hienergy-advertiser-intelligence-affiliate-copilot",
    "agentUrl": "https://openagent3.xyz/skills/hienergy-advertiser-intelligence-affiliate-copilot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hienergy-advertiser-intelligence-affiliate-copilot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hienergy-advertiser-intelligence-affiliate-copilot/agent.md"
  }
}