Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add ggg123124/vrchat-assistant --skill eventsgit clone --depth 1 https://github.com/ggg123124/vrchat-assistantWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ggg123124/vrchat-assistant/events)<a href="https://agentmods.dev/skills/ggg123124/vrchat-assistant/events"><img src="https://agentmods.dev/badge/skills/ggg123124/vrchat-assistant/events/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ggg123124/vrchat-assistant/events"><img src="https://agentmods.dev/badge/skills/ggg123124/vrchat-assistant/events.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00044 | $0.01784 |
| Opus 5 | $0.00022 | $0.00892 |
| Sonnet 5 | $0.00009 | $0.00357 |
| Haiku 4.5 | $0.00004 | $0.00178 |
Grade B, and why
events scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Sends data to an external URLmediumData exfiltration
A POST to an outside endpoint may be telemetry or may be exfiltration; either way the mod talks to somewhere, and you should know where.
- 真实调用:`curl -N http://127.0.0.1:8799/mcp -X POST -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"fetch_community_events","arguments":{...}}}'` → 取 `data:` 行的 `result.content[0].text` Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- 真实调用:`curl -N http://127.0.0.1:8799/mcp -X POST -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"fetch_community_events","arguments":{...}}}'` → 取 `data:` 行的 `result.content[0].text` How it starts
The opening of the file, as written. The whole thing — 72 lines — stays where its author put it; the contents beside it link to each section on GitHub.
events 插件
本插件为 vrchat-assistant 服务提供 VRChat 社区活动聚合 能力:从多个公开数据源采集近期活动,做群组深度挖掘(把零散活动关联到真实 VRChat 群组并补热度/图标),按音乐 ∪ 虚拟主播偏好筛选,输出结构化 JSON——每个活动自带规范化图片 URL、双列时区(当地时间 + 北京时间)与中文参加方式,消费端(Agent / PDF 管道)读取后可直接呈现,无需各自修复。
核心特性
- 多源采集(零外部依赖,全部 Node ≥22 内置
fetch):- VRC Search(全球,SSR HTML 解析,naive=UTC)
- RLVRC(中文区,JSON API,北京时间)
- VRCEve / VRCEvent-KR(日/韩,Google Calendar API v3,需要使用者自己的 Google API Key)
- 群组深度挖掘:三级反查——
- ① 短码
/groups/redirect/{sc}(302 location → gid,无需认证) - ② 活动名关键词
GET /groups?query=(Jaccard 相似度 > 0.45 + 质量门槛 成员≥20/非泛化短名,防误配) - ③ 描述里写明的借用群组/世界名/店名
- 已有关联群组的活动:补
member_count(热度)+icon_url
- ① 短码
- 侧补充源:
peekGroups=true时窥探已挖掘群组的公告(复用核心peek_group_announcement)解析活动线索(有副作用,默认关) - 音乐 ∪ VTuber 筛选:
focus=music时音乐∪VTuber(排除 voice/language/learn/study 语音教育误报) - 数据后处理标准化(
enrichEvent,每个返回事件自动注入):icon_url/image:file URL 规范化.../file_xxx/<ver>/file(单/file,消除重复后缀)start_local/start_bj/tz_label/tz_offset:双列时区(naive 当 UTC 按 languages 判社团时区:ja→JST+9 / ko→KST+9 / zh→+8 / ru→MSK+3 / 其他→美东 ET-4;aware 读自带偏移)join_info_zh:VRCEve 日文【参加方法】规则化中文(加入群组房间「名」等)category_zh:category 中文映射
工具
| 工具 | 说明 |
|---|---|
fetch_community_events |
聚合采集 + 群组深挖 + 筛选,返回结构化 JSON |
get_community_events_config |
查看 Google API Key 是否已配置(值存数据库,不回显) |
set_community_events_google_key |
录入/清除使用者的 Google API Key(存数据库 plg_events_config,需 confirm:true) |
fetch_community_events 参数:
window:week | month | tonightfocus:all | music | vtubersources:逗号分隔vrcsearch,rlvrc,vrceve,vrckr(默认 all)languages:逗号分隔zh,ja,ko,en(默认 all)minMembers:只保留群组人数 ≥ 该值maxMine:群组深挖的活动数上限(0~300,默认 30,可显式覆盖;受 API 限流约 2.6s/个,短码优先;群组详情经 groups.resolve 缓存优先,命中缓存零限流请求)peekGroups:窥探已挖掘群组公告做侧补充源(有副作用:加入→读→退出)startDate/endDate:自定义日期(成对,仅作用于 Google Calendar 源 VRCEve/VRCEvent-KR;VRC Search 固定抓 next-week/month、RLVRC 固定抓全量,不受此参数约束)languages:逗号分隔语言筛 zh/ja/ko/en(默认 all)。注:VRC Search 源活动 lang 标multi(多语言),视为通配——任何语言筛下都保留,不会被 languages=zh/ja/en 筛掉limit:返回条数上限(≤500)
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago Changed 5be082efe3ac
- 9d ago First seen · 72 lines · 44 tokens per session scan B 3af57c4c5c4f
events is a skill published in the GitHub repository ggg123124/vrchat-assistant (21 stars, last pushed today), licensed MIT. It adds 44 tokens to every session and 1,784 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 2 findings (sends data to an external url, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
mnemosyne
Persistent cross-session memory via Mnemosyne — store, recall, and consolidate facts, preferences, and context.
mnemosyne-memory-override
Hard rule override that forces Mnemosyne for all durable memory storage. The legacy memory tool is DEPRECATED for user preferences, credentials, and project conventions. Use memory ONLY for ephemeral session state.
hermes-tweet
Use Xquik in Hermes Agent for public X research, monitoring, thread summaries, creator discovery & approved actions. Not affiliated with X Corp. Use when the user requests X data or a named action. Trigger with "search X", "monitor X", "post tweet", or "X trends".
mnemosyne-maintenance
Use when: upgrading Mnemosyne, diagnosing slow/hung consolidation (mnemosynesleep), fixing missing embeddings, or troubleshooting import/version mismatches.
holix-sdd-propose
Create Spec-Driven Development changes (OpenSpec-style) — multi-project openspec, understanding gate, assigned tasks before coding.
make-release
A release workflow for the Holix GitHub repository. It prepares a pull request, checks that automated tests pass, merges it, and creates the next numbered release.