← Back to Skills Marketplace
Voicenotes
by
Shawn Hansen
· GitHub ↗
· v1.0.0
2080
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install voicenotes
Description
Sync and access voice notes from Voicenotes.com. Use when the user wants to retrieve their voice recordings, transcripts, and AI summaries from Voicenotes. Supports fetching notes, syncing to markdown, and searching transcripts.
Usage Guidance
This skill appears to do what it says: call voicenotes.com API and write notes as markdown. However, the package metadata omitted required items — the scripts expect you to set VOICENOTES_TOKEN and the sync script requires jq. Before installing: (1) confirm the token is obtained from the legitimate Voicenotes settings URL and only grant the minimum-scoped token possible; (2) ensure jq is installed in the environment; (3) be aware the scripts will write files into the chosen output directory (ensure you trust that location); (4) because the skill source is 'unknown', prefer getting code from the official upstream or verifying the repository/maintainer; and (5) if you rely on automated policy checks, update the skill metadata to declare VOICENOTES_TOKEN and required binaries so installers and reviewers are not misled. These inconsistencies look like sloppy packaging rather than explicit malice, but verify the token's permissions and the upstream source before use.
Capability Analysis
Type: OpenClaw Skill
Name: voicenotes
Version: 1.0.0
The skill is benign. Its behavior is fully aligned with the stated purpose of syncing voice notes from Voicenotes.com. It uses `curl` to interact with the legitimate `api.voicenotes.com` endpoint, authenticating with a user-provided `VOICENOTES_TOKEN` environment variable, and writes the retrieved data to local markdown files. There is no evidence of data exfiltration to unauthorized destinations, malicious execution, persistence mechanisms, or prompt injection attempts in SKILL.md or the scripts. All network and file system operations are necessary for its described functionality.
Capability Assessment
Purpose & Capability
The name/description (sync voice notes from voicenotes.com) matches the actual code: scripts call api.voicenotes.com to list recordings, fetch user info, and write markdown files. The operations requested (token-based API access, downloading notes, writing markdown) are coherent with the described purpose.
Instruction Scope
SKILL.md and the scripts instruct the agent to call the Voicenotes API, convert JSON to markdown, and write files to an output directory. The scripts only access the VOICENOTES_TOKEN env var, the API endpoint, and the workspace filesystem — all expected for a sync tool. They do not contact unexpected external endpoints or read unrelated system files.
Install Mechanism
There is no install spec (instruction-only plus shipped scripts). The scripts are plain shell with curl/jq usage. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill requires a VOICENOTES_TOKEN and the sync script requires jq, but the registry metadata lists no required env vars or binaries. That mismatch means the manifest is incomplete and could mislead users or automated installers about required credentials and tooling. The single token is otherwise proportional for the described API access.
Persistence & Privilege
The skill does not request always:true and does not attempt to modify other skill or system configs. It writes markdown files into the workspace (expected for a sync tool) and does not claim elevated or permanent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install voicenotes - After installation, invoke the skill by name or use
/voicenotes - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Sync and search voice notes from Voicenotes.com
Metadata
Frequently Asked Questions
What is Voicenotes?
Sync and access voice notes from Voicenotes.com. Use when the user wants to retrieve their voice recordings, transcripts, and AI summaries from Voicenotes. Supports fetching notes, syncing to markdown, and searching transcripts. It is an AI Agent Skill for Claude Code / OpenClaw, with 2080 downloads so far.
How do I install Voicenotes?
Run "/install voicenotes" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Voicenotes free?
Yes, Voicenotes is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Voicenotes support?
Voicenotes is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Voicenotes?
It is built and maintained by Shawn Hansen (@shawnhansen); the current version is v1.0.0.
More Skills