用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vellum-ai/meeting-bot --skill meeting-bot-setup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | meeting-bot-setup |
| description | Guide the user through setting up the Recall.ai API key for the Meeting Bot plugin. |
| metadata | {"emoji":"⚙️","vellum":{"category":"voice","display-name":"Meeting Bot Setup"}} |
Use this skill when the user needs to set up or fix the Recall.ai API key for the Meeting Bot plugin. This typically happens the first time they want to use the meeting bot, or when joining fails with a 401 authentication error.
Before asking the user for anything, check whether a Recall API key is already stored:
assistant credentials inspect --service meeting-bot --field api_key
If the output shows hasSecret: true, the key is already configured. If the command fails or shows no secret, continue to Step 2.
Tell the user:
Once the user has their API key, store it in the credential store. Ask the user to provide the key, then store it:
assistant credentials set --service meeting-bot --field api_key "<their_key>"
Never ask the user to paste the key directly in chat. Use the credential store prompt so the key is stored securely.
Tell the user the Meeting Bot is ready to use. They can now ask the assistant to join meetings by providing a meeting URL.
If the user's Recall workspace is in a region other than us-east-1 (the default), the plugin's config needs to be updated. The region is set in the plugin's config.json under the region field. Supported regions: us-east-1, us-west-2, eu-central-1, ap-northeast-1.
基于 SOC 职业分类