用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/thejaustin/ShizukuPlus --skill mcp-setup命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Guidelines and instructions for developing, testing, and troubleshooting ShizukuPlus (an enhanced Shizuku manager with OneUI 8+ fixes, Dhizuku mode, and Plus APIs).
Shizuku+ codebase integrity checks. Use before pushing or committing to ensure no common build-breaking issues (CMake versions, missing imports, Java/Kotlin interop) exist.
Automates running Android Lint and repairing errors/warnings in the codebase.
基于 SOC 职业分类
正在显示 SKILL.md
| name | mcp-setup |
| description | Spawns and configures Model Context Protocol (MCP) integrations for ShizukuPlus. |
| license | Complete terms in LICENSE |
| metadata | {"author":"Google LLC","keywords":["mcp","setup","integration"]} |
This skill ensures standard MCP servers are available for context augmentation.
Initialize Global Config:
Antigravity uses a standard mcp.json or runs them directly via npx.
To immediately spawn the Google Developer documentation or GitHub MCP inside your shell context during a task, invoke them via the run_command tool in the background:
npx -y @modelcontextprotocol/server-github
Persistent Setup: If the user has a central configuration file (e.g. Claude Desktop or similar client), append the following:
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"]
},
"google-maps": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-google-maps"]
}
}
}