← Back to Skills Marketplace
browseract-ai

youtube-batch-transcript-extractor-api-skill

by browser-act · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
161
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install youtube-batch-transcript-extractor-api-skill
Description
This skill helps users automatically extract YouTube video transcripts and metadata in batch via the BrowserAct API. The Agent should proactively apply this...
Usage Guidance
This skill appears to do what it says: it calls the BrowserAct API to run a specific workflow template and returns the results. Before installing or running it, verify you trust BrowserAct and the template ID (87198942474882969) because the API key you supply will be sent to their service. Make sure the execution environment has Python and the requests library installed (pip install requests), and consider using a least-privilege API key or an account you control for this purpose. If you need stronger guarantees, run the script in an isolated environment or inspect the BrowserAct dashboard/task outputs to confirm no unexpected data sharing occurs.
Capability Analysis
Type: OpenClaw Skill Name: youtube-batch-transcript-extractor-api-skill Version: 1.0.0 The skill is a legitimate API wrapper for the BrowserAct service, designed to extract YouTube transcripts and metadata. The Python script (youtube_batch_transcript_extractor_api.py) uses standard libraries to communicate with api.browseract.com and does not exhibit any signs of data exfiltration, unauthorized file access, or malicious execution logic.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the Python script consistently implement a BrowserAct workflow call to extract YouTube transcripts and metadata. The only required binary (python) and the single required env var (BROWSERACT_API_KEY) are appropriate for this task. The workflow template ID and BrowserAct API URL are hardcoded, which is coherent with a template-driven extractor.
Instruction Scope
The SKILL.md instructs the agent to check for the API key, invoke the included Python script with keywords/upload_date/limit, and follow a limited retry policy. The script only calls BrowserAct endpoints, polls for status, and prints/parses the API response; it does not read arbitrary files, access other environment variables, spawn shell commands, or transmit data to unexpected hosts.
Install Mechanism
There is no install spec (instruction-only plus an included script) which minimizes install risk. Note: the script uses the Python requests library but the skill does not declare or install that dependency; runtime failure (not a covert behavior) is the likely result if requests is missing.
Credentials
The skill requests only BROWSERACT_API_KEY, which is directly required to authenticate to BrowserAct. There are no unrelated secrets or additional credentials requested. Be aware that the provided API key will be sent to api.browseract.com as part of normal operation.
Persistence & Privilege
always is false and the skill does not modify other skills or system config. It does not persist new credentials or change agent-wide settings. Autonomous invocation is allowed by default but not excessive here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install youtube-batch-transcript-extractor-api-skill
  3. After installation, invoke the skill by name or use /youtube-batch-transcript-extractor-api-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of YouTube Batch Transcript Extractor API Skill. - Enables automated batch extraction of YouTube video transcripts, likes, and metadata using the BrowserAct API. - Requires only keywords, upload date filter, and quantity to run; no need for custom crawler scripts. - Ensures stable results by using preset automation (not generative AI); avoids CAPTCHA, IP, and geofencing issues. - Guides users to configure the required BROWSERACT_API_KEY environment variable. - Includes built-in error handling and status monitoring with clear retry and reporting logic.
Metadata
Slug youtube-batch-transcript-extractor-api-skill
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is youtube-batch-transcript-extractor-api-skill?

This skill helps users automatically extract YouTube video transcripts and metadata in batch via the BrowserAct API. The Agent should proactively apply this... It is an AI Agent Skill for Claude Code / OpenClaw, with 161 downloads so far.

How do I install youtube-batch-transcript-extractor-api-skill?

Run "/install youtube-batch-transcript-extractor-api-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is youtube-batch-transcript-extractor-api-skill free?

Yes, youtube-batch-transcript-extractor-api-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does youtube-batch-transcript-extractor-api-skill support?

youtube-batch-transcript-extractor-api-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created youtube-batch-transcript-extractor-api-skill?

It is built and maintained by browser-act (@browseract-ai); the current version is v1.0.0.

💬 Comments