← 返回 Skills 市场
yrqian

lycx-skill

作者 yrqian · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
277
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install lycx-skill
功能描述
Summarizes long texts by extracting key points and producing concise summaries for documents, meetings, and reports without altering original meaning.
使用说明 (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

  1. 检查文本是否为空、是否过长\r
  2. 调用大模型做总结\r
  3. 按列表格式提取要点\r
  4. 返回结构化结果\r \r

4. 约束\r

  • 不修改原意\r
  • 不编造信息\r
  • 敏感内容拒绝处理\r \r

5. 示例\r

用户:帮我总结这段内容\r AI:调用 summarize_key_points → 返回 summary + key_points

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install lycx-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /lycx-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug lycx-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

lycx-skill 是什么?

Summarizes long texts by extracting key points and producing concise summaries for documents, meetings, and reports without altering original meaning. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 277 次。

如何安装 lycx-skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install lycx-skill」即可一键安装,无需额外配置。

lycx-skill 是免费的吗?

是的,lycx-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

lycx-skill 支持哪些平台?

lycx-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 lycx-skill?

由 yrqian(@yrqian)开发并维护,当前版本 v1.0.0。

💬 留言讨论