← Back to Skills Marketplace
Smallest Ai
by
abhishekmishragithub
· GitHub ↗
· v1.0.1
· MIT-0
235
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install smallest-ai
Description
Ultra-fast text-to-speech and speech-to-text via Smallest AI's Lightning v3.1 and Pulse models. Use when the user wants to generate speech, convert text to v...
Usage Guidance
This package appears to be a straightforward Smallest AI TTS/STT integration and only needs your Smallest API key and curl. Before installing: (1) verify the skill's origin (source/homepage is listed as unknown here) and prefer official provider repos if available; (2) be aware that any text and audio you send will be transmitted to smallest.ai (so avoid sending sensitive secrets or private audio you don't want shared with the provider); (3) supply a least-privilege API key (not a broad organizational admin key) and monitor usage/rate limits on the provider console; and (4) if you plan to merge the PLAN.md core changes into your system, review the proposed code edits carefully since they alter core TTS provider lists and env-key resolution.
Capability Analysis
Type: OpenClaw Skill
Name: smallest-ai
Version: 1.0.1
The smallest-ai skill bundle provides legitimate integration for text-to-speech and speech-to-text services via the Smallest AI API. The shell and Python scripts (e.g., tts.sh, stt.py) are well-structured, transparent, and perform standard API interactions with api.smallest.ai. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the instructions in SKILL.md are strictly functional for voice selection and script execution.
Capability Assessment
Purpose & Capability
Name/description, scripts, and documentation all describe TTS/STT via Smallest AI and the only required credential is SMALLEST_API_KEY; required binary (curl) is appropriate for the provided curl-based scripts. No unrelated services, credentials, or binaries are requested.
Instruction Scope
SKILL.md and included scripts instruct the agent to call smallest.ai endpoints, synthesize or transcribe audio, and write local media files. The runtime instructions do not ask the agent to read unrelated system files or other environment variables; all file I/O is local (media/tmp) and aligned with the stated functionality.
Install Mechanism
There is no remote install/download step; this is an instruction+scripts skill with bundled scripts and docs. No arbitrary external archives or shortener URLs are used in install steps, lowering install-time risk.
Credentials
Only SMALLEST_API_KEY is required (declared as primaryEnv). That single credential is appropriate and expected for a third-party TTS/STT provider; no other secrets or config paths are requested.
Persistence & Privilege
The skill is not marked always:true, does not request system-wide privileges, and does not modify other skills' configs. Agent autonomous invocation remains default but is not combined with excessive privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install smallest-ai - After installation, invoke the skill by name or use
/smallest-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix: update default voices (sophia, robert)
v1.0.0
Initial release: TTS (Lightning v3.1) and STT (Pulse)
Metadata
Frequently Asked Questions
What is Smallest Ai?
Ultra-fast text-to-speech and speech-to-text via Smallest AI's Lightning v3.1 and Pulse models. Use when the user wants to generate speech, convert text to v... It is an AI Agent Skill for Claude Code / OpenClaw, with 235 downloads so far.
How do I install Smallest Ai?
Run "/install smallest-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Smallest Ai free?
Yes, Smallest Ai is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Smallest Ai support?
Smallest Ai is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Smallest Ai?
It is built and maintained by abhishekmishragithub (@abhishekmishragithub); the current version is v1.0.1.
More Skills