demo

Summarizes technical documents into structured markdown with key points and potential risks for clear analysis and review.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 170 · 3 current installs · 3 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (document summarizer) matches the SKILL.md instructions. The skill requires no binaries, env vars, or config paths — proportional to a text summarization task.
Instruction Scope
Runtime instructions are narrowly scoped: read the provided content and produce structured Markdown (Summary, Key Points, Risks). The instructions do not ask the agent to read system files, environment variables, or send data to external endpoints.
Install Mechanism
No install spec and no code files are present (instruction-only), so nothing is written to disk or downloaded during install.
Credentials
The skill declares no required environment variables, credentials, or config paths. There is no apparent need for additional secrets or external service access.
Persistence & Privilege
always is false (not force-included). The skill can be invoked autonomously by agents (default), which is expected for a skill; it does not request elevated persistence or modify other skills' configs.
Assessment
This skill is instruction-only and appears to do exactly what it says: summarize text into Markdown. It requests no credentials or installs. Before using it, avoid submitting sensitive secrets or personally identifiable data in the content you provide (the skill will read whatever you give it). If you need summaries for confidential documents, prefer tools with audited data-handling guarantees. Otherwise, this demo skill is appropriate for ad-hoc technical summarization.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97bkwh30na90tewyff689x8q182851j

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

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.

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…