buda-community skillA
buda-community is agent-read markdown (skill) from mr-kelly/skills: Read, answer and post on the Buda community forum at community.buda.im through its /api/v1/community REST API. Lists categories and posts, reads a thread with its replies, searches, and publishes posts and replies behind an explicit confirmation. Use when the user invokes $buda-community or /buda-community, asks what is happening in the Buda community, wants an unanswered question triaged or answered, or wants something posted or announced there..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Buda Community One zero-dependency CLI over the forum's own REST API. No UI, no local mirror of the forum, no scraping — `community.buda.im` is the source of truth and the API is the only way this skill touches it. ```bash node skills/buda-community/scripts/community.mjs <command> [--json] ``` ## When to use - "社区里有什么新帖 / 有没有没人回的问题" → `posts --unanswered` - "看一下这个帖子" → `post <slug>` - "帮我回复他" → read the thread first, draft in chat, then `reply` after approval - "发个公告 / 提个 feature request" → `new` after approval Not for: emailing, tweeting, or announcing anywhere else. That is a different skill and a separate approval. ## Setup ```bash printf 'BUDA_API_KEY=%s\n' '<key>' >> skills/buda-community/.env chmod 600 skills/buda-community/.env node skills/buda-community/scripts/community.mjs setup # is it configured? node skills/buda-community/scripts/community.mjs whoami # is the key still valid? ``` The skill reads its own env file — no `source`, no exporting. Files are read **nearest-first**, and a variable already exported in the shell always wins over every file: | Order | Where | | --- | --- | | 1 | `$BUDA_ENV_FILE`, if set | | 2 | `skills/buda-community/.env.local` | …
Read the whole file at its exact version.
How to install
mdr add mr-kelly/skills/buda-community@git:20260924.daf00dbmdr add mr-kelly/skills/buda-community@sha256:e02d3f964c4ff645Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_kyove6qpfrcdqpdt)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260924.daf00db latest | 2026-09-24 | daf00db | 12,051 B | A | view · diff |
| git:20260921.e0d79be | 2026-09-21 | e0d79be | 10,900 B | A | view · diff |
| git:20260921.1b80583 | 2026-09-21 | 1b80583 | 10,079 B | A | view · diff |
| git:20260921.f3295ad | 2026-09-21 | f3295ad | 5,745 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (12051 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
mr-kelly/skills · 5 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_kyove6qpfrcdqpdt GET https://markdownregistry.com/api/v1/resolve?ref=mr-kelly/skills/buda-community GET https://markdownregistry.com/api/v1/blob/e02d3f964c4ff645b8b07037747f1263afd07bb8c631cedecdcb95f0512d29bf
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.