文本摘要生成器

cn-text-summary。纯Python标准库,无需API Key。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "文本摘要生成器" with this command: npx skills add freedompixels/cn-text-summary

文本摘要提取器

从长文本中智能提取核心内容,生成简洁摘要。

功能

  • 智能摘要:自动识别文章核心观点,生成精炼摘要
  • 关键词提取:从文本中提取TOP关键词
  • 字数控制:支持指定摘要长度(短/中/长)
  • 多场景:支持新闻、论文、邮件、产品描述等

使用方法

# 基本摘要
python3 cn_text_summary.py

# 提取关键词
python3 cn_text_summary.py --keywords

# 短摘要模式
python3 cn_text_summary.py --length short

交互模式

直接输入或粘贴文本,自动生成摘要。

依赖

  • Python 3.x
  • jieba (pip install jieba) - 仅中文分词需要

示例

输入:介绍人工智能发展历程的长文 输出:人工智能经历了三次浪潮...(摘要内容)

输入:产品发布会新闻稿 输出:某公司发布新产品...(关键词+摘要)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Skills

Autonomous novel writing CLI agent with web workbench (InkOS Studio) - use for creative fiction writing, novel generation, style imitation, chapter continuat...

Registry SourceRecently Updated
Coding

clipping-video-highlights

长视频(YouTube链接/本地视频)→ N个短高光片段+烧字幕+AI封面。100%免费方案:yt-dlp字幕提取+MiniMax LLM选高光+MiniMax图片生成封面+ffmpeg剪辑。

Registry SourceRecently Updated
Coding

CheckMCC

Look up credit card rewards eligibility for merchants. Find the best credit card to use at any store, restaurant, or online merchant by checking MCC codes an...

Registry SourceRecently Updated
Coding

wechat-publish-pro

Pure Python tool to convert Markdown to styled HTML and publish articles to WeChat official account drafts with AI-based content refinement and theme support.

Registry SourceRecently Updated