SlonAide 录音笔记技能 v2.0
name: SlonAide 录音笔记
by ajingmiao · published 2026-04-01
$ claw add gh:ajingmiao/ajingmiao-aidenote---
name: SlonAide 录音笔记
description: 智能录音笔记管理助手 - AI 自动转写和总结录音,支持知识库管理和语义搜索
version: 2.0.0
author: SlonAide Team
capabilities:
- 查询和搜索录音笔记
- 获取转写文本和 AI 总结
- 知识库管理和语义检索
- 文件夹分类和标签管理
---
# SlonAide 录音笔记技能 v2.0
🚀 快速开始
1. 安装技能
openclaw skills install slonaide或通过 ClawHub:
npx clawhub install slonaide2. 获取 API Key
1. 访问 https://h5.aidenote.cn/ 并登录
2. 进入"我的"页面 → 点击"API Key"
3. 输入密钥名称(如:OpenClaw)
4. 点击"生成访问密钥"
5. 复制生成的 API Key(格式:`sk-xxxxxxxx...`)
3. 配置 API Key
openclaw config set slonaide.apiKey "sk-你的API密钥"4. 测试连接
# 在 OpenClaw 会话中使用
slonaide_test_connection🛠️ 可用工具
1. 获取录音笔记列表
slonaide_get_list**参数:**
**示例:**
# 获取第一页,每页10条
slonaide_get_list
# 搜索包含"会议"的笔记
slonaide_get_list keyword="会议"
# 获取第二页,每页20条
slonaide_get_list page=2 pageSize=202. 获取笔记详情
slonaide_get_detail fileId="笔记ID"**参数:**
**示例:**
slonaide_get_detail fileId="787760209850437"3. 获取最新笔记摘要
slonaide_get_summary**参数:**
**示例:**
# 获取最新3条笔记摘要
slonaide_get_summary
# 获取最新5条笔记摘要
slonaide_get_summary count=54. 测试连接
slonaide_test_connection测试 API 连接和配置状态。
🔧 配置说明
配置文件位置
`~/.openclaw/openclaw.json`
配置示例
{
"plugins": {
"entries": {
"slonaide": {
"enabled": true,
"config": {
"apiKey": "sk-你的API密钥",
"baseUrl": "https://api.aidenote.cn"
}
}
}
}
}配置参数
🔒 安全规则
隐私保护
API 安全
🐛 故障排除
常见问题
#### 1. "未配置 API Key"
**解决方案:**
openclaw config set slonaide.apiKey "你的API密钥"#### 2. "认证失败"
**可能原因:**
**解决方案:**
1. 重新生成 API Key
2. 检查网络连接
3. 等待服务恢复
#### 3. "获取列表失败"
**可能原因:**
**解决方案:**
# 测试连接
slonaide_test_connection
# 如果测试失败,重新配置
openclaw config set slonaide.apiKey "新API密钥"调试模式
启用详细日志:
openclaw config set slonaide.debug true📊 使用场景
场景1:日常笔记管理
# 查看最新笔记
slonaide_get_summary count=5
# 查看某条笔记详情
slonaide_get_detail fileId="笔记ID"场景2:会议记录整理
# 搜索会议相关笔记
slonaide_get_list keyword="会议"
# 获取未转写的会议记录
slonaide_get_list keyword="会议" pageSize=20场景3:问题跟踪
# 查看异常记录
slonaide_get_list keyword="异常"
# 获取技术问题记录
slonaide_get_list keyword="系统" keyword="错误"🔄 更新日志
v2.0.0 (2026-03-26)
**重大改进:**
v1.0.0 (初始版本)
📝 技术细节
API 端点
数据格式
{
"code": 200,
"message": "成功",
"result": {
"total": 111,
"records": [
{
"id": "文件ID",
"audiofileTitle": "标题",
"audiofileFileName": "文件名",
"createTime": "时间戳",
"audiofileTimeLength": "时长(毫秒)",
"transcriptStatus": 2,
"summaryStatus": 2,
"transcriptText": "转写文本",
"aiSummary": "AI总结",
"tags": ["标签1", "标签2"]
}
]
}
}状态码
🤝 贡献指南
报告问题
在 GitHub Issues 中报告问题,包括:
1. 问题描述
2. 复现步骤
3. 错误信息
4. 环境信息
提交改进
1. Fork 仓库
2. 创建功能分支
3. 提交更改
4. 创建 Pull Request
📞 支持
官方支持
社区支持
📄 许可证
MIT License - 详见 LICENSE 文件
---
**提示**: 首次使用前请务必配置 API Key,否则工具无法正常工作。
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...