Document Summary
Summarizes technical documents into structured markdown.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 1.2k · 13 current installs · 13 all-time installs
by@kelevis
duplicate of @kelevis/demo
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (document summarization) match the SKILL.md behavior: read provided content and produce structured Markdown. The skill does not request unrelated binaries, env vars, or configuration.
Instruction Scope
SKILL.md instructs the agent only to read the provided 'content' input and produce a Markdown summary with specific sections. It does not instruct the agent to read files, access environment variables, call external endpoints, or transmit data elsewhere.
Install Mechanism
No install spec and no code files are present (instruction-only). Nothing is written to disk and no external packages or downloads are requested.
Credentials
The skill requires no environment variables, credentials, or config paths. No sensitive tokens or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent/system-wide presence or alter other skills' configurations.
Assessment
This skill appears coherent and low-risk: it only needs the document text you pass in and returns Markdown. Before installing, consider: (1) Do not feed sensitive secrets or PII into the skill (it will process whatever text you provide). (2) The package metadata shows inconsistent version numbers and an unknown source/homepage — if you need stronger assurance, ask the publisher for a source repo or full provenance. (3) Test it first with non-sensitive sample documents. Overall it looks benign, but avoid sending confidential data unless you trust the publisher.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.1.1
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📝 Clawdis
SKILL.md
Document Summary 📝
Description
Summarizes technical documents into structured markdown.
Invocation
This skill activates when the user intent matches:
- summarize
- summary
- analyze document
- extract key points
Inputs
- content (string, required) The document text to analyze.
Behavior
You are a professional technical analyst.
When invoked:
- Read the provided content.
- Produce output in Markdown format.
- Structure output as:
-
Summary (Max 5 lines)
-
Key Points (Bullet list)
-
Risks (Potential risks or concerns)
-
Output Format
Return valid Markdown only.
Files
5 totalSelect a file
Select a file to preview.
Comments
Loading comments…
