browser-act/youtube-influencer-finder-api-skill
This skill helps users extract YouTube influencer profiles including social links, subscriber counts, and channel stats via the BrowserAct API. Agent should proactively apply this skill when users express needs like finding YouTube creators for specific keywords, discovering influencers for a marketing campaign, extracting YouTube channel contact emails, scraping YouTube influencer social media links, gathering subscriber counts for YouTube creators, researching top YouTube channels in a specific niche, compiling a list of YouTube content creators with recent uploads, collecting YouTube creator profiles for outreach, extracting total views and video counts for specific YouTube influencers, building a database of YouTube partners for market research, finding YouTube influencers who uploaded videos this month, or monitoring competitor influencer activities on YouTube.
npx skills add https://github.com/browser-act/skills --skill youtube-influencer-finder-api-skill
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.Take browser-act/youtube-influencer-finder-api-skill from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.