Skip to main content
Run any Skill in Manus
with one click
GitHub repository

GuideAnts

GuideAnts contains 9 collected skills from Elumenotion, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
9
Stars
46
updated
2026-07-20
Forks
6
Occupation coverage
3 occupation categories ยท 100% classified
repository explorer

Skills in this repository

audiocpp-asr-extended
software-developers

Transcription beyond the GuideAnts wrapper contract: transcribe workspace files by path (no upload, no 50 MB gateway cap), pass language hints, and sideload other qwen3-family ASR snapshots from Hugging Face through the wrapper. Use when a transcription needs a language hint, the file is large, or the user wants to try an ASR model the catalog doesn't list.

2026-07-20
audiocpp-deferred-tts
software-developers

Run TTS model families audio.cpp supports but GuideAnts does not ship โ€” Qwen3 CustomVoice builtin speakers, VibeVoice multi-speaker dialogue, MioTTS, VoxCPM2, PocketTTS, Vevo2 voice conversion โ€” by downloading the model and spawning a private audiocpp_server in the sandbox. Use when the user names one of these models or asks for a TTS capability the loaded catalog model rejects.

2026-07-20
audiocpp-diarize
software-developers

Speaker diarization: figure out who spoke when in a recording and produce a speaker-labeled transcript, by spawning a private audio.cpp engine with the sortformer diarization model and labeling each turn with the local ASR engine. Use when the user asks to diarize a meeting or call recording, separate or identify speakers, or wants a transcript broken down by speaker.

2026-07-20
audiocpp-host-tts
software-developers

Synthesize speech against the user's own host-native audiocpp_server build (outside the GuideAnts container) โ€” including model families the container binary lacks, like Kokoro or Parakeet forks. TTS only. Use when the user says they run their own audio.cpp server or asks for a family the container build cannot load.

2026-07-20
audiocpp-extended
software-developers

Experimental: use audio.cpp scenarios and models that GuideAnts does not ship โ€” speaker diarization (who spoke when, speaker-labeled transcripts), voice cloning from user-supplied audio, deterministic seeds, builtin speakers, language forcing, and deferred TTS families (Qwen3 CustomVoice, VibeVoice, MioTTS, VoxCPM2, PocketTTS) โ€” by calling the raw audiocpp_server engines directly or spawning a private engine in the sandbox. Use when the user asks for a voice, model, or audio scenario the built-in audio tools reject or cannot express, including diarizing a meeting recording or labeling speakers in a transcript.

2026-07-20
audiocpp-tts-controls
software-developers

Advanced synthesis controls on the loaded audio.cpp TTS model: deterministic output via seed, forcing the spoken language, voice-design from a text description (instructions), and enumerating builtin speaker ids โ€” none of which the built-in GuideAnts audio tools expose. Use when the user wants reproducible audio, a specific language, a described voice, or a list of available speakers.

2026-07-20
audiocpp-voice-clone
software-developers

Clone a voice from a user-supplied reference clip and synthesize speech with it, by calling the raw audio.cpp TTS engine with voice_ref/reference_text โ€” fields the built-in GuideAnts audio tools do not expose. Use when the user wants generated speech to sound like their own voice or another consenting speaker's recording.

2026-07-20
research-paper-writing
technical-writers

Write ML papers for NeurIPS/ICML/ICLR: designโ†’submit.

2026-07-02
pptx-author
graphic-designers

Build export-ready PowerPoint decks with clear outlines and speaker notes.

2026-07-02