Install
openclaw skills install nox-influencer-marketingRuns NoxInfluencer creator and marketing-ops workflows via CLI, including creator discovery for influencer marketing, creator marketing, UGC, social media marketing, and affiliate marketing; creator evaluation, contact retrieval, video tracking, campaigns, collections, CRM channels, email/message tasks, brand monitoring, and exports. Use when the user needs NoxInfluencer creator discovery, creator evaluation, outreach operations, campaign/collection operations, brand monitoring, or account setup.
openclaw skills install nox-influencer-marketingFull-workflow creator and marketing-ops skill for influencer discovery, due diligence, outreach-ready contact retrieval, campaign video monitoring, campaign/collection operations, CRM/email/message operations, brand monitoring, and exports across YouTube, TikTok, and Instagram.
The user interacts through natural language. Execute CLI commands yourself and report results in plain language. Never expose raw commands to the user.
The user does not operate the CLI. You do. Run commands silently, tell the user the result. Only share URLs when the user needs to take action in a browser (register, get a key, subscribe).
The CLI is self-describing — use it instead of memorizing parameters:
noxinfluencer schema <cmd> (e.g., schema creator.search; quoted path form schema 'creator search' also works)noxinfluencer <cmd> --helpnoxinfluencer doctornoxinfluencer schema --all must include campaign, collection, email, message, crm, brand-monitor, export, and agentnoxinfluencer agent exit-codes--dry-run (shows request without executing)--lang zh switches all URLs to cn.noxinfluencer.com| User intent | CLI command |
|---|---|
| Search creators | noxinfluencer creator search |
| Creator overview / links | noxinfluencer creator profile [creator_id] or first-call --url / --platform --channel-id |
| Audience analysis | noxinfluencer creator audience [creator_id] or first-call --url / --platform --channel-id |
| Content analysis | noxinfluencer creator content [creator_id] or first-call --url / --platform --channel-id |
| Cooperation / pricing signals | noxinfluencer creator cooperation [creator_id] or first-call --url / --platform --channel-id |
| Get contact info | noxinfluencer creator contacts [creator_id] or first-call --url / --platform --channel-id |
| Check quota | noxinfluencer quota |
| Check setup health | noxinfluencer doctor |
| Check membership plans | noxinfluencer pricing |
| Inspect exact flags | noxinfluencer schema <cmd> |
| List monitoring projects | noxinfluencer monitor list |
| Create monitoring project | noxinfluencer monitor create |
| Add monitored video | noxinfluencer monitor add-task |
| List monitored videos | noxinfluencer monitor tasks |
| Get task-level history points | noxinfluencer monitor history |
| Get project summary | noxinfluencer monitor summary |
| Campaign list / detail / dashboard | noxinfluencer campaign list, campaign get, campaign dashboard |
| Create or update campaign | noxinfluencer campaign create, campaign update |
| Collection list / detail / items | noxinfluencer collection list, collection get, collection items |
| Collection batch operations | noxinfluencer collection batch-* validate/preview/apply |
| Refresh / unlock collection data | noxinfluencer collection refresh-* validate/preview/apply, collection unlock-audience |
| Add collection to NoxInfluencer CRM | noxinfluencer collection add-to-crm validate/preview/apply |
| CRM channel operations | noxinfluencer crm list, crm get, crm update, crm groups ... |
| Email task operations | noxinfluencer email list, email get, email create, email send, email schedule |
| Message thread operations | noxinfluencer message list, message get, message draft, message send, message schedule |
| Brand monitor overview | noxinfluencer brand-monitor list, brand-monitor get |
| Brand competition / strategy reads | noxinfluencer brand-monitor competition-matrix, cooperate-matrix, influencer-portrait, defense-gap |
| Brand product signals | noxinfluencer brand-monitor product-* |
| Brand assets / exports | noxinfluencer brand-monitor influencer-list, content-list, tag-list, product-list, *-export |
| Export task status / download | noxinfluencer export list, export get, export download |
| Stable automation exit codes | noxinfluencer agent exit-codes |
Add --detail for expanded creator analysis when the user needs deeper evidence. Add --lang zh for Chinese users. Use schema <cmd> when you need exact flags or required fields. If the user does not already have a creator_id, the first read call may use --url or --platform --channel-id; after that, prefer the returned data.creator_id.
All creator read responses include a unified creator identity block: creator_id, creator_name, channel_handle, channel_url, and social_media. monitor add-task and monitor tasks may also expose creator_id, creator_name, channel_handle, and channel_url for the monitored creator when the upstream task data includes them.
For marketing-ops commands, many workflows are JSON-first and use --body-file. Mutations default to dry-run; only use --force after the user has explicitly approved the target object and the action. See {baseDir}/references/marketing-ops.md and {baseDir}/references/brand-monitor.md.
Run noxinfluencer doctor first, then noxinfluencer schema --all to verify the current command tree. Guide through only what's missing:
npm install -g @noxinfluencer/cli@latest in their terminal. Treat the install as stale if schema --all does not include the 0.4+ command groups: campaign, collection, email, message, crm, brand-monitor, export, and agent. If reinstalling the latest npm package still lacks those command groups, stop marketing-ops workflows and report a CLI package / command-tree mismatch instead of retrying the same command. In the same reply, directly provide the browser steps they must do themselves:
https://www.noxinfluencer.com/signup?userType=brand&service=%2Fskills%2Fdashboardhttps://www.noxinfluencer.com/skills/dashboardhttps://cn.noxinfluencer.com/signup?userType=brand&service=%2Fskills%2Fdashboardhttps://cn.noxinfluencer.com/skills/dashboard
Prefer a host-provided secret first: skills.entries.noxinfluencer.apiKey in OpenClaw maps to NOXINFLUENCER_API_KEY. If no secret channel is available, ask for a one-time handoff only through the safest available channel, then configure with noxinfluencer auth --key-stdin rather than putting the key in argv, logs, or echoed messages.NOXINFLUENCER_API_KEY / skills.entries.noxinfluencer.apiKey is already available before asking for manual input. Run doctor and prefer CLI-provided hints / URLs. Only fall back to the static register + API key links above if the CLI output is incomplete.quota, tell them the current Skill quota snapshot and any obvious blocking issues.Run quota yourself and report the current Skill quota snapshot.
Important:
If quota is low or exhausted, the error response's action field includes the billing URL. Pass it to the user.
Turn an open-ended search into a usable shortlist.
Do not search immediately if the request is too broad. Ask for 2–3 critical filters at a time:
Stop asking once the request is specific enough. If the user provided most filters upfront, search directly.
Use noxinfluencer schema creator.search to discover available filter parameters. The quoted single-argument form noxinfluencer schema 'creator search' is equivalent. Key decisions:
--has_email true when the user's intent is commercial outreachpage_num and the prior response's data.search_after; prefer --body-file - with a JSON body so the cursor array is passed exactly. If using flags, shell-quote --search_after and every bracketed array filter. If there is no cursor or the last page was already reached, say there are no more resultsSee {baseDir}/references/search-filters.md for filter selection semantics by user intent.
Present results as a visible, comparable shortlist — not a raw JSON dump.
For each candidate: nickname, platform, followers, engagement rate, average views, country, top tags.
Rules:
--has_email true was used, but do not imply email was already retrievedHelp the user decide whether a creator is worth pursuing. Lead with a verdict, not a wall of numbers.
creator_id from prior search or a prior read response; if absent, the first read call may use --url or --platform --channel-id).creator profile first; it may already return the unified creator identity block, including channel_url and social_media.--detail flag).creator cooperation --detail unless the user explicitly asks for pricing or brand-history signals, or the primary platform is YouTube. See {baseDir}/references/platform-support.md.--language zh.Use noxinfluencer schema creator.<dimension> (e.g., schema creator.profile). The quoted single-argument form (for example schema 'creator profile') is equivalent.
Always lead with one of these four conclusions:
See {baseDir}/references/verdict-heuristics.md for detailed heuristic rules and output structure.
Retrieve contact info for a specific creator. Intentionally narrow — gets contact data, nothing more.
creator_id from prior search or a prior read response; if absent, the first read call may use --url or --platform --channel-id).email_quality | Meaning |
|---|---|
1 | High-quality contact signal |
2 | Normal contact signal |
0 | Low-confidence or unverified contact signal |
If email is null, clearly say no reliable email is currently available. If email exists but quality is 0, return it with cautionary wording and tell the user it needs manual verification.
Do not add outreach recommendations or restate creator metrics.
Manage video monitoring projects and tracked videos. Operational only — manages monitoring, not performance judgment.
monitor tasks to identify the task_id, then use monitor history.Use noxinfluencer schema monitor.<subcommand> for parameter details. Write operations default to dry-run — use --force to execute.
project_id over project_name after the first lookup.project_id until user switches.creator_id, channel_handle, and channel_url when presentdata.itemsIf monitor add-task or monitor tasks returns creator_id, preserve it for later creator read follow-ups instead of asking the user to search again.
| Status | Meaning |
|---|---|
loading | Initializing |
monitoring | Actively collecting data |
completed | Monitoring period ended |
video restricted | Video unavailable |
invalid link | URL could not be resolved |
Operate NoxInfluencer campaign, collection, CRM, email, message, and export workflows. Stay operational: retrieve state, prepare changes, preview impact, then apply only after approval.
list, get, dropdown, dashboard, or equivalent).email create → email recipients add/replace → email content save → email sender update if needed → email send or email schedule. Do not require a message thread or CRM channel for this path.message send or message schedule only for existing thread_id replies. If no thread exists, do not claim email outreach is impossible; offer the email-task path when reliable email addresses are available.schema <cmd> and prepare the minimal --body-file object required by the CLI.validate first, then preview, then apply --force only after user approval.create, update, delete, send, schedule, archive, or restore, rely on dry-run first unless the user has already approved the exact action.export get or export list, then download with export download --output only when ready.Do not draft outreach copy. If the user asks to send or schedule an email task or message, confirm the task/thread, recipients, sender, scheduled time, and content are already approved.
See {baseDir}/references/marketing-ops.md for domain routing, mutation guardrails, and export handling.
Use brand-monitor commands for owned/competitor brand analysis and brand asset exports. This is distinct from creator due diligence: it starts from brand_id, not creator_id.
brand_id is unclear.--body-file.export commands.add, unlock-base, unlock-high, and all *-export commands as mutations or async job creation: dry-run first, --force only after approval.See {baseDir}/references/brand-monitor.md for command routing and platform boundaries.
| User intent | Start with |
|---|---|
| Find creators, broad sourcing | § 2. Discovering Creators |
| Evaluate a specific creator | § 3. Analyzing Creators |
| Get email or contact details | § 4. Retrieving Contacts |
| Set up monitoring for a video | § 5. Tracking Performance |
| Manage campaigns, collections, CRM, email/message tasks, or exports | § 6. Marketing Ops |
| Analyze or export brand-monitor data | § 7. Brand Monitoring |
| Setup, quota, billing, errors | § 1. Getting Started |
Natural progression: discover → analyze → contact → monitor → operate. But users can enter at any point.
For API-backed failures (quota, pricing, creator, monitor, campaign, collection, email, message, crm, brand-monitor, export), use the CLI response's action field when present:
action.url — where the user should goaction.hint — what to doLocal/helper commands (auth, doctor, schema, env, agent exit-codes) may not include action. Read their native output directly instead of assuming the API error envelope.
For unexpected failures, run doctor as a first diagnostic step.
{baseDir}/references/cli-response-format.md — response envelope differences and error action handling{baseDir}/references/marketing-ops.md — campaign, collection, CRM, email/message, export workflows and mutation guardrails{baseDir}/references/brand-monitor.md — brand monitor routing, YouTube-only product signals, export boundaries{baseDir}/references/platform-support.md — data availability by platform{baseDir}/references/search-filters.md — filter selection by user intent{baseDir}/references/verdict-heuristics.md — detailed due-diligence rules and output structure