youtube-influencer-finder-api-skill — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited youtube-influencer-finder-api-skill (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill provides a one-stop YouTube influencer data extraction service using the BrowserAct YouTube Influencer Finder API template. It directly extracts structured creator profile data from YouTube search results, including contact details, social links, and channel statistics. Just input search keywords and an upload date filter to get clean, usable influencer data.
Before running, you must check the BROWSERACT_API_KEY environment variable. If it is not set, do not take other actions first; you should ask and wait for the user to provide it. Agent must inform the user:
"Since you haven't configured the BrowserAct API Key yet, please go to the BrowserAct Console to get your Key."
When calling the script, the Agent should flexibly configure the following parameters based on user needs:
stringopenclaw, tech reviewer, gamingopenclawstringTodayThis WeekThis MonthThis YearThis MonthThe Agent should execute the following independent script to achieve "one command gets results":
# Example invocation
python -u ./scripts/youtube_influencer_finder_api.py "keywords" "Upload_Date"Since this task involves automated browser operations, it may take a long time (several minutes). The script will continuously output status logs with timestamps while running (e.g., [14:30:05] Task Status: running). Agent guidelines:
After successful execution, the script will parse and print the results directly from the API response. The results include:
total_views: Total channel viewsvideo_count: Total number of videossubscriber_count: Total subscriber countregistration_date: Channel registration datecountry: Creator's country/regionyoutube_channel: Direct link to YouTube channelemail_action: Contact email if availablelink: All visible social links (Platform: URL format, multiple links separated by line breaks)profile_description: Channel description and bioprofile_name: Creator's channel nameDuring script execution, if errors occur (such as network fluctuations or task failure), the Agent should follow this logic:
"Invalid authorization", it means the API Key is invalid or expired. At this point, do not retry, but guide the user to recheck and provide the correct API Key."Invalid authorization" but the task fails (for example, the output starts with Error: or returns an empty result), the Agent should automatically try to run the script once more.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.