← Back to Skills Marketplace
ryan-wuxl

AI会议纪要生成器

by ryan-wuxl · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
150
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ai-meeting-minutes
Description
AI 会议纪要生成器 - 自动整理会议录音或文字记录,生成结构化会议纪要。支持提取待办事项、决策点、关键结论,输出专业格式的会议文档。
README (SKILL.md)

AI 会议纪要生成器

自动整理会议内容,生成专业会议纪要。

功能特点

  • 🎙️ 语音转文字 - 支持会议录音转录
  • 📝 智能摘要 - 自动生成会议摘要
  • 待办提取 - 自动识别并提取待办事项
  • 🎯 决策记录 - 标记会议中的关键决策
  • 📄 多格式输出 - 支持 Markdown/Word/PDF

使用方法

从文字生成纪要

node scripts/minutes.mjs --input ./meeting.txt --output ./minutes.md

从录音生成纪要

node scripts/minutes.mjs --audio ./meeting.mp3 --output ./minutes.md

License

MIT

Usage Guidance
Do not run node scripts from this package without first verifying the source code. Steps to take before using: 1) Visit the declared homepage (https://github.com/openclaw/ai-meeting-minutes) and confirm the repository contains the scripts/minutes.mjs and review them for network calls and unsafe behavior. 2) Verify how Whisper/GPT API keys are provided — avoid entering secrets into prompts; prefer documented environment variables or credentials stored securely. 3) If you must run the tool locally, fetch a released tarball or official package, inspect the code (especially network access and remote endpoints), and run it in a sandboxed environment with non-sensitive test data first. 4) If the package should have included scripts but did not, treat the omission as incomplete/possibly malicious and prefer obtaining the tool from a trusted release or maintainer. If you want, provide the repository URL or the missing scripts and I can inspect them for network endpoints, credential usage, and suspicious patterns.
Capability Analysis
Type: OpenClaw Skill Name: ai-meeting-minutes Version: 1.0.0 The provided files consist of metadata and documentation for an AI meeting minutes generator. The documentation (SKILL.md and README.md) describes standard functionality such as speech-to-text and summarization using Node.js. No malicious code, suspicious instructions, or data exfiltration patterns are present in the provided content.
Capability Assessment
Purpose & Capability
The skill claims transcription and GPT-based analysis and shows example commands that run node scripts (scripts/minutes.mjs), but the registry bundle contains only README.md and SKILL.md — the actual scripts are missing. The README also names external services (Whisper API, GPT API) while the skill declares no required env vars or credentials. This mismatch suggests the package is incomplete or is relying on external downloads/install steps that are not provided.
Instruction Scope
Runtime instructions are limited and explicit (run node scripts with an input file or audio), and do not instruct sweeping system access. However they are vague about how transcription and API calls are authenticated/performed. Because the referenced scripts are not included, the agent or user may attempt to fetch or install code from the homepage or other sources — that network activity and any data sent to external APIs is not specified in the SKILL.md.
Install Mechanism
There is no install spec (instruction-only), which is low-risk by itself, but the provided usage assumes local Node scripts exist. The lack of included code combined with no install instructions means a human or agent would need to fetch code from the homepage or elsewhere; fetching and executing external JS without review is risky.
Credentials
The README/architecture mention Whisper API and GPT API, which normally require API keys, but the skill declares no required environment variables or primary credential. This is inconsistent: either the skill does not actually call those services, or it expects credentials to be supplied out-of-band (not declared). Missing declared credentials is a red flag for completeness and for potential unexpected prompts to provide secrets at runtime.
Persistence & Privilege
The skill does not request persistent/always-on privileges (always:false) and does not declare any config paths or privileged system changes. There is no evidence it modifies other skills or agent-wide settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-meeting-minutes
  3. After installation, invoke the skill by name or use /ai-meeting-minutes
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本:支持会议文字整理、待办提取、决策记录
Metadata
Slug ai-meeting-minutes
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is AI会议纪要生成器?

AI 会议纪要生成器 - 自动整理会议录音或文字记录,生成结构化会议纪要。支持提取待办事项、决策点、关键结论,输出专业格式的会议文档。 It is an AI Agent Skill for Claude Code / OpenClaw, with 150 downloads so far.

How do I install AI会议纪要生成器?

Run "/install ai-meeting-minutes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is AI会议纪要生成器 free?

Yes, AI会议纪要生成器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does AI会议纪要生成器 support?

AI会议纪要生成器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created AI会议纪要生成器?

It is built and maintained by ryan-wuxl (@ryan-wuxl); the current version is v1.0.0.

💬 Comments