← Back to Skills Marketplace
browseract-ai

youtube-transcript-extractor-api-skill

by browser-act · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
165
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install youtube-transcript-extractor-api-skill
Description
This skill helps users automatically extract YouTube video transcripts and metadata via the BrowserAct API. The Agent should proactively apply this skill whe...
Usage Guidance
This skill appears coherent and does what it says: it sends the provided YouTube URL and your BrowserAct API key to BrowserAct and prints the transcript/metadata it returns. Before installing or running it, consider the following: (1) confirm you trust BrowserAct (api calls go to https://api.browseract.com), since transcripts and video data are sent to that external service; (2) keep your BROWSERACT_API_KEY secret and only set it as an environment variable in a trusted environment; (3) the Python script uses the third-party 'requests' package — ensure Python and requests are installed in the runtime environment; (4) transcripts may contain sensitive or PII data, so review how outputs are stored or forwarded by your agent; (5) check BrowserAct pricing, rate limits, and privacy policy for suitability. If you want stronger assurance, review the script yourself or run it in an isolated environment with a throwaway API key.
Capability Analysis
Type: OpenClaw Skill Name: youtube-transcript-extractor-api-skill Version: 1.0.0 The skill is a legitimate tool designed to extract YouTube transcripts and metadata using the BrowserAct API. The Python script (youtube_transcript_extractor_api.py) uses standard HTTP requests to interact with api.browseract.com and contains no evidence of malicious execution, data exfiltration, or obfuscation. The instructions in SKILL.md are consistent with the tool's purpose and provide appropriate guidance for the AI agent regarding API key setup and task monitoring.
Capability Assessment
Purpose & Capability
Name/description match the implemented behavior: the script calls BrowserAct workflow endpoints to run a YouTube transcript extractor template. Required env var (BROWSERACT_API_KEY) is appropriate for this API-based task.
Instruction Scope
SKILL.md instructs the agent to check for BROWSERACT_API_KEY, run the included Python script with a TargetURL, and handle a one-time retry on non-auth errors. The runtime instructions and script only perform network calls to BrowserAct and print results; they do not read unrelated files or collect unrelated credentials.
Install Mechanism
There is no install spec (instruction-only), which limits disk writes and is low risk. However, the included Python script imports the third-party 'requests' module but the skill does not document installing Python packages. Users/agents must ensure Python and required packages (requests) are present.
Credentials
Only BROWSERACT_API_KEY is required; that matches the API usage in the code. No other secrets, system config paths, or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent system changes or modify other skills. It only performs one-off API calls when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install youtube-transcript-extractor-api-skill
  3. After installation, invoke the skill by name or use /youtube-transcript-extractor-api-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
YouTube Transcript Extractor API Skill 1.0.0 - Initial release. - Allows users to extract YouTube video transcripts and metadata via the BrowserAct API using a simple script call. - Supports extraction of video title, URL, publisher, channel link, likes count, and full transcript. - Offers built-in error handling, including API Key validation and one automatic retry on failure. - Provides clear setup and usage guidance for both users and agents. - Requires users to supply their BrowserAct API Key before use.
Metadata
Slug youtube-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-transcript-extractor-api-skill?

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

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

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

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

Yes, youtube-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-transcript-extractor-api-skill support?

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

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

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

💬 Comments