← Back to Skills Marketplace
295
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install meme
Description
Create funny voice memes with various styles, effects, and templates. Use when users want to make humorous audio content, voice memes, or entertaining sound...
Usage Guidance
This skill appears coherent, but before installing: 1) Verify you trust https://senseaudio.cn and review its privacy/TOS (your meme text is sent to their API). 2) Use a dedicated or limited API key (not a high-privilege production key) and monitor usage/billing. 3) Avoid sending sensitive or private text to the service. 4) The example writes MP3 files locally—run it in a controlled environment if you’re cautious. 5) If you install dependencies, prefer a virtualenv to avoid affecting system Python packages.
Capability Analysis
Type: OpenClaw Skill
Name: meme
Version: 1.0.0
The skill bundle provides a legitimate implementation for generating voice memes using the SenseAudio TTS API. The Python code in SKILL.md correctly handles API authentication via environment variables, sends requests to the official domain (api.senseaudio.cn), and saves the resulting audio files locally as described. No evidence of malicious intent, data exfiltration, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the declared requirement (SENSEAUDIO_API_KEY) and the SKILL.md shows TTS calls to api.senseaudio.cn to produce meme audio. No unrelated services, binaries, or unexpected capabilities are requested.
Instruction Scope
SKILL.md contains concrete code that reads SENSEAUDIO_API_KEY, posts text to the SenseAudio TTS endpoint, decodes the returned hex audio and writes an MP3. All referenced files/env are within the scope of generating audio; there are no instructions to read unrelated system files or exfiltrate data to other endpoints.
Install Mechanism
Instruction-only skill with no install spec; the only prerequisite is pip install requests (a minimal, expected dependency). Nothing is downloaded from untrusted URLs or written to system locations by an installer.
Credentials
Only SENSEAUDIO_API_KEY is required (declared as primaryEnv). That single credential is proportionate to calling a third-party TTS API. No other secrets or unrelated env vars are requested.
Persistence & Privilege
always is false and the skill does not request elevated or permanent agent-wide privileges. There are no instructions to modify other skills or global agent configuration.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install meme - After installation, invoke the skill by name or use
/meme - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of SenseAudio Voice Meme Maker.
- Create funny voice memes using various voice styles, effects, and templates.
- Includes five preset templates such as dramatic narrator, shocked reaction, and robot voice.
- Supports custom speed, pitch, and volume settings for tailored memes.
- Requires a SenseAudio API key and supports output in MP3 format.
- Sample code and usage tips provided for fast setup and meme creation.
Metadata
Frequently Asked Questions
What is Voice Meme Maker?
Create funny voice memes with various styles, effects, and templates. Use when users want to make humorous audio content, voice memes, or entertaining sound... It is an AI Agent Skill for Claude Code / OpenClaw, with 295 downloads so far.
How do I install Voice Meme Maker?
Run "/install meme" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Voice Meme Maker free?
Yes, Voice Meme Maker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Voice Meme Maker support?
Voice Meme Maker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Voice Meme Maker?
It is built and maintained by scikkk (@scikkk); the current version is v1.0.0.
More Skills