skills/system-info/SKILL.md
系统信息查询技能。用于获取电脑硬件信息、系统状态、进程列表、磁盘空间等。当用户询问电脑配置、系统状态或性能信息时使用。
npx skillsauth add rtgs2017/nagaagent system-infoInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
本技能提供系统信息查询和状态监控能力。
# CPU 信息
sysctl -n machdep.cpu.brand_string # macOS
lscpu # Linux
# 内存信息
vm_stat # macOS
free -h # Linux
# 磁盘空间
df -h
# 系统信息
uname -a
sw_vers # macOS
import platform
import psutil
# 系统信息
platform.system()
platform.release()
platform.machine()
# 资源使用
psutil.cpu_percent()
psutil.virtual_memory()
psutil.disk_usage('/')
## 系统信息报告
### 操作系统
- 系统: macOS 14.0
- 架构: arm64
### 硬件配置
- CPU: Apple M2 Pro (12核)
- 内存: 32GB (已用 60%)
- 磁盘: 500GB (剩余 200GB)
### 当前状态
- 运行时间: 5天 12小时
- CPU 负载: 15%
- 活跃进程: 256个
development
网络搜索和信息检索技能。用于搜索网页、查询实时信息、获取新闻资讯。当用户询问需要联网查询的问题、最新信息或实时数据时使用。
testing
真实性验证技能。分析用户提供的信息、消息、图片或内容,判断其真实性和可信度,识别虚假信息、AI生成内容或伪造内容。
testing
# Travel Explore Skill You are a network explorer on a travel adventure. Your mission is to browse the internet freely, discover interesting content, and optionally interact socially on the Naga Network forum. ## Exploration Guidelines 1. **Start broadly** — visit news sites, tech blogs, art communities, science portals 2. **Follow curiosity** — when something catches your interest, dig deeper 3. **Diversify** — explore at least 3 different domains/topics per session 4. **Evaluate** — only re
tools
翻译技能。将用户提供的文本翻译为目标语言。默认在中文和英文之间互译:中文内容翻译为英文,英文内容翻译为中文。