events

events is a skill for Claude Code, Codex from ggg123124/vrchat-assistant. It costs 44 tokens per session (1,784 once invoked), scanned B, original, MIT.

A VRChat event aggregator that collects public events from several sources and returns structured information in Chinese. VRChat is an online social platform with user-created worlds and communities.

In plain words
What is it for?
Use it to find recent VRChat events, explore related groups, filter for music or virtual-streamer events, convert times to local and Beijing time, and present Chinese participation instructions.
Why use it?
It brings scattered event listings into one format and standardizes group details, images, time zones, categories, and joining instructions.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to find recent VRChat events, explore related groups, filter for music or virtual-streamer events, convert times to local and Beijing time, and present Chinese participation instructions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ggg123124/vrchat-assistant/events
Install

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.

Any agent
npx skills add ggg123124/vrchat-assistant --skill events
Clone the repo
git clone --depth 1 https://github.com/ggg123124/vrchat-assistant

Made for: Claude Code, Codex.

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

agentmods badge for events

README.md
[![agentmods](https://agentmods.dev/badge/skills/ggg123124/vrchat-assistant/events/github.svg)](https://agentmods.dev/skills/ggg123124/vrchat-assistant/events)
Your own site
<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.

agentmods 80×15 button for events

Your own site · 80×15
<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>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,784 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 5d ago against content hash 5be082efe3ac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 2 executable files (index.js, smoke-events.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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`
plugins/official/events/SKILL.md · 72 lines

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 管道)读取后可直接呈现,无需各自修复。

核心特性

  1. 多源采集(零外部依赖,全部 Node ≥22 内置 fetch):
    • VRC Search(全球,SSR HTML 解析,naive=UTC)
    • RLVRC(中文区,JSON API,北京时间)
    • VRCEve / VRCEvent-KR(日/韩,Google Calendar API v3,需要使用者自己的 Google API Key
  2. 群组深度挖掘:三级反查——
    • ① 短码 /groups/redirect/{sc}(302 location → gid,无需认证)
    • ② 活动名关键词 GET /groups?query=(Jaccard 相似度 > 0.45 + 质量门槛 成员≥20/非泛化短名,防误配)
    • ③ 描述里写明的借用群组/世界名/店名
    • 已有关联群组的活动:补 member_count(热度)+ icon_url
  3. 侧补充源peekGroups=true 时窥探已挖掘群组的公告(复用核心 peek_group_announcement)解析活动线索(有副作用,默认关)
  4. 音乐 ∪ VTuber 筛选focus=music音乐∪VTuber(排除 voice/language/learn/study 语音教育误报)
  5. 数据后处理标准化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 参数:

  • windowweek | month | tonight
  • focusall | music | vtuber
  • sources:逗号分隔 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)

Read the full file on GitHub · 72 lines

Files

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.

Changes

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.

  1. 5d ago Changed 5be082efe3ac
  2. 9d ago First seen · 72 lines · 44 tokens per session scan B 3af57c4c5c4f

Subscribe to this mod's changes

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.