← 返回 Skills 市场
kryzl19

Content Summarizer

作者 KRYZL19 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
667
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install strd-content-summarizer
功能描述
Fetch any URL and produce a structured content summary with extractive summarization, AI enhancement prompts, and structured output templates. Extracts clean...
安全使用建议
This skill appears to do what it says: it fetches pages with curl, extracts readable text with simple Python routines, selects key sentences, and writes Markdown summaries to a local directory. Before installing, consider: 1) It will fetch arbitrary URLs you pass it — avoid summarizing sensitive internal URLs unless you understand the network exposure (it can be used to access internal services if run in a network with access). 2) It writes files under OUTPUT_DIR (default /tmp/summaries); change that if you want a different location and avoid running as root. 3) The SKILL.md mentions environment variables (MODEL, SUMMARIZER_MODEL, MAX_TOKENS) that aren’t declared in registry metadata — set these explicitly if you rely on them. 4) If you need stronger HTML parsing or handling of JS-heavy sites, this uses a simple regex-based extractor and may miss or garble content. 5) As with any script that fetches remote content, review and run it in a controlled environment if you have concerns about unintended network access.
功能分析
Type: OpenClaw Skill Name: strd-content-summarizer Version: 1.0.0 The skill is a legitimate content summarization tool that fetches URLs via curl and processes text using Python regex for cleaning and extractive summarization. The scripts (url-to-summary.sh, summarize.sh, and key-points.sh) perform their stated functions without any evidence of data exfiltration, unauthorized execution, or malicious prompt injection. All outputs are saved locally to /tmp/summaries/ as intended.
能力评估
Purpose & Capability
The name/description (fetch URL, extract text, produce summaries) align with the actual files and runtime requirements. Required binaries (curl, python3) are appropriate and sufficient for the described behavior.
Instruction Scope
SKILL.md and the three scripts stay within the stated purpose (fetch URL or read text, extract sentences, write a Markdown summary). Minor inconsistencies: SKILL.md mentions an OpenClaw 'web_fetch' tool, but the included scripts use curl directly. The docs also reference several environment variables (OUTPUT_DIR, MODEL, SUMMARIZER_MODEL, MAX_TOKENS) that are used/suggested in the scripts but are not declared in the registry metadata — this is a documentation/metadata mismatch, not a behavioral red flag.
Install Mechanism
Instruction-only skill with shell scripts and no install spec. No downloads or archive extraction are performed by an installer, so there is no elevated install risk.
Credentials
The skill does not request credentials or sensitive environment variables and only uses standard variables like OUTPUT_DIR and MODEL. However, those env vars are only documented in SKILL.md and not declared in the registry metadata — the discrepancy should be noted but the variables themselves are reasonable and proportional to the task.
Persistence & Privilege
always:false and the skill does not attempt to modify other skills or persistent agent configuration. It writes summary files to a configurable OUTPUT_DIR (default /tmp/summaries) which is expected behavior for a local summarizer.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install strd-content-summarizer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /strd-content-summarizer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Content Summarizer: transforms any URL or raw text into structured, actionable summaries. - Fetches clean text from URLs, removing HTML clutter and ads. - Extractively identifies and outputs key sentences algorithmically (no API key needed). - Generates metadata including title, word count, and estimated reading time. - Produces structured markdown templates, including sections for tweet hooks and key takeaways. - Includes ready-to-use AI enhancement prompts for further summarization by LLMs. - Provides CLI scripts for fast summarization from URLs or raw text, suitable for content repurposing, research, and newsletters.
元数据
Slug strd-content-summarizer
版本 1.0.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Content Summarizer 是什么?

Fetch any URL and produce a structured content summary with extractive summarization, AI enhancement prompts, and structured output templates. Extracts clean... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 667 次。

如何安装 Content Summarizer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install strd-content-summarizer」即可一键安装,无需额外配置。

Content Summarizer 是免费的吗?

是的,Content Summarizer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Content Summarizer 支持哪些平台?

Content Summarizer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Content Summarizer?

由 KRYZL19(@kryzl19)开发并维护,当前版本 v1.0.0。

💬 留言讨论