← Back to Skills Marketplace
Blog Content Processor
by
terrycarter1985
· GitHub ↗
· v1.0.0
· MIT-0
43
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install blog-content-processor
Description
Process blog content to extract videos and generate GIF previews. Works with blogwatcher, video-frames, and gifgrep skills.
README (SKILL.md)
Blog Content Processor
Extracts video content from blog posts and generates GIF previews for quick scanning.
Usage
- Feed a blog URL or RSS entry into the processor
- The skill extracts embedded video URLs
- Generates lightweight GIF previews using ffmpeg
- Outputs GIF paths for use with gifgrep or direct sharing
Dependencies
rss-parser— parse blog feedsffmpeg-static— bundled ffmpeg binary for GIF generation
Usage Guidance
This appears safe to use as a user-directed content-processing skill, but treat the submitted artifacts as documentation rather than a fully reviewed implementation. Before running any npm-based version, confirm the missing code file and dependency versions, and only process or share media you are comfortable exposing.
Capability Analysis
Type: OpenClaw Skill
Name: blog-content-processor
Version: 1.0.0
The skill bundle is a standard content processing tool designed to extract videos from blog feeds and generate GIF previews. It utilizes legitimate dependencies like rss-parser and ffmpeg-static, and the documentation in SKILL.md and package.json aligns perfectly with its stated purpose without any signs of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The stated purpose is coherent: take a blog URL or RSS entry, extract embedded video URLs, create GIF previews, and output GIF paths. No credential use, account mutation, destructive action, or persistence is described.
Instruction Scope
The workflow appears user-directed and limited to processing supplied blog/feed content. The artifacts do not contain goal overrides, hidden instructions, or instructions to act without user control.
Install Mechanism
There is no install spec and no code files, but package.json declares npm dependencies and a main file that is not included. This is an incomplete implementation/provenance picture rather than evidence of malicious behavior.
Credentials
Using ffmpeg to generate GIF previews is proportionate to the purpose, but it implies local media processing with a bundled ffmpeg binary and possibly externally fetched media.
Persistence & Privilege
The metadata declares no required environment variables, credentials, config paths, background service, persistence, or elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install blog-content-processor - After installation, invoke the skill by name or use
/blog-content-processor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Blog Content Processor?
Process blog content to extract videos and generate GIF previews. Works with blogwatcher, video-frames, and gifgrep skills. It is an AI Agent Skill for Claude Code / OpenClaw, with 43 downloads so far.
How do I install Blog Content Processor?
Run "/install blog-content-processor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Blog Content Processor free?
Yes, Blog Content Processor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Blog Content Processor support?
Blog Content Processor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Blog Content Processor?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.
More Skills