← 返回 Skills 市场
itobey

get-tldr

作者 itobey · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
4860
总下载
2
收藏
25
当前安装
1
版本数
在 OpenClaw 中安装
/install get-tldr
功能描述
Provide the summary returned by the get-tldr.com summarize API without further summarization; the skill should format the API output for readability but must not change its content.
安全使用建议
Before installing, make sure you are comfortable sending target URLs to get-tldr.com and storing submitted URLs plus returned summaries in a local log. Use a dedicated get-tldr API key, keep config and .env files private, and configure or delete the logfile if the summarized links may contain sensitive query strings or private content.
功能分析
Type: OpenClaw Skill Name: get-tldr Version: 1.0.0 The skill is designed to summarize URLs using the get-tldr.com API. It retrieves an API key from standard configuration locations (~/.config/get-tldr/config.json, environment variable, or .env file) and makes a POST request to the specified API endpoint. The script logs the input URL and the full API response to a local file (~/.config/get-tldr/skill.log by default), which is a common practice for debugging/auditing and not considered exfiltration. The SKILL.md instructions explicitly guide the agent to avoid further summarization or alteration of the API response, acting as a defensive measure against prompt injection. All observed behaviors are aligned with the stated purpose and lack clear malicious intent.
能力评估
Purpose & Capability
The stated purpose, bundled script, hardcoded API endpoint, payload, and stdout behavior align with summarizing a URL through the get-tldr.com API.
Instruction Scope
Runtime instructions are narrow: trigger on a user-provided URL, call the bundled script, and present the API summary without altering its content.
Install Mechanism
There is no automatic installer or hidden setup; the script requires the Python requests package and only prints an install suggestion if it is missing.
Credentials
The skill reads a get-tldr API key from local config, an environment variable, or a local .env file, which is proportionate to authenticating with the stated API.
Persistence & Privilege
The script writes a local logfile containing the submitted URL and API response by default; this is disclosed in the artifacts and configurable, but may retain sensitive URLs or summary content.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install get-tldr
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /get-tldr 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
get-tldr v1.0.0 - Initial release of the get-tldr skill. - Provides summaries of links using the get-tldr.com summarize API. - Strictly formats but does not alter or further summarize the API's output. - Handles markdown formatting: removes unwanted code blocks but preserves all other original formatting. - Uses a bundled script (get_tldr.py) for API interaction, with configuration options for API key and logging.
元数据
Slug get-tldr
版本 1.0.0
许可证
累计安装 183
当前安装数 25
历史版本数 1
常见问题

get-tldr 是什么?

Provide the summary returned by the get-tldr.com summarize API without further summarization; the skill should format the API output for readability but must not change its content. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4860 次。

如何安装 get-tldr?

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

get-tldr 是免费的吗?

是的,get-tldr 完全免费(开源免费),可自由下载、安装和使用。

get-tldr 支持哪些平台?

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

谁开发了 get-tldr?

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

💬 留言讨论