111

v1.0.0

根据「会议纪要」任务细化的操作流程与使用说明,支持步骤拆解与最佳实践。

0· 323·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe a meeting-minutes task helper; the included SKILL.md and a tiny no-op Python entrypoint are consistent with that purpose and do not request unrelated capabilities.
Instruction Scope
SKILL.md contains generic, high-level instructions for breaking down meeting-minutes tasks and explicitly states it is a mock/example. It does not instruct the agent to read system files, access credentials, or transmit data to external endpoints.
Install Mechanism
No install spec is present (instruction-only plus a small local script). Nothing is downloaded or written to disk beyond the provided files.
Credentials
No required environment variables, credentials, or config paths are declared or used; this is proportionate to a template/mock skill.
Persistence & Privilege
Skill does not request always:true, does not alter other skills or system settings, and contains no autonomous setup steps that would persist credentials or modify global configuration.
Assessment
This skill is a mock/template for meeting-minute workflows and appears safe: it asks for no credentials, makes no network calls, and its Python file is a no-op. Before installing, note that it's only a starting point — a malicious actor could later modify SKILL.md or the code to add network access or credential use, so review any edited versions before granting broader privileges (especially any future requests for env vars, install scripts, or always:true). If you plan to let agents invoke skills autonomously, only enable skills you trust to keep behavior limited to their stated purpose.

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

latestvk976brky4g92ec08y9r8jv86td81xr9v
323downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

会议纪要

使用场景

  • 适用于需要完成「会议纪要」相关任务的场景。
  • 可根据实际输入与上下文自动细化子步骤。

典型步骤

  1. 明确任务目标与输入条件。
  2. 按流程执行各子步骤,必要时调用工具或查阅资料。
  3. 汇总输出并做简单校验。

注意事项

  • 本 Skill 为 Mock 示例,实际使用时可结合 Cursor 中的 skill-creator 生成完整 SKILL.md。

Comments

Loading comments...