⏳ This skill is pending AI review.
Scores will appear once the review pipeline completes.
influencer-marketing-manager
Helps users build and improve automated influencer-marketing workflows. Use for industry-practice guidance, marketing strategy, SOP design, automating existing processes, or diagnosing and advancing creator partnerships. Also use for operator-tool guidance that supports a marketing decision. Do not use for settled translation, formatting, export, or other bounded operations that leave marketing decisions and workflow unchanged.
// RATINGS
// README
NoxInfluencer Skills
This repository publishes two complementary Agent Skills for influencer marketing:
| Skill | Role | Use it for |
|---|---|---|
influencer-marketing-manager | Marketing workflow and automation manager | Industry guidance, strategy, SOP design, automating existing processes, partnership decisions, and continuous improvement |
noxinfluencer | NoxInfluencer capability specialist | Nox data and interpretation, product-native workflows, system operations, quota, previews, mutations, errors, and verified readback |
The manager helps users build and improve automated influencer-marketing workflows, starting from their current goal and existing methods. Consultation, strategy, and SOP design can each be a complete task; implementation proceeds when requested. NoxInfluencer owns correct use of its product capabilities and can also serve experienced users directly when their objective and method are already clear. In a combined workflow, the manager sets the business action and acceptance criteria while NoxInfluencer returns verified evidence and system state.
- Official website: NoxInfluencer
- Skills dashboard / API key fallback: NoxInfluencer Skills Dashboard
- skills.sh: NoxInfluencer on skills.sh
- ClawHub: NoxInfluencer on ClawHub
NoxInfluencer Tool Capabilities
- 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
- Track shipped samples with native
logistics, including carrier discovery, batch imports, and saved tracking exports; check installed CLI support and current pricing - Manage NoxInfluencer campaigns, collections, CRM channels, products, normal short links, Shopify affiliate campaigns, email/message tasks, and export jobs
- Search TikTok Shop Creator Marketplace and manage private-message projects through a connected store (CLI 0.5.5+)
- 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
NoxInfluencer Account Setup
If you are starting from scratch, install the CLI and start login:
noxinfluencer login
The 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 控制台
Install Skills
Install the business manager:
npx skills add https://github.com/NoxInfluencer/skills --skill influencer-marketing-manager
Install the NoxInfluencer tool skill when the Agent should operate NoxInfluencer:
npx skills add https://github.com/NoxInfluencer/skills --skill noxinfluencer
WorkBuddy Connector
The WorkBuddy CLI Connector source lives at connectors/noxinfluencer-cli. Its embedded noxinfluencer Skill is generated from skills/noxinfluencer; edit the latter, then synchronize and verify the package:
python3 scripts/sync_connector.py sync
python3 scripts/sync_connector.py check
python3 scripts/sync_connector.py package
The Connector pins @noxinfluencer/[email protected] and uses the CLI's device-login flow. The generated zip under dist/ is a local release artifact for WorkBuddy review; it is not submitted to the marketplace automatically.
WorkBuddy Expert (draft)
The WorkBuddy Expert draft at experts/influencer-marketing-manager combines the business Manager Skill with the NoxInfluencer Connector. Its bundled Skill is generated from skills/influencer-marketing-manager; synchronize and validate it before packaging:
python3 scripts/sync_expert.py sync
python3 scripts/sync_expert.py check
python3 scripts/sync_expert.py package
The Expert depends on the WorkBuddy Connector submission identified as oc_e701b8b6011f3b3e. Keep it as a draft until that Connector is approved and passes an installation and read-only smoke test in WorkBuddy.
NoxInfluencer CLI
The skill uses the current @noxinfluencer/cli command tree; TikTok Shop requires 0.5.5+. Install the latest npm package:
npm install -g @noxinfluencer/cli@latest
After installation, verify the needed operations with noxinfluencer schema --all and command-specific schema/help. Version output alone is not enough if a local/global install has stale compiled files.
skills.sh
The GitHub install commands above are the canonical Skills CLI path. The current public skills.sh listing is for the noxinfluencer tool skill; the repository is the source of truth for both Skill directories.
OpenClaw
Install directly to OpenClaw:
npx skills add https://github.com/NoxInfluencer/skills --skill noxinfluencer --agent openclaw
Hermes Skills Hub
Hermes 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/noxinfluencer
You can also preview it before installing:
hermes skills inspect skills-sh/noxinfluencer/skills/noxinfluencer
Claude Code
Install the skill to Claude Code through the Skills CLI:
npx skills add https://github.com/NoxInfluencer/skills --skill noxinfluencer --agent claude-code
Other Skills CLI Agents
Examples 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 cursor
Claude Code Plugin Marketplace
If you prefer the Claude Code plugin marketplace flow:
claude plugin marketplace add https://github.com/NoxInfluencer/skills
claude plugin install nox-influencer@noxinfluencer
Platform Entry Points
- ClawHub: best for browsing the public skill page, versions, and release metadata
- **Skills
// HOW IT'S BUILT
KEY FILES