← Back to Skills Marketplace
Voicenotes Official
by
Githu from Voicenotes
· GitHub ↗
· v1.0.3
1679
Downloads
7
Stars
2
Active Installs
4
Versions
Install in OpenClaw
/install voicenotes-official
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 coherent and limited to calling the Voicenotes API using your VOICENOTES_API_KEY. Before installing, confirm the integration URL and that you obtained the API key from https://voicenotes.com (or your account settings). Treat the API key as sensitive: only provide a key with the minimum necessary scope, monitor usage, and be prepared to rotate/revoke it if you see unexpected calls. Remember the SKILL.md's security statements are documentation — the platform does not automatically enforce them, so avoid sharing keys you wouldn't want a tool to use to read or create notes. If the skill later includes an install script or code files, re-evaluate before permitting installation or granting credentials.
Capability Analysis
Type: OpenClaw Skill
Name: voicenotes-official
Version: 1.0.3
The skill bundle is benign. It provides clear instructions for integrating with the Voicenotes API using `curl` and explicitly includes detailed input sanitization guidelines in `SKILL.md` to prevent common vulnerabilities like shell injection and JSON injection. All network requests are directed to the legitimate `api.voicenotes.com` domain, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection against the agent.
Capability Assessment
Purpose & Capability
The name/description describe Voicenotes API access (search, transcripts, create notes). The only required binary is curl and the only required env var is VOICENOTES_API_KEY — both are appropriate and expected for an HTTP-based integration.
Instruction Scope
SKILL.md contains curl examples and endpoints scoped to api.voicenotes.com and instructs how to set VOICENOTES_API_KEY. It does not instruct reading unrelated files, other env vars, or sending data to off-site endpoints beyond the Voicenotes API. The security/guardrail claims are statements in the doc, not enforceable checks.
Install Mechanism
No install spec or code files are present (instruction-only skill). This is low-risk: nothing is downloaded or written to disk by an installer.
Credentials
Only a single API key (VOICENOTES_API_KEY) is required and it is declared as the primary credential. That is proportional to the described functionality.
Persistence & Privilege
always is false and the skill does not request elevated platform presence or modify other skills. Note: disable-model-invocation is false (default), so the agent may call the skill autonomously when permitted — this is normal but worth awareness.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install voicenotes-official - After installation, invoke the skill by name or use
/voicenotes-official - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Added input sanitization guidance to address shell injection concerns
v1.0.2
Fixed metadata schema (added bins declaration) and added security guardrails documentation
v1.0.1
Description update
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Voicenotes Official?
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 1679 downloads so far.
How do I install Voicenotes Official?
Run "/install voicenotes-official" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Voicenotes Official free?
Yes, Voicenotes Official is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Voicenotes Official support?
Voicenotes Official is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Voicenotes Official?
It is built and maintained by Githu from Voicenotes (@gthu-vn); the current version is v1.0.3.
More Skills