con un clic
NyaaChat-MCP
NyaaChat-MCP contiene 3 skills recopiladas de NyaaCaster, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
Rebuild the NyaaChat-MCP Docker image and restart containers. Use this whenever the project needs a Docker rebuild + restart (e.g., after Dockerfile, docker-compose.yml, or TypeScript source changes that need to be baked into the image). Runs rebuild.py — a cross-platform Python script that works on Windows, Linux, and macOS.
Create a git commit and optionally push to origin/master for the NyaaChat-MCP project. Trigger when the user explicitly asks to commit, push, "提交", "推送", or "上传到 GitHub". Follows the repo's Conventional Commits style, never auto-commits without an explicit request, and refuses destructive operations (force-push, --no-verify, --amend on pushed commits, git config changes).
Run NyaaChat-MCP verification scripts in scripts/test-tools.mjs (in-memory MCP roundtrip, no Docker / no network) or scripts/test-public.mjs (smoke test against the public deployment). Use this whenever you need to verify tool behavior after editing src/, after rebuild, or before/after committing. Also covers maintenance of these scripts when tools are added or signatures change.