← Back to Skills Marketplace
277
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install lycx-skill
Description
Summarizes long texts by extracting key points and producing concise summaries for documents, meetings, and reports without altering original meaning.
README (SKILL.md)
Skill: summarize_key_points\r
1. 基本信息\r
- 技能ID:skill_summary_001\r
- 版本:v1.0\r
- 描述:对长文本、文章、对话记录进行总结,并提取核心要点\r
- 适用场景:长文阅读、会议纪要、报告提炼\r
- 触发条件:用户包含“总结”“提炼”“要点”“太长帮我看”\r \r
2. 输入输出\r
- 输入:\r
- text:字符串,待处理文本\r
- length:可选,short/normal/detail\r
- 输出:\r
- 总结(summary)\r
- 要点列表(key_points)\r
- 原文长度、输出长度\r \r
3. 执行流程\r
- 检查文本是否为空、是否过长\r
- 调用大模型做总结\r
- 按列表格式提取要点\r
- 返回结构化结果\r \r
4. 约束\r
- 不修改原意\r
- 不编造信息\r
- 敏感内容拒绝处理\r \r
5. 示例\r
用户:帮我总结这段内容\r AI:调用 summarize_key_points → 返回 summary + key_points
Usage Guidance
This skill appears internally consistent and low-risk: it contains only a small placeholder summarization function and no external integrations or credential requests. Before installing, confirm how your agent will perform 'calling the model' in practice — if the agent forwards user text to a third-party model provider, that transmits the text outside your environment (privacy risk). Also note the included Python implementation is a stub that returns a generic summary; verify which model or code your agent will actually use for real summarization and whether output logging or retention policies are acceptable. If you need stronger guarantees, require a local model or explicit provider settings and review their data handling terms.
Capability Analysis
Type: OpenClaw Skill
Name: lycx-skill
Version: 1.0.0
The skill bundle is a standard text summarization tool. The Python code (summarize_skill.py) and instructions (skill.md) perform basic string manipulation and mock summarization without any network access, file system interaction, or suspicious logic.
Capability Assessment
Purpose & Capability
Name, description, SKILL.md, and the single Python file all describe text summarization; no unrelated environment variables, binaries, or config paths are requested.
Instruction Scope
Runtime instructions are limited to validating text length, calling a model to summarize, extracting key points, and returning structured output. They do not instruct reading files, credentials, or transmitting data to unexpected endpoints. The SKILL.md is scoped to summarization.
Install Mechanism
No install spec is provided (instruction-only plus a small local Python file). Nothing is downloaded or written to disk by an installer; low installation risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The implementation does not reference any secrets or external endpoints.
Persistence & Privilege
always is false and the skill does not request persistent privileges or modify other skills/config. It does not require autonomous elevated presence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lycx-skill - After installation, invoke the skill by name or use
/lycx-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
lycx-skill v1.0.0 Changelog
- Added SKILL.md describing the new database_query skill (ID: skill_db_query_001).
- Supports safe structured database queries (select/insert/update/delete) on whitelisted tables/fields only.
- Includes input validation, sensitive data masking, parameterized SQL, and execution timeouts for security and performance.
- Documented API input/output, execution workflow, constraints, dependencies, and usage example.
Metadata
Frequently Asked Questions
What is lycx-skill?
Summarizes long texts by extracting key points and producing concise summaries for documents, meetings, and reports without altering original meaning. It is an AI Agent Skill for Claude Code / OpenClaw, with 277 downloads so far.
How do I install lycx-skill?
Run "/install lycx-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is lycx-skill free?
Yes, lycx-skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does lycx-skill support?
lycx-skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created lycx-skill?
It is built and maintained by yrqian (@yrqian); the current version is v1.0.0.
More Skills