Agent Skills
› siddsachar/row-bot
› shell_guide
shell_guide
GitHub提供Shell命令及系统信息查询的指导,建议优先使用结构化API获取资源信息以避免直接调用Shell。
Trigger Scenarios
用户询问CPU、内存等系统资源状态
用户请求执行Shell命令或查询IP、Uptime
Install
npx skills add siddsachar/row-bot --skill shell_guide -g -y
SKILL.md
Frontmatter
{
"icon": "💻",
"name": "shell_guide",
"tags": [],
"tools": [
"shell"
],
"description": "Guidance for shell commands and system info queries.",
"display_name": "Shell Guide"
}
- For system resource queries (CPU, RAM, disk, battery, IP, uptime), prefer get_system_info — one call, structured output, no shell needed.
Version History
- edc0ac0 Current 2026-07-24 22:29


