用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vramrick/openclaw-skills --skill augent命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
全能高级前端研发工程师技能。擅长AI时代前沿技术栈(React最新 + shadcn/ui + Tailwind CSS v4 + TypeScript + Next.js),精通动效库与交互特效开发。采用Glue Code风格快速实现代码,强调高质量产品体验与高度友好的UI视觉规范。在组件调用、交互特效、全局Theme上保持高度规范:绝不重复造轮子,相同逻辑出现两次即封装为组件。具备安全意识,防范各类注入攻击。开发页面具有高度自适应能力,响应式设计贯穿始终。当用户无特殊技术栈要求时,默认采用主流前沿技术栈。
Read, write, append, and list local files in the session's working directory. Use when you need to persist output to disk, read input files, or manipulate file system safely. Supports text files, JSON, CSV, Markdown.
超级简历 WonderCV 出品,3000 万用户信赖。简历分析、段落改写、JD 岗位匹配、自动匹配职位、PDF 导出、AI 求职导师(面试准备/薪资谈判/职业规划/多版本简历策略)。 触发条件:用户提供简历、要求简历点评/打分/反馈、希望改写某个简历部分、 希望将简历与岗位 JD 或校招岗位匹配、咨询求职建议或面试准备,或提到 CV/简历/求职/校招。 不触发条件:用户讨论普通写作(非简历)、询问其他文档, 或讨论与求职和职业发展无关的话题。
基于 SOC 职业分类
正在显示 SKILL.md
| name | augent |
| description | The audio & video layer for agents. 22 local MCP tools. No cloud, no API keys. |
| homepage | https://github.com/AugentDevs/Augent |
| env | {"AUGENT_AUTH_TOKEN":{"description":"Optional. Path to Twitter/X auth token file for Spaces recording. Default ~/.augent/auth.json. Only needed for X/Twitter Spaces.","required":false},"AUGENT_DOWNLOAD_DIR":{"description":"Directory for downloaded audio files. Default ~/Downloads/","required":false},"AUGENT_NOTES_DIR":{"description":"Directory for notes, clips, and TTS output. Default ~/Desktop/","required":false},"AUGENT_MEMORY_DIR":{"description":"Directory for persistent transcription memory. Default ~/.augent/memory/","required":false}} |
| metadata | {"openclaw":{"emoji":"🎙","os":["darwin","linux","win32"],"requires":{"bins":"[Truncated]"},"install":["[Truncated]","[Truncated]"]}} |
Augent is an MCP server that gives your agent 22 tools for audio and video intelligence. Download from 1000+ sites via yt-dlp and aria2c, transcribe in 99 languages via faster-whisper, search by keyword or meaning via sentence-transformers, take notes, identify speakers via pyannote-audio, detect chapters, separate audio via Demucs v4, export clips, extract visual frames, record X/Twitter Spaces (requires user-configured auth token in ~/.augent/auth.json), and generate speech via Kokoro TTS. All processing runs locally. Downloads are saved to ~/Downloads/, notes and clips to ~/Desktop/, transcription memory to ~/.augent/memory/.
{
"mcpServers": {
"augent": {
"command": "augent-mcp"
}
}
}
If augent-mcp is not in PATH, use python3 -m augent.mcp as the command instead.
Install via the ClawHub install button above, or use uv tool install augent for the base package or uv tool install "augent[all]" for all features. FFmpeg is required for audio processing.
Augent exposes 22 MCP tools:
| Tool | Description |
|---|---|
download_audio | Download audio from video URLs at maximum speed. Supports YouTube, Vimeo, TikTok, Twitter/X, SoundCloud, and 1000+ sites. Uses aria2c multi-connection + concurrent fragments. |
transcribe_audio | Full transcription of any audio file with per-segment timestamps. Returns text, language, duration, and segments. Cached by file hash. |
search_audio | Search audio for keywords. Returns timestamped matches with context snippets. Supports clip export. |
deep_search | Semantic search — find moments by meaning, not just keywords. Uses sentence-transformers embeddings. |
search_memory | Search across ALL stored transcriptions in one query. Keyword or semantic mode. |
take_notes | All-in-one: download audio from URL, transcribe, and save formatted notes. Supports 5 styles: tldr, notes, highlight, eye-candy, quiz. |
clip_export | Export a video clip from any URL for a specific time range. Downloads only the requested segment. |
| Tool | Description |
|---|---|
chapters | Auto-detect topic chapters with timestamps using embedding similarity. |
search_proximity | Find where two keywords appear near each other (e.g., "startup" within 30 words of "funding"). |
identify_speakers | Speaker diarization — identify who speaks when. No API keys required. |
separate_audio | Isolate vocals from music/noise using Meta's Demucs v4. Feed clean vocals into transcription. |
batch_search | Search multiple audio files in parallel. Ideal for podcast libraries or interview collections. |
| Tool | Description |
|---|---|
text_to_speech | Convert text to natural speech using Kokoro TTS. 54 voices, 9 languages. Runs in background. |
list_files | List media files in a directory with size info. |
list_memories | Browse all stored transcriptions by title, duration, and date. |
memory_stats | View memory statistics (file count, total duration). |
clear_memory | Clear the transcription memory to free disk space. |
tag | Add, remove, or list tags on transcriptions. Broad topic categories for organizing memories. |
highlights | Export the best moments from a transcription. Auto mode picks top moments; focused mode finds moments matching a topic. |
visual | Extract visual context from video at moments that matter. Query, auto, manual, and assist modes. Frames saved to Obsidian vault. |
rebuild_graph | Rebuild Obsidian graph view data for all transcriptions. Migrates files, computes wikilinks, generates MOC hubs. |
spaces | Download or live-record X/Twitter Spaces. Start, check status, or stop recordings. |
"Take notes from https://youtube.com/watch?v=xxx"
The agent calls take_notes which downloads, transcribes, and returns formatted notes. One tool call does everything.
"Search this podcast for every mention of AI regulation" — provide the file path or URL.
The agent uses search_audio for exact keyword matches, or deep_search for semantic matches (finds relevant discussion even without exact words).
"Transcribe this meeting recording and tell me who said what"
The agent calls transcribe_audio then identify_speakers to label each segment by speaker.
"Search everything I've ever transcribed for mentions of funding"
The agent uses search_memory to search across all stored transcriptions without needing a file path.
"Clip the part where they talk about pricing"
The agent uses search_audio or deep_search to find the moment, then clip_export to extract just that segment.
"This recording has music in the background, clean it up and transcribe"
The agent calls separate_audio to isolate vocals, then transcribe_audio on the clean vocals track.
"Read these notes aloud"
The agent calls text_to_speech to generate an MP3 with natural speech. Supports multiple voices and languages.
When using take_notes, the style parameter controls formatting:
| Style | Description |
|---|---|
tldr | Shortest possible summary. One screen. Bold key terms. |
notes | Clean sections with nested bullets (default). |
highlight | Notes with callout blocks for key insights and blockquotes with timestamps. |
eye-candy | Maximum visual formatting — callouts, tables, checklists, blockquotes. |
quiz | Multiple-choice questions with answer key. |
tiny is the default and handles nearly everything. Only use larger models for heavy accents, poor audio quality, or maximum accuracy needs.
| Model | Speed | Accuracy |
|---|---|---|
| tiny | Fastest | Excellent (default) |
| base | Fast | Excellent |
| small | Medium | Superior |
| medium | Slow | Outstanding |
| large | Slowest | Maximum |
Augent reads and writes to these locations on your machine:
| Path | Purpose |
|---|---|
~/Downloads/ | Default directory for downloaded audio files |
~/Desktop/ | Default directory for notes, clips, and TTS output |
~/.augent/memory/transcriptions.db | SQLite database for persistent transcription memory |
~/.augent/memory/transcriptions/ | Markdown files for each stored transcription |
~/.augent/config.yaml | User configuration (optional) |
~/.augent/auth.json | Twitter/X authentication cookies for Spaces recording (optional, user-created) |
If Obsidian is installed, visual frames are saved to the Obsidian vault's External Files/visual/ directory. The vault path is auto-detected from Obsidian's config.
Network access is used for two purposes only:
No telemetry. No background network activity. No data is uploaded.
The augent[all] install includes these local ML components:
| Component | Purpose | Size |
|---|---|---|
| faster-whisper | Speech-to-text transcription | ~75MB (tiny model) |
| sentence-transformers | Semantic search, auto-tagging, chapter detection | ~90MB |
| pyannote-audio | Speaker diarization | ~29MB |
| Demucs v4 | Audio source separation (vocals from noise) | ~80MB |
| Kokoro | Text-to-speech (54 voices, 9 languages) | ~200MB |
All models run locally. None require API keys or cloud services.