youtube-video-api-skill

v1.0.1

This skill helps users automatically extract channel-level and video detail data from a specific YouTube channel via BrowserAct API. Agent should proactively...

1· 507·5 current·5 all-time
byMaggia@ccmagia2-gif
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 implementation: the Python script calls https://api.browseract.com/v2/workflow endpoints with a fixed template ID to start and poll a BrowserAct task. Requested binary (python) and env var (BROWSERACT_API_KEY) are expected for this purpose.
Instruction Scope
SKILL.md instructs the agent to check for BROWSERACT_API_KEY, invoke the included Python script with a channel URL and video ordering, monitor stdout logs, and handle simple retry/error cases. The instructions do not ask the agent to read unrelated files, access other credentials, or send data to unexpected endpoints.
Install Mechanism
No install spec is provided (instruction-only with a bundled script), so nothing is downloaded or installed at runtime beyond invoking the included Python script. This is the lowest-risk install model.
Credentials
Only a single API key (BROWSERACT_API_KEY) is required, which is proportional to the skill's function. The script uses that key to authenticate to BrowserAct only; it does not request additional unrelated secrets or config paths.
Persistence & Privilege
The skill does not request always: true, does not modify other skills or system configuration, and only uses normal agent invocation. Its autonomy setting is the platform default and not excessive here.
Assessment
This skill appears coherent and implements exactly what it claims: it sends the provided YouTube channel URL (and the BROWSERACT_API_KEY) to BrowserAct's API to run a workflow and returns the result. Before installing, confirm you trust BrowserAct (api.browseract.com) because the API key grants access to your BrowserAct account and will be sent with requests. Never paste your API key into public chat; prefer setting BROWSERACT_API_KEY as an environment variable. Consider limiting/rotating the key's permissions and monitoring BrowserAct usage logs. If you need strict data locality or cannot share data with a third-party service, do not use this skill.

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

latestvk97cn0t8a41fkdc39ybv1vr20982r1gj

License

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

Runtime requirements

🌐 Clawdis
Binspython
EnvBROWSERACT_API_KEY

Comments