A repository instruction guide for a Node.js service that monitors VRChat friends’ online activity and stores related history. VRChat is a social virtual-world platform, and VRCX is a separate tool whose local database can contain older friend and activity records.
A template for building a coding-agent plugin that exposes tools through the plugin system. It includes a test tool and rules for accessing core services, other tools, and plugin-owned data.
An HTTP access-control add-on for protecting a VRChat assistant service exposed on a local network, the public internet, Docker, or behind a reverse proxy. It accepts Bearer tokens, API keys, or URL tokens.
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.
Use when the user asks to search/query BOOTH (booth.pm) items, show BOOTH item rankings, or display BOOTH products with covers, CNY prices, and popularity. Covers search, detail fetch, cover images, Japanese-to-Chinese naming, and the fixed display format.
A review workflow for GitHub pull requests and issues, including judging whether changes can be merged or an issue can be closed. It requires read-only review, REST API access, and testing changes in practice.
Use for VRChat friend queries (online status, who played with whom, activity timelines, online patterns) and VRChat social actions (boop, invite, join world, friend management, group operations, image uploads) via the vrc-monitor MCP server on port 8799.
Use when developing new features or fixing bugs in the vrchat-assistant repo: add an MCP tool, modify existing behavior, or submit a PR. Loads the authoritative DEVELOPMENT.md before any code change.