← Back to Skills Marketplace
Video Fetcher
by
bytesagain1
· GitHub ↗
· v2.0.1
· MIT-0
179
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install video-fetcher
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Video Fetcher concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears to be a simple, coherent local reference tool. Things to consider before installing: 1) The script is safe in its current form (it only prints embedded docs), but verify you trust the author before executing bundled scripts—run it in a restricted/sandboxed environment if unsure. 2) Note the small metadata vs script version mismatch (2.0.1 vs 2.0.0) — likely cosmetic but worth checking for updates. 3) Confirm the platform will not run the script with elevated privileges and that future updates are reviewed, since bundled executable files are the main attack surface if changed later.
Capability Analysis
Type: OpenClaw Skill
Name: video-fetcher
Version: 2.0.1
The video-fetcher skill bundle is a documentation reference tool that provides static information about devtools concepts. The shell script (scripts/script.sh) contains no functional code other than heredocs that output plain text, and it lacks any network access, file system modifications, or sensitive data handling. The SKILL.md instructions are consistent with the script's behavior and do not contain any malicious directives.
Capability Assessment
Purpose & Capability
The name/description promise a local reference for Video Fetcher concepts; the skill asks for no env vars, no binaries, and the shipped script only prints documentation. All requested resources are appropriate. Minor mismatch: metadata version 2.0.1 vs script VERSION="2.0.0" (cosmetic).
Instruction Scope
SKILL.md states commands output plain-text via heredoc and no external calls; scripts/script.sh implements those commands with heredocs only. The instructions do not read unexpected files, env vars, or send data externally.
Install Mechanism
No install spec is provided (instruction-only). There is a bundled script but no download or extract steps. Risk is low because nothing is fetched or written during install.
Credentials
No environment variables, credentials, or config paths are required or referenced. The script does not access SECRET/TOKEN-like variables.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install video-fetcher - After installation, invoke the skill by name or use
/video-fetcher - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
Metadata
Frequently Asked Questions
What is Video Fetcher?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Video Fetcher concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 179 downloads so far.
How do I install Video Fetcher?
Run "/install video-fetcher" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Video Fetcher free?
Yes, Video Fetcher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Video Fetcher support?
Video Fetcher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Video Fetcher?
It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.1.
More Skills