system-control skillA
system-control is agent-read markdown (skill) from iammm0/secbot: Comprehensive system control operations for security testing. Use this skill when you need unified access to file operations, process management, system information, and command execution through a single interface during authorized penetration 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 Control Skill Guide
## Overview
This skill provides a unified interface for system operations during security assessments, combining file management, process control, system information, and command execution.
## Available Actions
### File Operations
#### list_files
List files in a directory.
```json
{
"action": "list_files",
"path": "C:\\temp",
"recursive": false
}
```
#### read_file
Read file contents.
```json
{
"action": "read_file",
"file_path": "C:\\notes\\info.txt"
}
```
#### write_file
Write content to file.
```json
{
"action": "write_file",
"file_path": "C:\\output\\findings.txt",
"content": "Security findings..."
}
```
#### create_directory
Create new directory.
```json
{
"action": "create_directory",
"dir_path": "C:\\temp\\scan_results"
}
```
#### delete_file / delete_directory
Delete files or directories.
```json
{
"action": "delete_file",
"file_path": "C:\\temp\\temp.txt"
}
```
#### copy_file / move_file
Copy or move files.
```json
{
"action": "copy_file",
"src": "C:\\source\\file.txt",
"dst": "C:\\dest\\file.txt"
}
```
#### get_file_info
Get file metadata.
```json
{
…Read the whole file at its exact version.
How to install
mdr add iammm0/secbot/system-control@v1.0.0mdr add iammm0/secbot/system-control@sha256:68afc9db067a050cPin 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.
[](https://markdownregistry.com/a/art_pywxlud4lpgimjai)
1 badge views in 30 days
Versions
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (7415 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
iammm0/secbot · 74 stars · license NOASSERTION · pushed 2026-09-23 · branch release
API
GET https://markdownregistry.com/api/v1/artifacts/art_pywxlud4lpgimjai GET https://markdownregistry.com/api/v1/resolve?ref=iammm0/secbot/system-control GET https://markdownregistry.com/api/v1/blob/68afc9db067a050c6d90cce784b1e2500d1af596e111237164dfcdc04a5b7d98
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.