Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

NyaaChat

NyaaChat 收录了来自 NyaaCaster 的 5 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
5
Stars
13
更新
2026-07-19
Forks
4
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

rebuild
网络与计算机系统管理员

Rebuild the NyaaChat Docker image and restart containers. Use this whenever the project needs a Docker rebuild + restart (e.g., after Dockerfile, nginx.conf, docker-compose.yml, extension registry, or built frontend asset changes). Runs rebuild.py — a cross-platform Python script that works on Windows, Linux, and macOS.

2026-07-19
update-comfyui-workflow-info
软件开发工程师

Update NyaaChat/public/comfyui/ComfyUI-workflow-info.md when ComfyUI models or workflows change. Cross-references download history, providers.ts workflow registry, and non-API workflow JSON files to produce accurate model download entries with correct URLs.

2026-07-08
commit-push
软件开发工程师

Create a git commit and optionally push to origin/master for the NyaaChat workspace — this covers three independent repos that share this working tree: the main NyaaChat repo, and the two private sub-service repos nyaachat-knowledge/ and shared-server/. Trigger when the user explicitly asks to commit, push, "提交", "推送", or "上传到 GitHub". Always identify which of the three repos the changes belong to first. Follows 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).

2026-07-06
rebuild-knowledge
网络与计算机系统管理员

Rebuild the NyaaChat knowledge base backend Docker image and restart its container, independently of the frontend and shared-server. Use whenever knowledge backend code, its Dockerfile, or docker-compose.knowledge.yml changes. Runs rebuild-knowledge.py — a cross-platform Python script that works on Windows, Linux, and macOS.

2026-07-04
rebuild-shared
网络与计算机系统管理员

Rebuild the NyaaChat shared-character backend (nyaachat-shared, port 5107) Docker image and restart its container, independently of the frontend. Use whenever shared-server code, its Dockerfile, or docker-compose.shared.yml changes. Runs rebuild-shared.py — a cross-platform Python script that works on Windows, Linux, and macOS.

2026-07-03