Skip to content
View AugustusW's full-sized avatar
😃
😃
  • 11:25 (UTC +08:00)

Block or report AugustusW

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
AugustusW/README.md

AugustusW

Tools I needed, built until they held up, then published. Mostly agent skills. No account, no API key, runs on your machine.

English | 繁體中文

Skills MCP Desktop

Everything here started as a problem on my own machine, and got published once it survived real use rather than a demo.

Agent skills

Open SKILL.md standard — they work in Claude Code and Codex.

  • audio-tldr — any video, audio, or podcast into key takeaways. Whisper runs locally; transcripts are cached by content hash, so the same source is never transcribed twice.
  • parcel-kau-a — Taiwan parcel tracking. Six couriers read straight from their public pages, because Taiwan has no free tracking API.
  • audio-leveler — speech audio whose volume keeps moving, levelled. It measures the loudness first, so the fix matches the actual fault instead of a copy-pasted recipe.

MCP server

  • sharedoc-mcp — turns agent-generated Markdown into a link you can hand to someone. GitHub gists today, your own server tomorrow.

Desktop

  • ChronosUI — observability for the schedulers you already run, crontab and Windows Task Scheduler. It doesn't replace them; it shows you run history, captured output, and durations.

The common thread

  • Your machine, your data. Local transcription, local audio processing, public pages read directly. Where a service is involved, self-hosting is a supported path, not an afterthought.
  • No signup wall. No API key and no account for the tools that don't need one.
  • Open standards over lock-in. Open SKILL.md for the skills, MCP for the server, your existing scheduler for ChronosUI.
  • Docs that say what a tool doesn't do. Every README scopes its claim, states the caveats inline, and ships in English and 繁體中文.

Pinned Loading

  1. chronos-ui chronos-ui Public

    Desktop observability for cron and native schedulers.

    TypeScript 7

  2. audio-tldr-skill audio-tldr-skill Public

    Claude Code skill: summarize videos, audio & podcasts with local cached transcription

    Python 36 3