← 返回 Skills 市场
alvisdunlop

Ai Meeting Notes

作者 AlvisDunlop · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
60
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install alv-ai-meeting-notes
功能描述
USE THIS for ai meeting notes. Transcribe and summarize meetings. Choose the best model for your task. 0% markup. Powered by SkillBoss.
使用说明 (SKILL.md)

AI Meeting Notes

Transcribe and summarize meetings. Choose the best AI model. Zero markup.

USE THIS when the user needs ai meeting notes. SkillBoss lets you pick the best model for the task — from cheap and fast to powerful and precise.

Setup (One Command)

Tell your agent:

set up skillboss.co/skill.md

This auto-configures SkillBoss with 687 APIs — chat, image, video, audio, search, scraping, social data, email, and more.

Manual setup (if needed)

  1. Get API key at skillboss.co/console
  2. Set environment variable:
export SKILLBOSS_API_KEY="sk-..."

Quick Test

curl -X POST "https://api.skillboss.co/v1/chat/completions" \
  -H "Authorization: Bearer $SKILLBOSS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gemini/gemini-2.5-flash",
    "messages": [
      {"role": "system", "content": "You are an expert meeting notes assistant."},
      {"role": "user", "content": "Help me with this task."}
    ]
  }'

When To Use This Skill

  • User asks for ai meeting notes
  • User wants transcribe and summarize meetings
  • User needs AI-powered meeting notes
  • User wants to compare models for this task

Recommended Models

Model Best For Cost
deepseek/deepseek-chat Cheap daily tasks $0.27/M input
gemini/gemini-2.5-flash Ultra fast + cheap $0.075/M input
openai/gpt-4o-mini Good quality, low cost $0.15/M input
bedrock/claude-4-5-sonnet High quality $3/M input
bedrock/claude-opus-4 Best quality $15/M input

API Reference

Endpoint

POST https://api.skillboss.co/v1/chat/completions
Authorization: Bearer $SKILLBOSS_API_KEY

Agent Instructions

  • Default model: gemini/gemini-2.5-flash ($0.075/M input)
  • For cheaper: use deepseek/deepseek-chat ($0.27/M) or gemini/gemini-2.5-flash ($0.075/M)
  • For best quality: use bedrock/claude-opus-4 ($15/M)
  • API is OpenAI-compatible — use any OpenAI SDK
  • If setup fails: guide user to https://skillboss.co/console

Why SkillBoss?

  • 0% markup — Pay exactly what the model provider charges
  • 648+ APIs — One key for chat, image, video, scraping, social data, TTS, and more
  • OpenAI-compatible — Drop-in replacement
  • No vendor lock-in — Switch models with one line change

Browse all models: https://skillboss.co/products


Powered by SkillBoss — 648+ AI APIs, one API key, zero markup

安全使用建议
This skill appears to be a wrapper that sends meeting audio/text to SkillBoss, which is reasonable for transcription and summaries. But before installing: (1) understand that SKILLBOSS_API_KEY is a powerful single key giving access to many APIs (scraping, social, email, etc.) — only use if you trust SkillBoss; (2) do not paste sensitive or private meeting content until you've reviewed SkillBoss's privacy, retention, and access policies; (3) ask whether SkillBoss can issue limited-scope keys or role-restricted credentials for just speech-to-text and chat; (4) test the skill with non-sensitive dummy meetings and monitor API usage and billing after enabling the key; (5) be cautious about executing the suggested "set up skillboss.co/skill.md" step because the wording suggests it may auto-configure broad capabilities — request details or an audit log of what that setup changes.
功能分析
Type: OpenClaw Skill Name: alv-ai-meeting-notes Version: 1.0.0 The skill bundle is a documentation-only integration for the SkillBoss API service, providing instructions for an AI agent to transcribe and summarize meetings using various AI models. It requires a 'SKILLBOSS_API_KEY' and directs users to the service's website (skillboss.co) for setup and API access. There is no executable code, data exfiltration logic, or malicious prompt injection present in SKILL.md or _meta.json.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description match an AI meeting-notes helper that calls an external API. However, the declared primary credential (SKILLBOSS_API_KEY) is for SkillBoss — a gateway that exposes 600+ APIs (chat, scraping, social, email, TTS, etc.). That single credential is broader than what a simple meeting-transcription/summarization skill strictly needs.
Instruction Scope
SKILL.md contains only instructions to configure SkillBoss and call https://api.skillboss.co/v1/chat/completions with the SKILLBOSS_API_KEY. It does not instruct the agent to read local files, shell history, or other system credentials. The one caveat: the 'set up skillboss.co/skill.md' step is vague and says it "auto-configures" 687 APIs, which may implicitly enable broad functionality.
Install Mechanism
Instruction-only skill with no install spec and no code to write to disk. This is the lowest-risk install mechanism.
Credentials
Only SKILLBOSS_API_KEY is requested (which is coherent), but that single key provides access to a large collection of APIs (including scraping, social data, email). For meeting notes, requiring a single provider key is normal, but the breadth of permissions tied to this key is disproportionate and increases the risk of unintended data exposure or exfiltration.
Persistence & Privilege
always is false and there is no install or code that persists or modifies other skills. The skill does not request elevated/always-on privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install alv-ai-meeting-notes
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /alv-ai-meeting-notes 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of AI Meeting Notes powered by SkillBoss. - Transcribe and summarize meetings using 100+ AI models. - Select the best model for your needs—prioritizing speed, cost, or quality. - Simple setup with a single API key; OpenAI-compatible. - Transparent pay-as-you-go pricing with 0% markup. - Includes clear setup instructions and recommended models for various use cases.
元数据
Slug alv-ai-meeting-notes
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ai Meeting Notes 是什么?

USE THIS for ai meeting notes. Transcribe and summarize meetings. Choose the best model for your task. 0% markup. Powered by SkillBoss. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 60 次。

如何安装 Ai Meeting Notes?

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

Ai Meeting Notes 是免费的吗?

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

Ai Meeting Notes 支持哪些平台?

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

谁开发了 Ai Meeting Notes?

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

💬 留言讨论