c-system

c-system is a skill for Claude Code, Codex from daxaur/openpaw. It costs 35 tokens per session (455 once invoked), scanned B, original, MIT.

A macOS command-line toolkit for controlling common system settings from Terminal, such as volume, Wi‑Fi, battery, display brightness, Dock, Bluetooth, and power.

In plain words
What is it for?
It helps with checking system status, changing sound or brightness, managing networks and Bluetooth, adjusting the Dock, emptying Trash, locking the Mac, and restarting or shutting down.
Why use it?
It avoids opening separate macOS settings panels for routine checks and changes. You can use short commands for these tasks.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/daxaur/openpaw/c-system
Any agent
npx skills add daxaur/openpaw --skill c-system
Clone the repo
git clone --depth 1 https://github.com/daxaur/openpaw

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 c-system

README.md
[![agentmods](https://agentmods.dev/badge/skills/daxaur/openpaw/c-system.svg)](https://agentmods.dev/skills/daxaur/openpaw/c-system)
Your own site
<a href="https://agentmods.dev/skills/daxaur/openpaw/c-system"><img src="https://agentmods.dev/badge/skills/daxaur/openpaw/c-system.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 455 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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 $0.00035 $0.00455
Opus 5 $0.00017 $0.00228
Sonnet 5 $0.00007 $0.00091
Haiku 4.5 $0.00003 $0.00046

Measured 4d ago against content hash 68c8122de47b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade B, and why

c-system scanned grade B with 1 finding 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 4d ago.

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.

- `m` requires no auth for most commands; some need sudo - Always confirm before `m restart`, `m shutdown`, or `m trash clean`
skills/c-system/SKILL.md · 73 lines

What it actually says

System Control (m-cli)

Swiss Army Knife for macOS. Run m followed by a category:

# Volume
m volume 50          # Set volume to 50%
m volume mute        # Mute
m volume unmute      # Unmute

# WiFi
m wifi status        # Show WiFi status
m wifi scan          # Scan available networks
m wifi connect SSID PASSWORD
m wifi off           # Turn WiFi off
m wifi on            # Turn WiFi on

# Battery
m battery status     # Battery percentage and state
m battery cycle      # Battery cycle count

# Display
m display status     # Display info
m display up         # Increase brightness
m display down       # Decrease brightness

# Dock
m dock addblank      # Add blank space to dock
m dock autohide YES  # Enable auto-hide
m dock magnification YES

# Trash
m trash clean        # Empty trash
m trash status       # Show trash size

# Bluetooth
m bluetooth status
m bluetooth on
m bluetooth off

# Network
m network ls         # List network interfaces
m network location   # Show current location

# Power
m nosleep           # Prevent sleep (until Ctrl+C)
m restart           # Restart Mac
m shutdown          # Shut down Mac
m screensaver       # Start screensaver
m lock              # Lock screen

# Finder
m finder showpath YES    # Show full path in title
m finder showhidden YES  # Show hidden files

# Firewall
m firewall status
m firewall enable

Guidelines

  • m requires no auth for most commands; some need sudo
  • Always confirm before m restart, m shutdown, or m trash clean
  • Use m wifi instead of raw networksetup commands
  • Use m volume instead of osascript for volume control
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. 4d ago First seen · 73 lines · 35 tokens per session scan B 68c8122de47b

Subscribe to this mod's changes

c-system is a skill published in the GitHub repository daxaur/openpaw (167 stars, last pushed 3mo ago), licensed MIT. It adds 35 tokens to every session and 455 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). 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

heinzel-fleet-audit

Compare key policies across all servers in memory/servers/ to surface silent drift. Makes no configuration changes; writes one audit-trail line to each host's journal. Probes unattended-upgrades, sshd effective config, firewall posture, MTA, time sync, and auto-reboot behaviour. Use when the user asks to "fleet…

wintermeyer/heinzel · 112 tokens

heinzel-housekeeping

Run a heinzel housekeeping (health) inspection on a server — disk, memory, load, pending updates, firewall, SSL certs, failed systemd units, logs, kernel reboot status, and service-specific checks. Use when the user asks to "run housekeeping", "housekeeping report", "run a health check on ", or "do routine…

wintermeyer/heinzel · 124 tokens

heinzel-security

Run a heinzel security audit on a server — SSH hardening (password auth, weak algos, root login), firewall, user account hygiene, listening services, kernel hardening (ASLR, IP forwarding), file permissions, SUID/SGID audit, fail2ban. Use when the user asks for a "security audit", "security review", "hardening check"…

wintermeyer/heinzel · 137 tokens

heinzel-email

Send an email about a managed server — ad-hoc text and/or file attachments. Use when the user asks to "email me X", "send X by mail", "mail this to ", "attach /var/log/foo to an email", or "send a report by email". The first email per host asks where to send from (local workstation vs the server itself). On the remote…

wintermeyer/heinzel · 155 tokens

local-access

Skill "local-access" from claude-office-skills/claude-office-plugin, covering 本地计算机操作, 使用方式, 可用操作速查, reasoning and 常见场景.

claude-office-skills/claude-office-plugin · 32 tokens

frame-macos-notification

拟真 macOS 通知 banner + app icon + 标题正文, 适合 video overlay / 产品发布预告.

nexu-io/html-anything · 31 tokens