system-commands

system-commands is a skill for Claude Code, Codex from iammm0/secbot. It costs 35 tokens per session (1,482 once invoked), scanned B, original, no licence file.

System-level tools for security assessment and system enumeration. Enumeration means collecting information about a computer and its running processes.

In plain words
What is it for?
Inspecting the local system, analyzing processes, and collecting system information during authorized assessments.
Why use it?
They help gather local system details needed during authorized security testing.

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/iammm0/secbot/system-commands
Any agent
npx skills add iammm0/secbot --skill system-commands
Clone the repo
git clone --depth 1 https://github.com/iammm0/secbot

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/iammm0/secbot/system-commands.svg)](https://agentmods.dev/skills/iammm0/secbot/system-commands)
Your own site
<a href="https://agentmods.dev/skills/iammm0/secbot/system-commands"><img src="https://agentmods.dev/badge/skills/iammm0/secbot/system-commands.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 1,482 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin unknown 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.01482
Opus 5 $0.00017 $0.00741
Sonnet 5 $0.00007 $0.00296
Haiku 4.5 $0.00003 $0.00148

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

Security

Grade B, and why

system-commands 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.

Reaches for credential filesmediumPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

{ "action": "execute_command", "command": "cat /etc/shadow" },

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

skills/base/system-commands/SKILL.md · 275 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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 · 275 lines · 35 tokens per session scan B c7400aa16552

Subscribe to this mod's changes

system-commands is a skill published in the GitHub repository iammm0/secbot (73 stars, last pushed yesterday), with no licence file. It adds 35 tokens to every session and 1,482 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reaches for credential files). 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

system-monitor

系统监控(CPU/内存/磁盘/网络/进程/运行时间/系统信息).

chainlesschain/chainlesschain · 26 tokens

codemark

Manage structural code bookmarks that survive refactoring. Use when the user says "remember this", "bookmark this", "save this location", "load my bookmarks", "what do I have bookmarked", "mark this code", "codemark", or when starting a new session and needing to reload context from a previous session. Also use…

DanielCardonaRojas/codemark · 97 tokens

frontmcp-setup

Use when starting, scaffolding, or organizing a FrontMCP project. Covers creating a new project (CLI scaffold or manual) for Node, Vercel, and other targets; standalone versus Nx-monorepo layout, naming conventions, generators, and dependency rules; composing multiple @App classes, ESM packages, and remote MCP servers…

agentfront/frontmcp · 176 tokens

bun-docs

Bun 1.2 — runtime, package manager, HTTP server, SQLite, test runner, bundler, TypeScript, FFI, shell API.

pledgeandgrow/pledge-skills · 36 tokens

using-mtcute

Use when working with mtcute, @mtcute/ packages, Telegram MTProto in TypeScript, TL types, Telegram API methods, or building Telegram bots/clients/userbots with mtcute. Trigger for tasks involving TelegramClient, Dispatcher, filters, raw TL API calls, mtcute storage, sessions, media/files, keyboards, parse modes, or…

will-17173/telegram-cli · 115 tokens

typescript-best-practices

Idiomatic TypeScript conventions and best practices: strict compiler settings, type-level modeling (discriminated unions, branded/nominal types, as const/satisfies, exhaustiveness), unknown over any, immutability, error handling with a Result type, null/undefined hygiene, async/promise rules, module and naming…

robconery/cassini-workshop · 168 tokens