返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
g

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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
4,047
下载量
2
收藏
概述
安装方式
版本历史

get-tldr

# get-tldr Quick, deterministic skill to summarize the content of a link using the get-tldr.com API. Usage pattern (for the agent): - Trigger when the user says something like: "get-tldr <link>" or "get-tldr" followed by a URL. - The skill will call the bundled script `get_tldr.py` with the URL as the single argument. - IMPORTANT: The API response is already a summary; the skill must NOT further summarize or alter the content — only take the value of the "summary" element of the json and format it for readability. Take the entire summary property, do not omit anything. - IMPORTANT: If the summary element of the response json from the API already is formatted in markdown, just return the formatted markdown. Do not omit anything and do not change the text. Make sure its not wrapped in a code block and if so remove the wrapping code block, so that it correctly renders as markdown, but not as a code block. Files included: - get_tldr.py — small Python script (located in the skill folder) that posts {"input": "<URL>"} to https://www.get-tldr.com/api/v1/summarize using the required X-API-Key header and prints the JSON response to stdout. The script reads the API key and an optional logfile path from ~/.config/get-tldr/config.json (preferred), or falls back to the GET_TLDR_API_KEY environment variable or a .env file in the skill folder. If no logfile is configured the script defaults to ~/.config/get-tldr/skill.log. Notes for maintainers: - Create the config file at ~/.config/get-tldr/config.json with the following structure (JSON): ``` { "api_token": "<your_key_here>", "logfile": "/path/to/logfile.log" } ``` - The script will use the "api_token" field from the config. If the config file is missing the script falls back to the GET_TLDR_API_KEY environment variable or a .env file in the skill folder. - IMPORTANT: Do not summarize the API response again; the skill should only format the response for readability and must not alter the content.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 get-tldr-1776376874 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 get-tldr-1776376874 技能

通过命令行安装

skillhub install get-tldr-1776376874

下载 Zip 包

⬇ 下载 get-tldr v1.0.0

文件大小: 3.15 KB | 发布时间: 2026-4-17 14:29

v1.0.0 最新 2026-4-17 14:29
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.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部