cs

v1.0.0

Automatically extract key points from long texts in Chinese or English using keywords or length triggers, outputting clear, concise bullet-point summaries.

0· 79·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name/description, SKILL.md, and code all describe a summarizer and the required behavior (keyword and length triggers). Minor naming inconsistencies exist: registry slug is 'cs', SKILL.md shows an install command for 'smart-summarizer', and the code defines id 'summarizer' — likely harmless but worth noting for clarity.
Instruction Scope
SKILL.md and summarizer.ts limit behavior to reading the incoming message text, applying a simple trigger (keyword regex or length), and forwarding the text to the platform-provided LLM. There are no instructions to read files, environment variables, or external endpoints beyond the LLM API.
Install Mechanism
No install specification is provided (instruction-only with a single code file). Nothing is downloaded or written to disk by the skill itself, which is the lowest-risk install profile.
Credentials
The skill declares no required environment variables, credentials, or config paths. The runtime uses the platform's llm.chat API (expected for an LLM-based summarizer).
Persistence & Privilege
always is false and the skill does not request persistent presence or modify other skills/config. It uses normal autonomous invocation (disable-model-invocation is false), which is expected.
Assessment
This skill appears to do exactly what it says: it watches incoming messages and, when triggered by keywords or length, sends the message text to the configured LLM and returns a bullet-point summary. There are no requested secrets or external downloads. Before installing, consider: (1) privacy — summaries require sending full message text to your LLM provider, so avoid using it with highly sensitive data unless your provider/policy permits; (2) triggers — it will auto-activate on messages containing the listed keywords or >100 characters, so it may run in some conversations you didn't intend; (3) naming mismatch — the registry slug, README install command, and code id differ (cosmetic but check you are installing the intended skill). If those points are acceptable, the skill is coherent and low-risk.

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

latestvk9761jcy0wsz13acw09wbywmg983g0v2

License

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

Comments