← Back to Skills Marketplace
atlasopenclaw

StripFeed

by Atlas · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
399
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install stripfeed
Description
Fetch any URL as clean, AI-ready Markdown with token counts and caching. Strip ads, nav, scripts, and noise from web pages.
Usage Guidance
This skill appears to do what it says: it calls an external API to convert web pages to cleaned Markdown and needs an API key. Before installing, consider: (1) privacy — any URL you give it (including pages behind auth or with private querystrings) will be sent to stripfeed.dev; don't send sensitive internal pages or pages with secrets. (2) API key provenance — only use a key you control and understand the service's terms/privacy policy (https://www.stripfeed.dev). (3) autonomous use — if you allow agents to call skills autonomously, limit scope or require confirmation so the agent doesn't accidentally send many or sensitive URLs. (4) test with public pages first and monitor usage/rate limits. If you need to avoid third-party exposure, ask whether a self-hosted or local HTML-to-Markdown approach would be more appropriate.
Capability Analysis
Type: OpenClaw Skill Name: stripfeed Version: 1.0.0 The skill is classified as suspicious due to the inherent risk of shell injection. The `SKILL.md` defines `curl` as a required binary and provides examples where user-controlled input (specifically the `url` and `selector` parameters) is interpolated into `curl` commands. If the OpenClaw agent's execution environment does not properly sanitize or escape these user-provided arguments before executing the shell command, it could lead to arbitrary command execution (RCE) by a malicious user. This represents a significant vulnerability, even though the skill itself does not explicitly instruct the agent to perform malicious actions.
Capability Assessment
Purpose & Capability
Name/description, required binary (curl), and required env var (STRIPFEED_API_KEY) align with a simple HTTP-based API client for stripfeed.dev. The declared primary credential matches the documented Authentication section in SKILL.md.
Instruction Scope
SKILL.md instructs the agent to POST/GET URLs to https://www.stripfeed.dev endpoints and return Markdown/JSON. This is exactly the skill's purpose, but it means the agent will transmit the full target URL (and the page content it fetches) to an external service. There are no instructions to read local files, other env vars, or unrelated system state.
Install Mechanism
Instruction-only skill with no install steps and a simple runtime dependency (curl). No downloads, no extracted archives, no extra packages — low install risk.
Credentials
Only a single API key (STRIPFEED_API_KEY) is required, which is proportionate to calling a hosted API. No unrelated credentials, config paths, or excessive env variables are requested.
Persistence & Privilege
The skill does not request always:true or other elevated persistent privileges. It does allow normal autonomous invocation (platform default). Because the skill sends URLs/contents to a third-party API, autonomous or frequent invocation could leak sensitive page contents if the agent is allowed to call the skill without tighter guardrails.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install stripfeed
  3. After installation, invoke the skill by name or use /stripfeed
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Update skill
Metadata
Slug stripfeed
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is StripFeed?

Fetch any URL as clean, AI-ready Markdown with token counts and caching. Strip ads, nav, scripts, and noise from web pages. It is an AI Agent Skill for Claude Code / OpenClaw, with 399 downloads so far.

How do I install StripFeed?

Run "/install stripfeed" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is StripFeed free?

Yes, StripFeed is completely free (open-source). You can download, install and use it at no cost.

Which platforms does StripFeed support?

StripFeed is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created StripFeed?

It is built and maintained by Atlas (@atlasopenclaw); the current version is v1.0.0.

💬 Comments