← Back to Skills Marketplace
96
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install voicenotes-official-1-0-3
Description
This official skill from the Voicenotes team gives OpenClaw access to new APIs and the ability to search semantically, retrieve full transcripts, filter by t...
Usage Guidance
This skill appears to do what it promises, but before installing: (1) verify you trust voicenotes.com and the publisher (the package metadata shows a small owner/version mismatch that you may want clarified), (2) limit the API key’s permissions if possible and store it securely (environment variables are accessible to other processes/users on the same machine), (3) be aware transcripts may contain HTML and sensitive content — treat fetched transcripts as private data, and (4) if you stop using the skill, rotate/revoke the VOICENOTES_API_KEY. If you need higher assurance, ask the publisher to reconcile the _meta.json owner/version with the registry metadata.
Capability Analysis
Type: OpenClaw Skill
Name: voicenotes-official-1-0-3
Version: 1.0.0
The voicenotes skill is a standard API integration for voicenotes.com. It uses curl to interact with api.voicenotes.com and includes explicit security instructions in SKILL.md for the AI agent to perform input sanitization and UUID validation to prevent shell injection. No evidence of data exfiltration, malicious execution, or unauthorized access was found.
Capability Assessment
Purpose & Capability
Name/description, required binary (curl), and the single required env var (VOICENOTES_API_KEY) all align with a Voicenotes API integration. Minor metadata inconsistencies exist: the provided registry metadata owner ID/slug/version differ from the _meta.json values (ownerId and version mismatch), which could be a packaging/metadata error but is not evidence of malicious behavior.
Instruction Scope
SKILL.md contains only curl examples targeting https://api.voicenotes.com and setup instructions for placing the API key in OpenClaw config or environment. It does not instruct reading unrelated files, accessing other env vars, or contacting other endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — nothing is downloaded or written to disk by the skill itself.
Credentials
Only a single API credential (VOICENOTES_API_KEY) is required, which is appropriate for the described operations. The SKILL.md uses that variable explicitly for Authorization headers; there are no other secret/env demands.
Persistence & Privilege
The skill does not request always:true and is user-invocable with normal autonomous invocation allowed. It does not ask to modify other skills or system-wide config beyond recommending storing the API key in the agent config (~/.openclaw/config.yaml).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install voicenotes-official-1-0-3 - After installation, invoke the skill by name or use
/voicenotes-official-1-0-3 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the official Voicenotes skill for OpenClaw.
- Enables creating, searching, and retrieving notes via Voicenotes APIs.
- Supports semantic search, full transcript retrieval, tag/date filtering, and note creation.
- User authentication via VOICENOTES_API_KEY environment variable.
- Includes input sanitization and strong API security guardrails.
Metadata
Frequently Asked Questions
What is Voicenotes Official 1.0.3?
This official skill from the Voicenotes team gives OpenClaw access to new APIs and the ability to search semantically, retrieve full transcripts, filter by t... It is an AI Agent Skill for Claude Code / OpenClaw, with 96 downloads so far.
How do I install Voicenotes Official 1.0.3?
Run "/install voicenotes-official-1-0-3" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Voicenotes Official 1.0.3 free?
Yes, Voicenotes Official 1.0.3 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Voicenotes Official 1.0.3 support?
Voicenotes Official 1.0.3 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Voicenotes Official 1.0.3?
It is built and maintained by kscoggins (@kscoggins); the current version is v1.0.0.
More Skills