一键导入
summarize
Extracts and summarizes web content from URLs. Use when users share links or ask to summarize articles, YouTube videos, or web pages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Extracts and summarizes web content from URLs. Use when users share links or ask to summarize articles, YouTube videos, or web pages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Headless browser automation via agent-browser CLI
Use when the user wants to create, inspect, update, or remove telclaude scheduled jobs, especially natural-language schedules like "every weekday at 9am". Prefer this skill for cron CRUD behind WRITE_LOCAL+.
Use when the operator asks for a daily or morning Telegram brief, agenda digest, inbox highlights, or Hermes-style operator preset. This is a read-only private-agent workflow that gathers today's Google Calendar, recent Gmail inbox highlights, and weather, then returns a concise Telegram brief.
Create, patch, pin, unpin, rename, or archive agent-authored telclaude skills through the guarded managed-skill writer. Use only for private/telegram agent work when durable skill changes are clearly useful.
Crafts Telegram-friendly replies for telclaude sessions, respecting media, heartbeats, and brevity.
Use when the operator asks for a weekly business report, Monday-morning business digest, revenue/support/CRM/analytics roundup, or wants to schedule workflow
| name | summarize |
| description | Extracts and summarizes web content from URLs. Use when users share links or ask to summarize articles, YouTube videos, or web pages. |
Extract readable content from URLs — articles, YouTube videos, podcasts, and web pages.
Use this skill when users:
Use the telclaude summarize CLI command via Bash:
# Basic usage — extract content from URL
telclaude summarize "https://example.com/article"
# Limit output size (default: 8000 characters)
telclaude summarize "https://example.com/article" --max-chars 4000
# Get markdown-formatted output
telclaude summarize "https://example.com/article" --format markdown
# Custom timeout (default: 30000ms)
telclaude summarize "https://example.com/article" --timeout 60000
The command outputs structured metadata followed by the extracted content:
Title: Article Title Here
Site: example.com
Words: 1234
Transcript: youtube-captions (only for video/audio content)
Note: Content was truncated (only if content exceeded max-chars)
---
[Extracted text content here]
| Flag | Description | Default |
|---|---|---|
--max-chars <n> | Maximum characters to extract | 8000 |
--format <fmt> | Output format: text or markdown | text |
--timeout <ms> | Request timeout in milliseconds | 30000 |
--max-chars 16000 to get more content--format markdown when the user wants formatted output with headings/links