with one click
system-info
系统信息查询技能。用于获取电脑硬件信息、系统状态、进程列表、磁盘空间等。当用户询问电脑配置、系统状态或性能信息时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
系统信息查询技能。用于获取电脑硬件信息、系统状态、进程列表、磁盘空间等。当用户询问电脑配置、系统状态或性能信息时使用。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | system-info |
| description | 系统信息查询技能。用于获取电脑硬件信息、系统状态、进程列表、磁盘空间等。当用户询问电脑配置、系统状态或性能信息时使用。 |
| version | 1.0.0 |
| author | Naga Team |
| tags | ["system","hardware","status"] |
| enabled | true |
本技能提供系统信息查询和状态监控能力。
# 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个
Naga 自身配置管理技能。用于查看和修改 Naga 系统设置、添加 MCP 工具服务、导入自定义技能、搜索可用 MCP 工具。当用户要求修改设置、添加工具或技能时使用此技能。
Extract text and tables from .docx and .xlsx using local scripts (no external deps).
角色自带的 Live2D 表情控制规则。只允许通过 live2d 工具调用切换表情,不要在正文里输出情绪控制标记。
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Naga 自身控制能力。暂停/恢复语音和Live2D、切换模型/角色、管理会话/技能、控制音乐播放、启停旅行等。当用户要求控制自身功能时使用。
问题解决技能。针对用户描述的具体问题,提供分步骤的解决方案。适用于技术问题、日常疑难、学习困惑等场景。