augent-7c93f6 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited augent-7c93f6 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Augent is connected as an MCP server. All 22 tools are available. This skill teaches you how to use them effectively.
When a user pastes ANY URL (tweets, YouTube, TikTok, Twitter/X, podcasts, SoundCloud, or any link with audio/video) and asks what was said, what happened, or wants the content — use download_audio to download, then transcribe_audio to get the text. Do NOT use WebFetch for media URLs.
When a user gives you a URL and asks to create notes, take notes, transcribe, create a quiz, or anything involving audio content — use the take_notes tool. Do NOT fetch the URL directly.
take_notes with the URLinstruction field from the response and follow it exactly — format the notestake_notes(save_content="<your formatted notes>") — do NOT use the Write toolaudio_path from step 2Styles: Pick based on what the user asks for.
tldr — shortest summary, one screennotes — clean sections + nested bullets (default)highlight — notes with callout blocks for key insightseye-candy — maximum visual formattingquiz — multiple-choice questions with answer keyQuiz format: Answer options MUST be A), B), C), D) on their own lines. Never change this format — the tool post-processes them into checkboxes.
When transcribe_audio or take_notes returns language != "en", the response includes a translation_hint. After completing the main task, offer to translate:
Done. Notes saved to ~/Desktop/filename.md
---
This audio is in **Chinese**. Would you like me to translate it to English and store it in your augent memory?If yes: translate the text yourself, then call transcribe_audio(audio_path=..., translated_text="...") to store the English version.
When transcribe_audio or take_notes returns a tagging_hint, silently call tag with 2-4 broad topic categories. Reuse existing tags from the library listed in the hint. Do not mention tagging to the user.
search_audio with keywordsdeep_search with a natural language querysearch_memory — no file path neededsearch_proximityhighlights with no query — AI picks top momentshighlights with a query — finds moments matching a topicclip: true to any highlights call, or use clip_export for a specific time rangeUse the visual tool to extract frames from video at moments that matter. Four modes:
visual(url="...", query="connecting Gmail to the agent") — finds transcript moments matching your query and extracts framesvisual(url="...", auto=true) — autonomously detects visual moments (UI actions, demonstrations)visual(video_path="...", timestamps=[120, 185]) — extract frames at specific timestampsvisual(video_path="...", assist=true) — flags visual gaps where the user should provide their own screenshotsFrames are saved to the Obsidian vault with ![[]] embeds. Use after take_notes when notes need visual context.
When audio has music, intros, or background noise, call separate_audio first, then use the vocals_path from the response as the audio_path for transcription.
All defaults are configurable via ~/.augent/config.yaml. Per-call arguments always override config.
| Setting | Default |
|---|---|
| Model size | tiny |
| Download dir | ~/Downloads |
| Notes/clips dir | ~/Desktop |
| Clip padding | 15s |
| Context words | 25 |
| TTS voice | af_heart |
Always use tiny unless the user explicitly requests a different size. It handles nearly everything.
Always output .md files. YAML frontmatter is added automatically. Always rewrite raw transcription into polished notes. Always save via take_notes(save_content=...), never the Write tool.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.