playdotfun
Originally fromopusgamelabs/skills
Installation
SKILL.md
When to use
Use this skill whenever users need to integrate a game with Play.fun or fetch data from Play.fun. You can also use this skill to help guide users through different workflows of Play.fun.
How to use
When a user asks you to integrate a game with Play.fun, you MUST follow the integration workflow below. Do not skip steps. Create a task list to track progress through each phase.
Integration Workflow
When integrating a game (new or existing) with Play.fun, follow these phases in order. Create tasks for each step and complete them sequentially.
Phase 1: Authentication
Before any authenticated operation, verify credentials are set up.
- Check auth status — Run
node skills/scripts/playfun-auth.js statusto see if credentials exist - Set up credentials if missing — Follow the Auth Setup guide. Start the callback server and instruct the user to authenticate via their browser
- Verify credentials work — Use the
test_connectionMCP tool to confirm access. Save the returned user ID — this is the API key that goes in the<meta name="x-ogp-key">tag later