← 返回 Skills 市场
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install web-trim
功能描述
Fetch and summarize a webpage by extracting markdown, removing extraneous content, truncating if needed, and returning a concise summary.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install web-trim - 安装完成后,直接呼叫该 Skill 的名称或使用
/web-trim触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
Web Trim 是什么?
Fetch and summarize a webpage by extracting markdown, removing extraneous content, truncating if needed, and returning a concise summary. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 Web Trim?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-trim」即可一键安装,无需额外配置。
Web Trim 是免费的吗?
是的,Web Trim 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Web Trim 支持哪些平台?
Web Trim 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web Trim?
由 TFOPS22(@tfops22)开发并维护,当前版本 v1.0.0。
推荐 Skills