Nox Influencer - Creator Discovery & Influencer Marketing

v0.1.4

Discovers creators for influencer marketing, creator marketing, and social media marketing campaigns; performs creator due-diligence analysis, retrieves outr...

0· 93·0 current·0 all-time
byAlex Yang@yyforever
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the requested binaries and env var: it needs the 'noxinfluencer' CLI and an API key (NOXINFLUENCER_API_KEY), which is exactly what a CLI-based NoxInfluencer integration would need.
Instruction Scope
SKILL.md is focused on running the CLI (doctor, quota, search, profile, monitor, etc.) and explicitly limits scope (it says not to send emails or write to CRMs). It asks the agent to check for installed CLI and key, prefer secret channels, and use safe auth (`--key-stdin`). It does not instruct reading unrelated files or exfiltrating other credentials.
Install Mechanism
Install metadata points to an npm package (@noxinfluencer/cli) that creates the expected binary. npm installs are a common, reasonable mechanism here, but installing packages has the usual supply-chain risk—verify the package and publisher before global install.
Credentials
Only one credential is required (NOXINFLUENCER_API_KEY) and it is the declared primaryEnv. The skill does not request unrelated secrets or system config paths.
Persistence & Privilege
Skill is not force-included (always: false), does not request system-wide changes, and contains no instructions to modify other skills or agent-wide configuration.
Assessment
This skill appears coherent for controlling the official NoxInfluencer CLI. Before installing or handing over an API key: verify the npm package (@noxinfluencer/cli) and its publisher, prefer providing the key via your agent’s secret store (skills.entries.noxinfluencer.apiKey) or a one-time secure handoff, and avoid pasting the key into public chat. If you must run the CLI locally, run `noxinfluencer doctor` first and let the agent report results rather than exposing raw CLI commands. Finally, confirm billing/quota implications on the NoxInfluencer dashboard before running queries that consume account quota.

Like a lobster shell, security has layers — review code before you run it.

latestvk97ev2ng6pv6hqmq26jht8ekns84hs6g

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsnoxinfluencer
EnvNOXINFLUENCER_API_KEY
Primary envNOXINFLUENCER_API_KEY

Install

Node
Bins: noxinfluencer
npm i -g @noxinfluencer/cli

Comments