redeem skillC
redeem is agent-read markdown (skill) from ggg123124/vrchat-assistant.
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
# redeem —— VRChat 兑换码与礼包领取
> 本文档给调用本插件的 AI Agent 看:这个插件能做什么、怎么用。
## 为什么需要它
VRChat 的免费物品(活动/联名/周年/直播掉落,中文社区戏称「**免费鸡蛋**」)走的是
一条四段式链路,缺任何一步都拿不到东西:
```
兑换码 ──redeem_code──▶ 礼包(bundle) ──claim_bundle──▶ 库存物品
POST /reward/redeem POST /inventory/{id}/consume
```
在此之前 Agent 只能手搓 curl 打 REST,还要记住一串易错细节(`Cookie: auth=<值>`
前缀、必带 User-Agent、`/inventory?types=bundle` 才是礼包列表、consume 才是领取),
既不可复用也不可验证。本插件把这条链路固化为 MCP 工具。
核心既有工具的关系:`get_inventory_global`(账号级全局物品)与 `get_inventory_drops`
(掉落)**都不覆盖兑换码与礼包**——那是 inventory 域的另一套端点,本插件补上这一段。
## 能力
| 工具 | 作用 | 对应 VRChat 端点 |
|---|---|---|
| `redeem_code` | 提交兑换码(一次性,不可回滚) | `POST /reward/redeem` |
| `get_redeemable_bundles` | 列出**待领取**的礼包(含过期时间);可按 `limit`/`offset` 翻页,返回 `total`/`hasMore` | `GET /inventory?types=bundle` |
| `claim_bundle` | 领取(打开)礼包,内容物进库存 | `POST /inventory/{id}/consume` |
| `get_inventory_items` | 列库存物品主列表(可按 itemType 过滤、`offset` 翻页) | `GET /inventory` |
| `get_redeem_history` | 本机兑换/领取历史(插件私有表) | 本地表 `plg_redeem_history` |
## 典型工作流
**领一个码:**
```
1. redeem_code { "code": "R0614WS81RYC0EUY" }
…Read the whole file at its exact version.
How to install
mdr add ggg123124/vrchat-assistant/redeem@git:20260920.d898ff6mdr add ggg123124/vrchat-assistant/redeem@sha256:bd5f69b2ebb6696aPin 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_ym7hnxgt4isem72i)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260920.d898ff6 latest | 2026-09-20 | d898ff6 | 4,919 B | C | view · diff |
| git:20260920.9437e51 | 2026-09-20 | 9437e51 | 4,791 B | C | view |
Audit of the latest version
- fail: Frontmatter block present
- fail: Frontmatter declares a name
- fail: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4919 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
ggg123124/vrchat-assistant · 24 stars · license MIT · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_ym7hnxgt4isem72i GET https://markdownregistry.com/api/v1/resolve?ref=ggg123124/vrchat-assistant/redeem GET https://markdownregistry.com/api/v1/blob/bd5f69b2ebb6696ab24ed6517d68e39dda708f1951e3192b18d46dea9e5f4838
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.