com um clique
env-check
环境检测技能。当用户需要检查服务器环境、软件版本、系统状态时使用此技能。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
环境检测技能。当用户需要检查服务器环境、软件版本、系统状态时使用此技能。
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
项目部署技能。当用户需要部署项目、发布上线、执行部署流水线时使用此技能。
Generate a git commit with a concise Chinese commit message, stage all files (excluding binaries), commit with DeepSeek co-author, and push to origin. Use this skill whenever the user asks to commit code,提交代码,生成commit,提交并推送,commit and push, or any request involving creating a git commit.
Generate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.
博客数据查询与操作技能。覆盖博客、待办、运动、项目、读书 5 个业务域的查询、汇总和写操作。目标管理请使用 goal-management 技能。
目标管理技能。覆盖日/周/月/年 4 个层级的目标查询、任务管理和周期导航。
编码开发技能。当用户需要编写代码、创建项目、修复bug、重构、开发新功能时使用此技能。
| name | env-check |
| description | 环境检测技能。当用户需要检查服务器环境、软件版本、系统状态时使用此技能。 |
| summary | 用 Bash 检测本地或远程环境的软件版本、资源状态和进程端口 |
| tools | Bash |
| keywords | 环境,检查,env,安装,系统 |
go version 或 ssh <user>@<host> 'go version'ssh <user>@<host> 'node --version'ssh <user>@<host> 'df -h'ssh <user>@<host> 'free -h'ssh <user>@<host> 'ps aux | grep <process>'ssh <user>@<host> 'ss -tlnp | grep <port>'Bash 执行本地或远程环境检查命令ssh <user>@<host> 包装命令即可go version