Home / iammm0 / secbot · server/skills/base/system-commands/SKILL.md · GitHub

system-commands skillA

system-commands is agent-read markdown (skill) from iammm0/secbot: System-level commands for security assessment and system enumeration. Use this skill when performing local system reconnaissance, process analysis, or system information gathering during authorized security testing..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# System Commands Reference

## Overview

This skill provides comprehensive system-level commands for security assessment and enumeration.

## File Operations

### List Files
```json
{
    "action": "list_files",
    "path": "C:\\",
    "recursive": false
}
```

### Read File
```json
{
    "action": "read_file",
    "file_path": "C:\\path\\to\\file.txt",
    "encoding": "utf-8"
}
```

### Write File
```json
{
    "action": "write_file",
    "file_path": "C:\\output\\result.txt",
    "content": "file content here"
}
```

### File Info
```json
{
    "action": "get_file_info",
    "file_path": "C:\\Windows\\System32\\notepad.exe"
}
```

### Directory Operations
```json
[
    { "action": "create_directory", "dir_path": "C:\\temp\\new_folder" },
    { "action": "delete_file", "file_path": "C:\\temp\\file.txt" },
    { "action": "delete_directory", "dir_path": "C:\\temp\\folder" },
    { "action": "copy_file", "src": "C:\\source\\file.txt", "dst": "C:\\dest\\file.txt" },
    { "action": "move_file", "src": "C:\\source\\file.txt", "dst": "C:\\dest\\file.txt" }
]
```

## Process Operations

### List Processes
```json
{
    "action": "list_processes",
    "filter_name": "svchost"
}
```
…

Read the whole file at its exact version.

How to install

Latest version
mdr add iammm0/secbot/system-commands@v1.0.0
Exact content
mdr add iammm0/secbot/system-commands@sha256:c7400aa16552d663

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_abth4q6wtnlso2xx.svg)](https://markdownregistry.com/a/art_abth4q6wtnlso2xx)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.0.0 latest2026-09-23 3f08243 5,348 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (5348 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

iammm0/secbot · 74 stars · license NOASSERTION · pushed 2026-09-23 · branch release

API

GET https://markdownregistry.com/api/v1/artifacts/art_abth4q6wtnlso2xx
GET https://markdownregistry.com/api/v1/resolve?ref=iammm0/secbot/system-commands
GET https://markdownregistry.com/api/v1/blob/c7400aa16552d6634d22c047f0ae0d34b080718d0d7a8e089af8d72316f170ef

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from iammm0/secbot

AGENTS.md agents
iammm0/secbot · AGENTS.md
git:20260923.9b9efc0 · audit A · 74 stars
CLAUDE.md claude
iammm0/secbot · CLAUDE.md
git:20260923.9b9efc0 · audit A · 74 stars
command-execution skill
iammm0/secbot · server/skills/base/command-execution/SKILL.md · Security-focused command execution techniques for penetration testing. Use this skill when executing system commands…
v1.0.0 · audit A · 74 stars
nmap-usage skill
iammm0/secbot · server/skills/base/nmap-usage/SKILL.md · Professional nmap scanning techniques and optimization for penetration testing. Use this skill when you need to perform…
v1.0.0 · audit A · 74 stars
system-control skill
iammm0/secbot · server/skills/base/system-control/SKILL.md · Comprehensive system control operations for security testing. Use this skill when you need unified access to file…
v1.0.0 · audit A · 74 stars
terminal-session skill
iammm0/secbot · server/skills/base/terminal-session/SKILL.md · Persistent terminal session management for security testing. Use this skill when you need an interactive shell session…
v1.0.0 · audit A · 74 stars
execgo-agent-bridge skill
iammm0/secbot · server/skills/custom/execgo-agent-bridge/SKILL.md · Route shell, runtime.command, runtime.script, mcp.call, cli.run, or task_graph.submit work through Secbot's…
v1.0.0 · audit B · 74 stars

Every file in iammm0/secbot

Browse by kind, by grade A, or by owner.