Agent skill for NoxInfluencer creator and marketing operations: creator discovery and selected-result exports, due-diligence analysis and dispute reporting, platform email outreach, external contact retrieval, known-video monitoring and future-content auto-track, spreadsheet workflows, campaign/collection operations, CRM/email/message/product/short-link/affiliation operations, brand monitoring, and exports across YouTube, TikTok, and Instagram.
- Official website: NoxInfluencer
- Skills dashboard / API key fallback: NoxInfluencer Skills Dashboard
- skills.sh: NoxInfluencer on skills.sh
- ClawHub: NoxInfluencer on ClawHub
- Discover creators with topic exclusions and SaaS result filters, and mark or unmark creators as Not interested
- Find similar creators with the same opaque creator IDs and returned-result pricing as normal search
- Preview business quota and export an approved subset of creator search or lookalike results
- Evaluate creators with audience, content, and cooperation signals
- Check creator dispute history and submit evidence-backed collaboration dispute reports when explicitly approved
- Retrieve visible/exportable contact information for selected creators when external outreach is needed
- Monitor known campaign videos and auto-track matching content that selected creators publish later
- Use SaaS spreadsheet templates, imports, failure reports, and direct Excel reports for supported workflows
- Manage NoxInfluencer campaigns, collections, CRM channels, products, normal short links, Shopify affiliate campaigns, email/message tasks, and export jobs
- Discover global brands by name or category/market, then analyze monitored brands, product signals, influencer/content/tag/product assets, and exports
- Upload approved public images and download authorized email, message, template, feedback, and export files
- Check current Skill Credit prices and historical consumption to plan Agent workflows
If you are starting from scratch, install the CLI and start login:
noxinfluencer loginThe CLI prints an authorization URL and opens it when possible. Complete SaaS login/registration and authorization in any browser; the CLI creates or reuses a non-expiring API key and saves it locally.
For an Agent, container, or remote terminal, start and wait separately:
noxinfluencer login start --json
noxinfluencer login wait <login_id>Give the user only verification_uri_complete and user_code from login start; never expose its secret device code. Use noxinfluencer login --browser only when a local loopback callback is available.
Manual fallback:
- English: Sign up and open the Skills dashboard
- Chinese: 注册账号 and 打开 Skills 控制台
The skill expects the latest @noxinfluencer/cli, including the command tree with creator, monitor, campaign, collection, email, message, crm, product, short-link, affiliation, brand-monitor, dispute, export, file, feedback, quota, pricing, and agent. Install the latest npm package:
npm install -g @noxinfluencer/cli@latestAfter installation, verify with noxinfluencer schema --all and confirm the expected command groups are present. Version output alone is not enough if a local/global install has stale compiled files.
Install the skill from GitHub with the open skills ecosystem CLI:
npx skills add https://github.com/NoxInfluencer/skills --skill noxinfluencerInstall directly to OpenClaw:
npx skills add https://github.com/NoxInfluencer/skills --skill noxinfluencer --agent openclawHermes can install this skill through its Skills Hub aggregation layer. The skills.sh identifier is the most stable Hermes entry point:
hermes skills install skills-sh/noxinfluencer/skills/noxinfluencerYou can also preview it before installing:
hermes skills inspect skills-sh/noxinfluencer/skills/noxinfluencerInstall the skill to Claude Code through the Skills CLI:
npx skills add https://github.com/NoxInfluencer/skills --skill noxinfluencer --agent claude-codeExamples for other compatible agents:
# Codex
npx skills add https://github.com/NoxInfluencer/skills --skill noxinfluencer --agent codex
# Cursor
npx skills add https://github.com/NoxInfluencer/skills --skill noxinfluencer --agent cursorIf you prefer the Claude Code plugin marketplace flow:
claude plugin marketplace add https://github.com/NoxInfluencer/skills
claude plugin install nox-influencer@noxinfluencer- ClawHub: best for browsing the public skill page, versions, and release metadata
- Skills CLI / skills.sh: use the CLI install command above, or browse the public listing on skills.sh
- OpenClaw: use the OpenClaw-targeted install command above
- Hermes Skills Hub: install through the skills.sh identifier shown above; Hermes can also discover this repository through GitHub taps
- Claude Code: use either the Skills CLI install or the plugin marketplace install
- This repository publishes the
noxinfluencerskill. - The skill is designed to help an agent operate the NoxInfluencer CLI on the user's behalf.
- Marketing-ops write actions default to preview/dry-run behavior and require explicit approval before execution.
- Creator, collection, CRM, and brand-monitor exports use shared async export tasks; monitor, short-link, and affiliation Excel reports download directly.
- Public rich-text/product image URLs are separate from private email/message attachments.
- ChatGPT is not a supported Skill runtime; OpenAI users should run this Skill with OpenAI Codex.
- Some workflows may require a NoxInfluencer account, API access, or CLI authentication during setup.