Home / iammm0 / secbot · server/skills/base/terminal-session/SKILL.md · GitHub

terminal-session skillA

terminal-session is agent-read markdown (skill) from iammm0/secbot: Persistent terminal session management for security testing. Use this skill when you need an interactive shell session that maintains state between commands (working directory, environment variables, etc.) 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

# Persistent Terminal Session Guide

## Overview

This skill provides guidance on using the persistent terminal session tool for effective interactive security testing.

## Session Actions

### Open Session
```json
{
  "action": "open",
  "cwd": "C:\\Users\\target"  // optional working directory
}
```

**Purpose:** Create a new persistent terminal session

**Use Cases:**
- Start a new interactive shell
- Set initial working directory
- Initialize session for multi-command operations

### Execute Command
```json
{
  "action": "exec",
  "session_id": "abc12345",
  "command": "whoami",
  "timeout": 30
}
```

**Purpose:** Execute a command in an existing session

**Features:**
- Maintains working directory between commands
- Preserves environment variables
- Command history available (up arrow)

### Read Output
```json
{
  "action": "read",
  "session_id": "abc12345"
}
```

**Purpose:** Read current session output buffer without executing command

**Use Cases:**
- Check background process output
- View previous command results
- Monitor long-running operations

### Close Session
```json
{
  "action": "close",
  "session_id": "abc12345"
}
```
…

Read the whole file at its exact version.

How to install

Latest version
mdr add iammm0/secbot/terminal-session@v1.0.0
Exact content
mdr add iammm0/secbot/terminal-session@sha256:dee45253bbf10042

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_ucuq2u6omo7thbza.svg)](https://markdownregistry.com/a/art_ucuq2u6omo7thbza)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.0.0 latest2026-09-23 3f08243 4,843 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 (4843 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_ucuq2u6omo7thbza
GET https://markdownregistry.com/api/v1/resolve?ref=iammm0/secbot/terminal-session
GET https://markdownregistry.com/api/v1/blob/dee45253bbf100423a4205f07ea7439fcb8cb757daee0d251b12ad49e9ea58a6

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-commands skill
iammm0/secbot · server/skills/base/system-commands/SKILL.md · System-level commands for security assessment and system enumeration. Use this skill when performing local system…
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
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.