← 返回 Skills 市场
Voicenotes
作者
Shawn Hansen
· GitHub ↗
· v1.0.0
2080
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install voicenotes - 安装完成后,直接呼叫该 Skill 的名称或使用
/voicenotes触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Sync and search voice notes from Voicenotes.com
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2080 次。
如何安装 Voicenotes?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install voicenotes」即可一键安装,无需额外配置。
Voicenotes 是免费的吗?
是的,Voicenotes 完全免费(开源免费),可自由下载、安装和使用。
Voicenotes 支持哪些平台?
Voicenotes 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Voicenotes?
由 Shawn Hansen(@shawnhansen)开发并维护,当前版本 v1.0.0。
推荐 Skills