← Back to Skills Marketplace
Pipeworx imgflip
by
Bruce Gutman
· GitHub ↗
· v1.0.0
· MIT-0
102
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pipeworx-imgflip
Description
Top 100 meme templates from Imgflip — names, dimensions, and image URLs ready for captioning
Usage Guidance
This is an instruction-only skill that fetches meme templates from a Pipeworx gateway — it does not request credentials or install anything by default. Before using it, decide whether you trust the external host (gateway.pipeworx.io) because your queries and the returned URLs will go through that third-party service. If you plan to use the MCP config, remember `npx -y mcp-remote@latest ...` will download and execute code from npm at run time; only run that if you trust the package source. If you need guarantees about data provenance or privacy, consider contacting the skill author or querying Imgflip's official API directly instead.
Capability Analysis
Type: OpenClaw Skill
Name: pipeworx-imgflip
Version: 1.0.0
The skill provides access to Imgflip meme templates via a remote MCP server hosted at gateway.pipeworx.io. It uses standard tools like curl and the mcp-remote package to fetch template data, with no evidence of malicious intent, data exfiltration, or prompt injection in SKILL.md.
Capability Assessment
Purpose & Capability
Name/description claim (top 100 Imgflip templates) align with the SKILL.md: it documents a single tool get_memes that returns id, name, url, width, height, and box_count. Required binary (curl) is appropriate for the provided curl example. The only notable point is that the skill fetches data from a third-party gateway (gateway.pipeworx.io) rather than Imgflip's official domain — this is consistent with the skill's Pipeworx branding but worth noting.
Instruction Scope
Instructions are narrowly scoped: they show a single JSON-RPC POST to https://gateway.pipeworx.io/imgflip/mcp and provide an mcp-remote npx command template. The SKILL.md does not instruct reading local files, environment variables, or sending unrelated data. Note: the example and MCP config imply contacting a third-party service (pipeworx gateway) — expected for this skill but means queries go to that external host.
Install Mechanism
There is no install spec (instruction-only), which is low risk. However the provided MCP config suggests using `npx -y mcp-remote@latest ...`, which would download/execute a package from the npm registry at runtime if used. That is a normal mechanism for mcp-remote but does execute remote code when invoked, so users should be aware before running it.
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is proportionate to its simple data-fetching purpose.
Persistence & Privilege
The skill is not always-enabled, does not require elevated privileges, and does not itself write persistent install files. The MCP config is a suggested snippet for users to add; the skill does not automatically 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 pipeworx-imgflip - After installation, invoke the skill by name or use
/pipeworx-imgflip - 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 Pipeworx imgflip?
Top 100 meme templates from Imgflip — names, dimensions, and image URLs ready for captioning. It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.
How do I install Pipeworx imgflip?
Run "/install pipeworx-imgflip" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pipeworx imgflip free?
Yes, Pipeworx imgflip is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pipeworx imgflip support?
Pipeworx imgflip is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pipeworx imgflip?
It is built and maintained by Bruce Gutman (@brucegutman); the current version is v1.0.0.
More Skills