Agent Skills
› siddsachar/row-bot
› shell_guide
shell_guide
GitHub提供 Shell 命令及系统信息查询指导,建议优先使用 get_system_info 获取结构化数据。
Trigger Scenarios
用户询问 CPU、内存、磁盘等系统资源状态
需要查询 IP 地址或系统运行时间
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


