deepin-sysassist

deepin-sysassist is a skill for Claude Code, Codex from AI-Shell-Team/aish. It costs 38 tokens per session (5,099 once invoked), scanned C, original, Apache-2.0.

A Linux system support toolkit for monitoring computers, checking their condition, analysing logs, and managing configuration baselines. It is intended to work across several Linux distributions.

In plain words
What is it for?
Use it to monitor CPU, memory, disks, networks, and processes; inspect hardware and security settings; analyse process or network logs; and back up or compare configuration baselines.
Why use it?
It brings common system checks and troubleshooting tasks into one toolkit, helping locate resource problems, unusual activity, and configuration differences.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions Claude Code.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/root/.config/aish/skills/deepin-sysassist/scripts/monitor.sh.

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for deepin-sysassist

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai-shell-team/aish/deepin-sysassist.svg)](https://agentmods.dev/skills/ai-shell-team/aish/deepin-sysassist)
Your own site
<a href="https://agentmods.dev/skills/ai-shell-team/aish/deepin-sysassist"><img src="https://agentmods.dev/badge/skills/ai-shell-team/aish/deepin-sysassist.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,099 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.05099
Opus 5 $0.00019 $0.02550
Sonnet 5 $0.00008 $0.01020
Haiku 4.5 $0.00004 $0.00510

Measured 6d ago against content hash 1e3f056d1347, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade C, and why

deepin-sysassist scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (scripts/baselineconfig.sh, scripts/monitor.sh, scripts/nanalysis.sh, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- /etc/sudoers (sudo 权限)

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

ls -l ~/.claude/skills/deepin-sysassist/scripts/monitor.sh
skills/deepin-sysassist/SKILL.md · 745 lines

How it starts

The opening of the file, as written. The whole thing — 745 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Deepin SysAssist - 深度系统辅助工具集

📋 功能概述

模拟深度(Deepin)系统辅助工具的核心功能,提供完整的系统监控、体检、日志分析和基线配置管理能力。兼容多种 Linux 发行版。

核心工具模块:

  • monitor - 系统实时监控(CPU、内存、磁盘、网络、进程)
  • syscheck - 系统全面体检(硬件、软件、配置、安全)
  • panalysis - 进程日志分析(异常检测、资源占用、故障定位)
  • nanalysis - 网络日志分析(连接追踪、流量统计、异常检测)
  • baselineconfig - 基线配置管理(配置备份、对比、合规检查)

🎯 使用场景

场景1:实时系统监控

用户: 启动系统监控
助手: 正在启动 deepin-sysassist monitor...
      [实时显示 CPU、内存、磁盘、网络状态]
      [异常告警]

场景2:全面系统体检

用户: 做个系统体检
助手: 执行 syscheck 全面检查...
      [硬件检测]
      [软件状态]
      [安全审计]
      [性能评估]
      [生成体检报告]

场景3:日志分析

用户: 分析最近的进程异常
助手: 执行 panalysis 进程日志分析...
      [检测到 3 个异常进程]
      [CPU 飙升事件: nginx worker]
      [OOM 事件: java]

🛠️ 工具详解

1. monitor - 系统监控

功能:实时监控系统关键指标

监控项

  • 📊 CPU 监控

    • 使用率(user/system/iowait/idle)
    • 每核心使用率
    • 负载平均值(1/5/15分钟)
    • TOP 进程
  • 💾 内存监控

    • 物理内存使用率
    • Swap 使用率
    • 缓存/缓冲区
    • 内存大户进程
  • 💿 磁盘监控

    • 磁盘空间使用率
    • Inode 使用率
    • I/O 统计(读写速度、IOPS)
    • 磁盘健康状态(SMART)
  • 🌐 网络监控

    • 网络流量(入站/出站)
    • 连接数统计(TCP/UDP)
    • 网络错误率
    • TOP 网络进程
  • 🔄 进程监控

    • 进程数统计
    • 僵尸进程
    • 线程数
    • 文件描述符使用

告警规则

  • CPU 使用率 > 90% (持续 2 分钟)
  • 内存可用 < 10%
  • 磁盘使用率 > 90%
  • Swap 使用 > 50%
  • 网络丢包率 > 1%

使用方式

# 实时监控(前台运行)
monitor

# 后台服务模式(推荐)
systemctl start deepin-sysassist-monitor

# 查看监控状态
systemctl status deepin-sysassist-monitor

# 查看监控日志
journalctl -u deepin-sysassist-monitor -f

输出格式

  • 终端实时刷新(类似 htop)
  • JSON 格式(用于集成)
  • 告警日志(syslog)

2. syscheck - 系统体检

功能:全面的系统健康检查

体检模块

2.1 硬件检查
  • CPU 温度、频率
  • 内存错误(ECC)
  • 磁盘健康(SMART 状态)
  • 硬件错误日志(dmesg)
  • BIOS/UEFI 版本
  • PCI 设备状态
2.2 软件检查
  • 系统版本和补丁级别
  • 关键服务状态
  • 软件包完整性
  • 依赖关系检查
  • 可用更新统计
2.3 配置检查
  • 内核参数(sysctl)
  • 系统限制(ulimit)
  • 网络配置
  • 防火墙规则
  • SELinux/AppArmor 状态
2.4 安全检查
  • 用户权限审计
  • SUID/SGID 文件
  • 开放端口扫描
  • 弱密码检测
  • 安全补丁状态
  • 审计日志完整性
2.5 性能检查
  • 系统负载趋势
  • 资源瓶颈识别
  • I/O 性能测试
  • 网络延迟测试

使用方式

# 完整体检
syscheck

# 快速体检(跳过性能测试)
syscheck --quick

# 仅硬件检查
syscheck --hardware

# 仅安全检查
syscheck --security

# 生成 HTML 报告
syscheck --output-html

Read the full file on GitHub · 745 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 745 lines · 38 tokens per session scan C 1e3f056d1347

Subscribe to this mod's changes

deepin-sysassist is a skill published in the GitHub repository AI-Shell-Team/aish (528 stars, last pushed yesterday), licensed Apache-2.0. It adds 38 tokens to every session and 5,099 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (asks for root, enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

completion-script-generator

Generates shell completion scripts for CLI tools. Parses command structure from help output, commander/yargs configs, or manual specification. Produces completions for bash, zsh, and fish that follow each shell's conventions.

curiositech/windags-skills · 50 tokens

taskgo

Maintains a private Git-backed personal project and task control repository using concise current Markdown, derived Git history, ADRs, and status synchronization. Use when tracking tasks, updating project status (STATUS.md), managing ADRs, synchronizing tracker state, delegating tasks to external agents, or generating…

ithinkihaveacat/dotfiles · 73 tokens

wear-widget

Workflows, checklists, and scripts for reverse-engineering, analyzing, and extracting Wear OS and Android widgets (Glance, AppWidget, ProtoLayout Tiles). Covers manifest declarations, XML configurations, preview asset extraction, and AVD rendering. Use when analyzing APK widget features, extracting widget…

ithinkihaveacat/dotfiles · 81 tokens

jetpack

Looks up AndroidX and Jetpack library facts that change between releases: current artifact versions (ALPHA, BETA, RC, STABLE, SNAPSHOT, build IDs), Maven coordinates for classes/packages, direct dependencies, and published source code. Use when looking up AndroidX/Jetpack library versions, finding Maven coordinates…

ithinkihaveacat/dotfiles · 98 tokens

emumanager

Manages Android SDKs, system images, emulators, and Android Virtual Devices (AVDs). Provides workflows for bootstrapping the SDK, downloading images, and creating, starting, or stopping AVDs across mobile, Wear OS, TV, and Automotive form factors. Use when setting up Android SDK tools, launching or debugging…

ithinkihaveacat/dotfiles · 84 tokens

agent-review

Conducts independent, read-only code reviews of branches, diffs, commits, working trees, or pull requests using external CLI agents (Codex, Claude, agy) or a synthesized review workflow. Focuses strictly on actionable defects and evidence-based findings. Use when reviewing code changes, requesting a second opinion on…

ithinkihaveacat/dotfiles · 91 tokens