← Back to Skills Marketplace
832
Downloads
4
Stars
5
Active Installs
3
Versions
Install in OpenClaw
/install voice-notes
Description
Organize voice message transcripts into a structured, searchable knowledge base with tags, links, and progressive note-taking.
Usage Guidance
This skill is internally consistent: it only organizes transcript text into files under ~/voice-notes/ and requires no credentials. Before installing, confirm the agent/platform will (a) perform transcription and pass text rather than raw audio, (b) not send transcripts to external services unless you expect that, and (c) apply appropriate file permissions or encryption for ~/voice-notes/ if transcripts contain sensitive information. Also verify the platform prompts you before deletion (the skill says it will confirm) and check how the platform itself stores/transmits transcripts — the skill's safety depends on the agent/platform behavior as well.
Capability Analysis
Type: OpenClaw Skill
Name: voice-notes
Version: 1.0.2
The skill bundle is benign. It consists primarily of markdown documentation and templates for an AI agent to organize voice message transcripts locally. All data operations are explicitly confined to the `~/voice-notes/` directory within the user's home. The `SKILL.md` explicitly states the skill 'NEVER... Sends data externally' and 'NEVER... Accesses files outside `~/voice-notes/`'. While `mkdir -p` and `touch` commands are present in `SKILL.md` and `memory-template.md` for local directory setup, they are benign in their current form and align with the skill's stated purpose, showing no intent for malicious execution or data exfiltration.
Capability Assessment
Purpose & Capability
Name/description (organize transcripts into notes/tags) aligns with the runtime instructions: creating and managing Markdown files under ~/voice-notes/, indexing, tagging and linking. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
SKILL.md and supporting docs restrict all file access to ~/voice-notes/ and state that transcription and audio handling are platform responsibilities. This is coherent, but the skill assumes the platform will pass transcript text; transcripts may contain sensitive data and are read/written by the skill, so confirm the agent/platform's transcript handling and retention policies before use.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written by an installer. Lowest-risk installation posture for this type of skill.
Credentials
No environment variables, credentials, or external API keys are requested. The only resource requested is a directory under the user's home (~/voice-notes/), which is reasonable for local note storage.
Persistence & Privilege
always is false (default). The skill does not claim to modify other skills or system settings and promises not to modify its SKILL.md. Its persistence is limited to files in ~/voice-notes/.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install voice-notes - After installation, invoke the skill by name or use
/voice-notes - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Initial release
v1.0.1
Initial release
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Voice Notes?
Organize voice message transcripts into a structured, searchable knowledge base with tags, links, and progressive note-taking. It is an AI Agent Skill for Claude Code / OpenClaw, with 832 downloads so far.
How do I install Voice Notes?
Run "/install voice-notes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Voice Notes free?
Yes, Voice Notes is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Voice Notes support?
Voice Notes is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).
Who created Voice Notes?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.2.
More Skills