Use this skill when the user wants to transcribe voice to text, use voice commands with AI assistants, or convert speech to clipboard content.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-857ba24d)More formats (shields.io, HTML) on the badges page.
---
name: whis
description: Use this skill when the user wants to transcribe voice to text, use voice commands with AI assistants, or convert speech to clipboard content.
---
# whis Plugin
Voice-to-text CLI — record, transcribe, and pipe to clipboard.
## Commands
### Record
- `whis record start` — Start voice recording
## Usage Examples
- "Record voice and transcribe"
- "Use with AI assistants"
- "Transcribe existing audio"
## Installation
```bash
cargo install whis-cli
```
## Examples
```bash
# Record (press Enter to stop)
whis
# Background service
whis start
whis toggle # toggle recording
# Transcribe file
whis -f recording.wav
# Use with AI
claude "$(whis --as ai-prompt)"
# Post-process with AI
whis --post-process
```
## Key Features
- Cloud or local transcription
- Multiple providers: OpenAI, Mistral, Groq, Deepgram, ElevenLabs
- Free with local Whisper
- Presets for different use cases
- Pipe to clipboard
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.