← Back to Skills Marketplace
Pilot Voice Memo
by
Calin Teodor
· GitHub ↗
· v1.0.0
· MIT-0
155
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pilot-voice-memo
Description
Send audio file messages between agents over the Pilot Protocol network. Use this skill when: 1. You need to send audio recordings or voice notes 2. You want...
Usage Guidance
This skill appears to do what it says (record and send voice memos), but the instructions assume several local tools (arecord, ffmpeg, jq, aplay/afplay/ffplay) that are not listed in the skill metadata. Before installing: 1) Verify you have a trusted pilotctl binary and daemon (inspect pilotctl's config and auth storage) because pilotctl will send audio over the Pilot network and may use stored credentials. 2) Be aware the skill will access your microphone (arecord/other recorder) and create temporary audio files. 3) Confirm or install required tools (arecord/ffmpeg/jq/playback tools) from trusted sources. 4) If you need stronger assurance, ask the publisher for an explicit list of required binaries and for details on how pilotctl authenticates and where received files are stored; or run the skill in a sandboxed environment first. If you cannot verify pilotctl/pilot-protocol trust, avoid installing or using the skill.
Capability Analysis
Type: OpenClaw Skill
Name: pilot-voice-memo
Version: 1.0.0
The pilot-voice-memo skill provides standard instructions and bash examples for recording, sending, and receiving audio files via the Pilot Protocol using the pilotctl utility. The code and documentation in SKILL.md align with the stated purpose of voice communication and do not exhibit signs of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description align with the actions described (record audio, send/receive files over Pilot). Requiring pilotctl is coherent for a Pilot Protocol skill. However, the SKILL.md assumes additional tools (arecord, ffmpeg, jq, aplay/afplay/ffplay) that are not declared in the registry metadata, which is an omission.
Instruction Scope
Instructions direct the agent to record from the system microphone, create temporary files (/tmp/*), invoke pilotctl to transmit files to other agents, and use system tools (arecord, ffmpeg, jq, aplay/afplay). The skill metadata only declares pilotctl; SKILL.md also relies on other binaries and implicitly on the Pilot daemon/configuration and credentials that are not described. The agent will therefore access hardware (mic) and the network via pilotctl — expected for the feature but under-documented and not declared.
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk by an installer. This minimizes installation risk. The runtime still depends on existing local binaries (see instruction_scope).
Credentials
The skill declares no required environment variables or credentials, which is plausible if pilotctl uses local config files for auth. However, SKILL.md uses pilotctl to send files over the network without describing authentication, storage locations, or what pilotctl transmits. The absence of declared credentials is a gap — pilotctl likely relies on a daemon/config that may hold private keys or tokens.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It is user-invocable and allows normal autonomous invocation; this is the platform default and is not flagged alone.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pilot-voice-memo - After installation, invoke the skill by name or use
/pilot-voice-memo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Pilot Voice Memo?
Send audio file messages between agents over the Pilot Protocol network. Use this skill when: 1. You need to send audio recordings or voice notes 2. You want... It is an AI Agent Skill for Claude Code / OpenClaw, with 155 downloads so far.
How do I install Pilot Voice Memo?
Run "/install pilot-voice-memo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pilot Voice Memo free?
Yes, Pilot Voice Memo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pilot Voice Memo support?
Pilot Voice Memo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pilot Voice Memo?
It is built and maintained by Calin Teodor (@teoslayer); the current version is v1.0.0.
More Skills