Build, update, and troubleshoot AllayMC plugins in Java or other JVM languages. Use when creating a new AllayMC plugin, migrating an existing plugin to a new Allay API version, wiring commands/events/tasks/config, or setting up Gradle and plugin metadata (plugin.json or AllayGradle plugin block).
Build, update, and troubleshoot AllayMC plugins with a ready-to-use skill bundle. 🚀
Clone this repository into your agent's skills directory and initialize submodules:
cd <skills-dir>
git clone --recurse-submodules git@github.com:AllayMC/AllaySkill.git allaymc-plugin-dev
<skills-dir> is C:/Users/<your-username>/skills.<skills-dir> is C:/Users/<your-username>/.codex/skills/.system.If you already cloned it without submodules:
git submodule update --init --recursive
Pull the latest changes and refresh submodules:
git pull --recurse-submodules
If submodules are out of date:
git submodule update --init --recursive
Invoke the skill by name or ask for AllayMC plugin development tasks:
Examples:
SKILL.md: The skill definition and workflow guidance.references/Allay: AllayMC source and docs (submodule).references/AllayGradle: Official AllayGradle plugin source (submodule).references/JavaPluginTemplate: Official Java template (submodule).The skill reads AllayMC sources and the official Java plugin template via submodules under references/.
npx skills add aiskillstore/allaymc-plugin-dev下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer