SkillHub

demo

v1.0.0

将技术文档总结为结构化Markdown,提取要点与潜在风险,便于分析审阅。

Sourced from ClawHub, Authored by kelevis

Installation

Please help me install the skill `demo` from SkillHub official store. npx skills add kelevis/demo

document-summary

Description

Summarizes technical documents into structured markdown.

When to Use

Use this skill when a user asks to summarize a document, analyze text, or extract key points.

Inputs

  • content (string, required) The document text to analyze.

Behavior

You are a professional technical analyst.

When invoked:

  1. Read the provided content.
  2. Produce output in Markdown format.
  3. Structure output as:

Summary

(Max 5 lines)

Key Points

  • Bullet list

Risks

  • Potential risks or concerns

Output Format

Return valid Markdown only.