repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | { |
| #2 | "skillId": "openai-whisper", |
| #3 | "name": "openai-whisper", |
| #4 | "description": "Local speech-to-text with the Whisper CLI (no API key).", |
| #5 | "category": "pump-protocol", |
| #6 | "path": "openai-whisper/SKILL.md", |
| #7 | "url": "https://x402.wtf/api/skills/openai-whisper", |
| #8 | "tags": [ |
| #9 | "openai", |
| #10 | "solana", |
| #11 | "whisper" |
| #12 | ], |
| #13 | "requiredEnv": [], |
| #14 | "homepage": null, |
| #15 | "attestation": { |
| #16 | "status": "pending", |
| #17 | "isFormallyVerified": false, |
| #18 | "attestationPda": null, |
| #19 | "verificationTimestamp": null |
| #20 | }, |
| #21 | "markdown": "---\nname: openai-whisper\ndescription: Local speech-to-text with the Whisper CLI (no API key).\nhomepage: https://openai.com/research/whisper\nmetadata: {\"clawdbot\":{\"emoji\":\"🎙️\",\"requires\":{\"bins\":[\"whisper\"]},\"install\":[{\"id\":\"brew\",\"kind\":\"brew\",\"formula\":\"openai-whisper\",\"bins\":[\"whisper\"],\"label\":\"Install OpenAI Whisper (brew)\"}]}}\n---\n\n# Whisper (CLI)\n\nUse `whisper` to transcribe audio locally.\n\nQuick start\n- `whisper /path/audio.mp3 --model medium --output_format txt --output_dir .`\n- `whisper /path/audio.m4a --task translate --output_format srt`\n\nNotes\n- Models download to `~/.cache/whisper` on first run.\n- `--model` defaults to `turbo` on this install.\n- Use smaller models for speed, larger for accuracy.\n" |
| #22 | } |
| #23 |