← Back to Skills Marketplace
177
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install slonaide
Description
Query and manage SlonAide voice recording notes - list recordings, get transcriptions and AI summaries.
Usage Guidance
This skill appears coherent: it needs only your SlonAide API key and uses curl to call the service's API. Before installing, confirm you trust https://h5.aidenote.cn and understand that requests (audio metadata, transcriptions, summaries) are sent to that third-party service. Only provide an API key you control; prefer a key with minimal scope if the service supports it. Remove or rotate the key if you stop using the skill. If you need stronger privacy, test with non-sensitive recordings first and review SlonAide's privacy/terms pages.
Capability Assessment
Purpose & Capability
Name/description (SlonAide recording listing, transcription, summaries) align with required artifacts: curl and a SLONAIDE_API_KEY to call api.aidenote.cn. Nothing requested appears unrelated to managing recordings.
Instruction Scope
SKILL.md instructs the agent to exchange the API key for a token and then call specific SlonAide API endpoints (api.aidenote.cn) using curl. It does not ask the agent to read unrelated files, other environment variables, or send data to third-party endpoints outside the stated service.
Install Mechanism
This is an instruction-only skill with no install spec or downloaded code. No archives or external installers are used, which minimizes on-disk risk.
Credentials
Only SLONAIDE_API_KEY is required (declared as primaryEnv). That single credential is appropriate for the described API interactions; no unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always:true or other elevated presence. It asks the user to add their API key to the user's OpenClaw config, which is the expected local configuration step for skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install slonaide - After installation, invoke the skill by name or use
/slonaide - Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
slonaide v3.0.0 – Major structural update
- Migrated to use a simplified, environment-based configuration using the SLONAIDE_API_KEY variable.
- All source code, scripts, and plugin files have been removed; only documentation/methods using curl remain.
- README and documentation rewritten for clarity and minimalism, focusing on direct API usage via curl.
- Usage instructions updated for manual JWT token authentication and OpenClaw environment configuration.
- Retains only essential interface and API usage guidance for querying and managing recording notes.
v1.0.3
- 新增 slonaide_get_notes 统一入口,支持列表与摘要双视图,参数更灵活。
- 详情接口说明由 GET 变为 POST,并补充请求体示例。
- 原 get_list、get_summary 工具仍兼容保留。
- 文档用法与参数部分同步补充、优化,提升查找和调用一致性。
- 其余内容保持不变。
v1.0.2
- 修正官网及相关 API Key 获取链接为 https://h5.aidenote.cn/
- 其余内容与前一版本一致,无功能和行为上的更改
v1.0.1
**Major update: Adds OpenClaw tool support, improves configuration and error handling, and updates documentation.**
- Introduced complete OpenClaw toolchain: now provides `slonaide_get_list`, `slonaide_get_detail`, `slonaide_get_summary`, and connection test commands for easy note management.
- Added automated token management, caching, and retry logic for more reliable API use.
- Enhanced user-oriented error messages, troubleshooting, and debug options.
- Updated and simplified configuration process—including example configs and new instructions.
- Improved documentation, showcasing usage scenarios and API details.
- Old Python helper scripts and documentation were removed in favor of integrated OpenClaw tools.
v1.0.0
SlonAide 录音笔记 1.0.0 首次发布
- 首次上线,提供智能录音笔记自动转写与 AI 总结
- 支持录音笔记查询、搜索与文件夹分类
- 集成知识库管理和语义检索功能
- 附带完整 API 文档与 Python 脚本示例
- 提供详细的使用场景说明与常见问题解答
Metadata
Frequently Asked Questions
What is SlonAide?
Query and manage SlonAide voice recording notes - list recordings, get transcriptions and AI summaries. It is an AI Agent Skill for Claude Code / OpenClaw, with 177 downloads so far.
How do I install SlonAide?
Run "/install slonaide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SlonAide free?
Yes, SlonAide is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does SlonAide support?
SlonAide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SlonAide?
It is built and maintained by ajingmiao (@ajingmiao); the current version is v3.0.0.
More Skills