← 返回 Skills 市场
chengjl19

TL;DX

作者 Jiale Cheng · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
161
总下载
1
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install summarize-anything
功能描述
Extract, transcribe, clean, segment, and analyze long-form content from URLs, local media files, existing transcripts, and pasted text. Use when a user provi...
安全使用建议
This skill appears to be what it says: a local transcription + summarization workflow. Before installing/using it, consider the following: - Disk and bandwidth: the skill will download large ggml model files (tens to hundreds of MBs to multiple GBs depending on model) into runtime/models and may build binaries from source; ensure you have sufficient disk space and bandwidth. - Privileges: the scripts may attempt to install ffmpeg via system package managers and will use sudo when available; be prepared for prompts and only allow if you trust running package installs on the host. - Network access: the runtime will fetch code from GitHub and models from Hugging Face and will fetch remote content (web pages, captions) during normal operation; expect outbound network connections. - Local files: the model provisioning script will also look for local model files (e.g., in ~/.cache or parent directories) and copy them into runtime/models—this is intended convenience but means local model files may be read and copied. - Audit the scripts: because this is an instruction-only skill with bundled scripts that create and execute binaries, review the included shell scripts before use or run them inside an isolated environment (container or VM) if you have concerns. - Origin: the registry entry lacks a homepage and the source is unknown; if provenance matters, request or obtain a trusted upstream/source before wide deployment. If you accept the above (large downloads, possible sudo installs, and network access), the skill's behavior is coherent with its stated purpose. If you do not want local installs or large model downloads, ask for a version that uses a cloud ASR service or a smaller offline-only configuration.
功能分析
Type: OpenClaw Skill Name: summarize-anything Version: 1.0.1 The 'summarize-anything' skill bundle is a legitimate tool designed for extracting and analyzing content from URLs and media files using local Whisper-based ASR. The included shell scripts (e.g., `ensure_whisper_cpp.sh`, `ensure_ffmpeg.sh`) are well-structured for managing dependencies and local runtime state, fetching assets only from trusted sources like GitHub and Hugging Face. The instructions in `SKILL.md` are highly detailed and strictly focused on the stated task of providing high-quality, analytical summaries without any evidence of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The skill is a long-form summarization/transcription tool and includes scripts to provision ffmpeg, a local whisper.cpp binary, and ggml models, which are appropriate and expected for local ASR/transcription workflows.
Instruction Scope
SKILL.md instructs the agent to acquire content from URLs, local files, subtitles, or pasted text and to inspect pages (rendered text, network requests, page scripts) when needed. This is within the described purpose, but the guidance to 'inspect network requests' and to read an environment 'stable memory file' (if available) expands what the agent may touch. No instructions ask for unrelated secrets or odd exfiltration, but the agent will fetch remote pages and may access local workspace files.
Install Mechanism
There is no registry install spec, but included scripts will: attempt to find or install ffmpeg via package managers (brew/apt/dnf/yum/pacman), clone and build whisper.cpp from GitHub with git/cmake, and download ggml model binaries from Hugging Face. These are expected for a local ASR runtime but entail network downloads, large files, and possible privilege escalation (sudo) to install system packages.
Credentials
The skill declares no required credentials or env vars. Scripts do honor optional environment variables for runtime size thresholds (CONTENT_INSIGHT_RUNTIME_WARN_MB, CONTENT_INSIGHT_RUNTIME_CLEAN_MB) and may use sudo when provisioning system packages; no unrelated tokens or secrets are requested.
Persistence & Privilege
always:false and user-invocable:true. The skill creates its own runtime/ and output/ directories and contains maintenance/cleanup scripts that operate only on its runtime area; it does not modify other skills or request permanent platform-level privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install summarize-anything
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /summarize-anything 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Summarize Anything 1.0.1 adds explicit output language rules. - Introduced a new "Output Language" section clarifying how the response language is determined (defaults to user's language; falls back to source content language if unclear). - Stated that translated subtitles or metadata do not dictate response language unless specifically requested. - All other workflow, extraction, segmentation, and memo-writing logic remains unchanged.
v1.0.0
- Initial release of summarize-anything skill. - Extracts, transcribes, cleans, segments, and analyzes long-form content from URLs, media files, transcripts, or pasted text. - Automatically selects content acquisition strategies, preferring existing full transcripts but falling back to local ASR (Whisper) as needed. - Cleans transcripts and applies rough speaker segmentation for conversational content. - Produces layered output: raw text, cleaned and speaker-segmented transcripts, and detailed insight memos or analytical summaries. - Enforces mandatory text acquisition for all audio/video sources, with clear fallbacks and user guidance when input cannot be processed.
元数据
Slug summarize-anything
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

TL;DX 是什么?

Extract, transcribe, clean, segment, and analyze long-form content from URLs, local media files, existing transcripts, and pasted text. Use when a user provi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。

如何安装 TL;DX?

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

TL;DX 是免费的吗?

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

TL;DX 支持哪些平台?

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

谁开发了 TL;DX?

由 Jiale Cheng(@chengjl19)开发并维护,当前版本 v1.0.1。

💬 留言讨论