Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

augentaugent 音频

Agent Skill

augent 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,203

周安装

219

GitHub Stars

公开资料未说明

下载量

1,822
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:augent(augent 音频)
来源仓库:https://github.com/augentdevs/augent
安装命令:
openclaw skills install augent
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install augent

简介

augent 提供代理的音频和视频层功能,包含 22 个本地 MCP 工具。

  • 适合多媒体处理和本地工具调用等研究检索场景。
  • 通过 clawhub 安装,使用 openclaw skills install augent 命令部署。
  • 无云服务和 API 密钥,建议确认权限范围和维护状态。
  • augent 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

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":["augent-mcp","ffmpeg","yt-dlp","aria2c"]},"install":[{"id":"uv","kind":"uv","package":"augent","bins":["augent-mcp","augent","augent-web"],"label":"Install augent (uv)"},{"id":"pip","kind":"pip","package":"augent[all]","bins":["augent-mcp","augent","augent-web"],"label":"Install augent (pip)"}]}}

Augent — Audio & Video Intelligence for AI Agents

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/.

Config

{
  "mcpServers": {
    "augent": {
      "command": "augent-mcp"
    }
  }
}

If augent-mcp is not in PATH, use python3 -m augent.mcp as the command instead.

Install

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.

Tools

Augent exposes 22 MCP tools:

Core

ToolDescription
download_audioDownload audio from video URLs at maximum speed. Supports YouTube, Vimeo, TikTok, Twitter/X, SoundCloud, and 1000+ sites. Uses aria2c multi-connection + concurrent fragments.
transcribe_audioFull transcription of any audio file with per-segment timestamps. Returns text, language, duration, and segments. Cached by file hash.
search_audioSearch audio for keywords. Returns timestamped matches with context snippets. Supports clip export.
deep_searchSemantic search — find moments by meaning, not just keywords. Uses sentence-transformers embeddings.
search_memorySearch across ALL stored transcriptions in one query. Keyword or semantic mode.
take_notesAll-in-one: download audio from URL, transcribe, and save formatted notes. Supports 5 styles: tldr, notes, highlight, eye-candy, quiz.
clip_exportExport a video clip from any URL for a specific time range. Downloads only the requested segment.

Analysis

ToolDescription
chaptersAuto-detect topic chapters with timestamps using embedding similarity.
search_proximityFind where two keywords appear near each other (e.g., "startup" within 30 words of "funding").
identify_speakersSpeaker diarization — identify who speaks when. No API keys required.
separate_audioIsolate vocals from music/noise using Meta's Demucs v4. Feed clean vocals into transcription.
batch_searchSearch multiple audio files in parallel. Ideal for podcast libraries or interview collections.

Utilities

ToolDescription
text_to_speechConvert text to natural speech using Kokoro TTS. 54 voices, 9 languages. Runs in background.
list_filesList media files in a directory with size info.
list_memoriesBrowse all stored transcriptions by title, duration, and date.
memory_statsView memory statistics (file count, total duration).
clear_memoryClear the transcription memory to free disk space.
tagAdd, remove, or list tags on transcriptions. Broad topic categories for organizing memories.
highlightsExport the best moments from a transcription. Auto mode picks top moments; focused mode finds moments matching a topic.
visualExtract visual context from video at moments that matter. Query, auto, manual, and assist modes. Frames saved to Obsidian vault.
rebuild_graphRebuild Obsidian graph view data for all transcriptions. Migrates files, computes wikilinks, generates MOC hubs.
spacesDownload or live-record X/Twitter Spaces. Start, check status, or stop recordings.

Usage Examples

Take notes from a video

"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 a podcast for topics

"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 and identify speakers

"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 across all transcriptions

"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.

Export a clip

"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.

Separate vocals from noisy audio

"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.

Generate speech from text

"Read these notes aloud"

The agent calls text_to_speech to generate an MP3 with natural speech. Supports multiple voices and languages.

Note Styles

When using take_notes, the style parameter controls formatting:

StyleDescription
tldrShortest possible summary. One screen. Bold key terms.
notesClean sections with nested bullets (default).
highlightNotes with callout blocks for key insights and blockquotes with timestamps.
eye-candyMaximum visual formatting — callouts, tables, checklists, blockquotes.
quizMultiple-choice questions with answer key.

Model Sizes

tiny is the default and handles nearly everything. Only use larger models for heavy accents, poor audio quality, or maximum accuracy needs.

ModelSpeedAccuracy
tinyFastestExcellent (default)
baseFastExcellent
smallMediumSuperior
mediumSlowOutstanding
largeSlowestMaximum

File Paths

Augent reads and writes to these locations on your machine:

PathPurpose
~/Downloads/Default directory for downloaded audio files
~/Desktop/Default directory for notes, clips, and TTS output
~/.augent/memory/transcriptions.dbSQLite database for persistent transcription memory
~/.augent/memory/transcriptions/Markdown files for each stored transcription
~/.augent/config.yamlUser configuration (optional)
~/.augent/auth.jsonTwitter/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

Network access is used for two purposes only:

  1. Downloading media from user-provided URLs via yt-dlp and aria2c
  2. Downloading ML models on first use (Whisper, sentence-transformers, pyannote, Demucs, Kokoro) from Hugging Face

No telemetry. No background network activity. No data is uploaded.

ML Dependencies

The augent[all] install includes these local ML components:

ComponentPurposeSize
faster-whisperSpeech-to-text transcription~75MB (tiny model)
sentence-transformersSemantic search, auto-tagging, chapter detection~90MB
pyannote-audioSpeaker diarization~29MB
Demucs v4Audio source separation (vocals from noise)~80MB
KokoroText-to-speech (54 voices, 9 languages)~200MB

All models run locally. None require API keys or cloud services.

Requirements

  • Python 3.10+
  • FFmpeg (audio processing)
  • yt-dlp + aria2c (for audio downloads)

Links

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.5%
按下载量换算1,467

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills