← 返回 Skills 市场
meeting-autopilot
作者
Todd Kuehnl
· GitHub ↗
· v0.1.2
735
总下载
0
收藏
6
当前安装
2
版本数
在 OpenClaw 中安装
/install meeting-autopilot
功能描述
Turn meeting transcripts into operational outputs — action items, decisions, follow-up email drafts, and ticket drafts. Not a summarizer. An operator. Accept...
安全使用建议
What to consider before installing/running this skill:
- Metadata mismatch: The registry metadata lists no required env vars, but the skill requires ANTHROPIC_API_KEY or OPENAI_API_KEY (and optional ANTHROPIC_API_URL/OPENAI_API_URL). Treat the metadata omission as an error — assume an API key is required.
- Secrets: Only provide an LLM API key with appropriate scope and billing controls. Prefer a dedicated/limited API key for testing and rotate it after use if you are concerned.
- Sensitive transcripts: Transcripts are sent to the configured LLM provider. Do not process highly confidential meetings unless your organization's data policy allows sending that content to the chosen provider.
- Local history: The skill saves extracted items (not full transcripts) under ~/.meeting-autopilot/history/. Use --no-history to avoid persistent storage, or inspect/delete the directory if needed.
- Review and test in a sandbox: Because the package contains executable scripts, review the scripts (you have them) and run the tool in an isolated environment or VM if you are cautious.
- Confirm endpoints: The scripts only call the configured OpenAI or Anthropic endpoints and validate http(s) scheme. If you plan to use a proxy/custom URL, verify the custom URL before use.
- If you need higher assurance: ask the publisher to correct the registry metadata to declare required env vars and dependencies, and to provide a signed release or a vetted package from a known source.
What would change this assessment: if the registry metadata is corrected to declare the required API keys and binaries (resolving the inconsistency), and/or if independent provenance (a trusted homepage or repo with signed releases) is provided, I would raise confidence and likely mark the skill as benign. Conversely, discovery of any hidden network calls, telemetry, or attempts to access unrelated system credentials would move the verdict toward malicious.
功能分析
Type: OpenClaw Skill
Name: meeting-autopilot
Version: 0.1.2
The OpenClaw AgentSkills skill bundle 'meeting-autopilot' is classified as benign. The code demonstrates strong security practices, including rigorous input sanitization for file paths and meeting titles (e.g., in `scripts/meeting-autopilot.sh`), safe JSON construction using `jq --arg` for all LLM API calls and history storage (e.g., in `scripts/extract-items.sh`, `scripts/generate-outputs.sh`), and piping user-provided transcript content to isolated Python parsers via stdin (e.g., in `scripts/parse-transcript.sh`) to prevent shell injection. Permissions requested (`exec`, `read`, `write`, `network`) are justified by the skill's stated purpose. The `SKILL.md` and `README.md` contain no prompt injection attempts against the agent, and the `SECURITY.md` file provides transparent and comprehensive documentation of the skill's data handling and security model, including the inherent risk of sending transcripts to third-party LLMs.
能力评估
Purpose & Capability
The skill's name/description (turn transcripts into action items, emails, tickets) matches the actual behavior: the scripts parse transcripts, call an LLM, and generate reports. However the registry metadata at the top claimed no required environment variables or credentials, while SKILL.md and the scripts clearly require ANTHROPIC_API_KEY or OPENAI_API_KEY and binaries (jq, python3, curl). That metadata omission is an incoherence that could mislead users about what secrets are needed.
Instruction Scope
The SKILL.md and scripts are focused on parsing transcripts, calling the configured LLM, generating a Markdown report, and saving extracted items to ~/.meeting-autopilot/history/. The instructions and code do not attempt to read unrelated system files, contact third-party endpoints beyond the configured LLM API (Anthropic/OpenAI), or execute eval-style constructs. The scripts validate API URL schemes and use safe JSON construction (jq, stdin to Python) as documented.
Install Mechanism
There is no remote install/download declared (no installer spec), so nothing is fetched from arbitrary URLs. The skill ships multiple executable scripts (bash + small python snippets) which will run on the host when invoked. That is higher surface than a pure doc-only skill but there is no evidence of downloads or obfuscated payloads in the provided files.
Credentials
Requiring an LLM API key (ANTHROPIC_API_KEY or OPENAI_API_KEY) is proportionate to the stated functionality. However the registry metadata listed zero required env vars/primary credential, which conflicts with SKILL.md and the scripts. The skill also creates/stores history under the user's home directory (~/.meeting-autopilot/history/) which is documented and can be skipped with --no-history, but the presence of persistent local storage is a privacy consideration users should be aware of.
Persistence & Privilege
The skill writes extracted items to ~/.meeting-autopilot/history/ by default (and offers --no-history). It is not always:true and does not modify other skills or system-wide agent configs. Local persistence is expected for cross-meeting tracking, but users should be aware that extracted items (which may contain sensitive snippets) are stored on disk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install meeting-autopilot - 安装完成后,直接呼叫该 Skill 的名称或使用
/meeting-autopilot触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Rebrand to Anvil AI. Remove CacheForge marketing copy. Normalize install commands.
v0.1.1
Initial ClawHub publish
元数据
常见问题
meeting-autopilot 是什么?
Turn meeting transcripts into operational outputs — action items, decisions, follow-up email drafts, and ticket drafts. Not a summarizer. An operator. Accept... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 735 次。
如何安装 meeting-autopilot?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install meeting-autopilot」即可一键安装,无需额外配置。
meeting-autopilot 是免费的吗?
是的,meeting-autopilot 完全免费(开源免费),可自由下载、安装和使用。
meeting-autopilot 支持哪些平台?
meeting-autopilot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 meeting-autopilot?
由 Todd Kuehnl(@tkuehnl)开发并维护,当前版本 v0.1.2。
推荐 Skills