skills

skill
Security Audit
Warn
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 8 GitHub stars
Code Pass
  • Code scan — Scanned 3 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This skill enables AI agents and developer tools to automate influencer marketing workflows. It connects to the NoxInfluencer platform to handle creator discovery, evaluate audience metrics, retrieve contact information, and monitor video campaigns.

Security Assessment
Overall Risk: Low. The automated code scan checked three files and found no dangerous patterns, hardcoded secrets, or requests for dangerous local permissions. However, the tool inherently makes external network requests to the NoxInfluencer API. To function, it requires a user-provided API key, meaning it handles sensitive account credentials and retrieves PII (outreach-ready contact information). Users should be aware that their agent will be transmitting API requests and keys over the network.

Quality Assessment
The project is actively maintained, with its last code push occurring today. On the downside, the repository is entirely missing a license file. This is a significant legal omission for an open-source tool, as it means no explicit permissions for use, modification, or distribution are granted. Additionally, it has a low community footprint with only 8 GitHub stars, indicating minimal public visibility and peer review.

Verdict
Use with caution — the code is actively maintained and passed a basic security scan, but the complete lack of a software license and low community adoption warrant caution before integrating it into commercial workflows.
SUMMARY

Nox Influencer marketing skill for creator discovery, due-diligence analysis, contact retrieval, and video monitoring.

README.md

NoxInfluencer Skills

Agent skill for influencer and creator marketing: creator discovery, due-diligence analysis, outreach-ready contact retrieval, and campaign video monitoring across YouTube, TikTok, and Instagram.

What This Skill Helps With

  • Discover creators for influencer, creator, and social media marketing campaigns
  • Evaluate creators with audience, content, and cooperation signals
  • Retrieve outreach-ready contact information for selected creators
  • Monitor campaign video performance over time

Account Setup

If you are starting from scratch, create a brand account and get an API key first:

Install

Skills CLI / skills.sh

Install the skill from GitHub with the open skills ecosystem CLI:

npx skills add https://github.com/NoxInfluencer/skills --skill noxinfluencer

OpenClaw

Install directly to OpenClaw:

npx skills add https://github.com/NoxInfluencer/skills --skill noxinfluencer --agent openclaw

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 CLI / skills.sh: best for installing the skill from GitHub into supported agents
  • OpenClaw: use the OpenClaw-targeted install command above
  • Claude Code: use either the Skills CLI install or the plugin marketplace install

Notes

  • This repository publishes the noxinfluencer skill.
  • The skill is designed to help an agent operate the NoxInfluencer CLI on the user's behalf.
  • Some workflows may require a NoxInfluencer account, API access, or CLI authentication during setup.

Reviews (0)

No results found