← Back to Skills Marketplace
116
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install web-trim
Description
Fetch and summarize a webpage by extracting markdown, removing extraneous content, truncating if needed, and returning a concise summary.
Usage Guidance
This skill appears coherent and limited to fetching and summarizing web pages. Before installing: (1) confirm your platform's web_fetch permission model — the skill will fetch any URL you give it, so don't provide links to private/internal pages or sensitive documents you don't want fetched; (2) test on non-sensitive pages to verify how it truncates and what it strips (it may omit sections you consider important); (3) remember it is instruction-only (no code to audit), so rely on the platform's own sandboxing and audit logs if you need traceability.
Capability Analysis
Type: OpenClaw Skill
Name: web-trim
Version: 1.0.0
The skill 'web-trim' is designed to fetch, clean, and summarize web content using standard OpenClaw session management tools. The instructions in SKILL.md are functional and align with the stated purpose, utilizing sessions_spawn and web_fetch without any indicators of malicious intent, data exfiltration, or unauthorized execution.
Capability Assessment
Purpose & Capability
Name/description (fetch & summarize a webpage) match the runtime instructions: use web_fetch (extractMode: 'markdown'), clean and summarize. The skill declares no credentials, binaries, or installs — all consistent with a simple fetch-and-summarize utility.
Instruction Scope
Instructions are narrowly scoped to spawning a worker session, calling web_fetch with markdown extraction, stripping headers/footers/cookie notices, truncating long content, and returning a concise summary. This is appropriate, though steps like 'truncate to the most relevant sections' are subjective and give the worker some editorial discretion. Also note the skill will fetch arbitrary URLs provided by the user — avoid supplying private/internal links if you don't want their contents retrieved.
Install Mechanism
No install spec and no code files — instruction-only skill. Lowest-risk install posture (nothing is written to disk by the skill itself).
Credentials
No environment variables, credentials, or config paths are requested. The requested capabilities (web_fetch, sessions_spawn) are platform features and align with the stated purpose.
Persistence & Privilege
always:false and no special persistence or config modification. The skill uses worker sessions and returns results; autonomous invocation remains possible (platform default) but is not elevated by the skill itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install web-trim - After installation, invoke the skill by name or use
/web-trim - 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 Web Trim?
Fetch and summarize a webpage by extracting markdown, removing extraneous content, truncating if needed, and returning a concise summary. It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.
How do I install Web Trim?
Run "/install web-trim" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Web Trim free?
Yes, Web Trim is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Web Trim support?
Web Trim is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Web Trim?
It is built and maintained by TFOPS22 (@tfops22); the current version is v1.0.0.
More Skills