Home / ggg123124 / vrchat-assistant · plugins/official/redeem/SKILL.md · GitHub

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

Latest version
mdr add ggg123124/vrchat-assistant/redeem@git:20260920.d898ff6
Exact content
mdr add ggg123124/vrchat-assistant/redeem@sha256:bd5f69b2ebb6696a

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

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ym7hnxgt4isem72i.svg)](https://markdownregistry.com/a/art_ym7hnxgt4isem72i)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260920.d898ff6 latest2026-09-20 d898ff6 4,919 BC view · diff
git:20260920.9437e512026-09-20 9437e51 4,791 BC view

Audit of the latest version

C  14 of 17 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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.

More from ggg123124/vrchat-assistant

AGENTS.md agents
ggg123124/vrchat-assistant · AGENTS.md
git:20260924.d03017b · audit B · 24 stars
plugin-template skill
ggg123124/vrchat-assistant · docs/plugin-template/SKILL.md
git:20260913.bb02160 · audit C · 24 stars
auth-guard skill
ggg123124/vrchat-assistant · plugins/official/auth-guard/SKILL.md · 公网访问鉴权与安全防护插件,提供 HTTP Bearer/API-Key 访问拦截、Token 密码学生成与公网就绪度状态评估
git:20260825.70281e5 · audit A · 24 stars
emoji-notes skill
ggg123124/vrchat-assistant · plugins/official/emoji-notes/SKILL.md
git:20260905.9067250 · audit C · 24 stars
events skill
ggg123124/vrchat-assistant · plugins/official/events/SKILL.md · VRChat 社区活动聚合插件:多源采集、群组深度挖掘、音乐/VTuber 筛选、双列时区与中文参加方式标准化输出
git:20260901.ce4a691 · audit B · 24 stars
friend-removals skill
ggg123124/vrchat-assistant · plugins/official/friend-removals/SKILL.md
git:20260905.d885067 · audit C · 24 stars
presence-status skill
ggg123124/vrchat-assistant · plugins/official/presence-status/SKILL.md
git:20260923.6bf0534 · audit C · 24 stars
acceptance-orchestrator skill
ggg123124/vrchat-assistant · skills/acceptance-orchestrator/SKILL.md · Use when a coding task should be driven end-to-end from issue intake through implementation, review, deployment, and…
git:20260831.b03c82e · audit A · 24 stars
address-github-comments skill
ggg123124/vrchat-assistant · skills/address-github-comments/SKILL.md · Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.
git:20260831.b03c82e · audit A · 24 stars
booth-purchase-automation skill
ggg123124/vrchat-assistant · skills/booth-purchase-automation/SKILL.md · Buy a real BOOTH item: search, add to cart, confirm, pay, download via browser CDP.
v1.0.0 · audit A · 24 stars
booth-query-display skill
ggg123124/vrchat-assistant · skills/booth-query-display/SKILL.md · Use when the user asks to search/query BOOTH (booth.pm) items, show BOOTH item rankings, or display BOOTH products with…
v1.0.0 · audit B · 24 stars
closed-loop-delivery skill
ggg123124/vrchat-assistant · skills/closed-loop-delivery/SKILL.md · Use when a coding task must be completed against explicit acceptance criteria with minimal user re-intervention across…
git:20260831.b03c82e · audit A · 24 stars

Every file in ggg123124/vrchat-assistant

Browse by kind, by grade C, or by owner.