Discord REST
SkillCommunicationPrefer the shared Discord REST client for Discord API operations from the main process, API controllers, jobs, or utilities. Use when fetching or mutating Discord resources without an existing NypsiClient instance.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Discord REST skill
What this skill tells your AI
The instructions your AI receives, as published by mxz7/nypsi in .agents/skills/discord-rest/SKILL.md and read by ahel’s review.
Use getRest() from src/utils/rest.ts with Routes from discord-api-types/v10 for Discord API reads and writes from the main process.
Prefer REST over ClusterManager.broadcastEval. Use broadcast evaluation only when the operation genuinely depends on gateway-only or process-local client state that Discord's REST API cannot provide.
Signals
- GitHub stars
- 69
- Forks
- 31
- Last commit
- Sep 2026
ahel review
S4info
community integration — published by mxz7, not discord
Automated review, not a security audit. Ruleset v1.
Advanced
- Catalog kind
- skill
- Gateway key
discord-rest- Source
- github.com/mxz7/nypsi