target-profiling

Gather a remote host system profile via SSH into Markdown.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/robit-man/transcribe-cli --skill target-profiling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: target-profiling
Source: https://github.com/robit-man/transcribe-cli/tree/main/.claude/skills/target-profiling
Command: npx skills add https://github.com/robit-man/transcribe-cli --skill target-profiling

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of gathering essential information about a remote system, creating a comprehensive baseline profile for forensic analysis.

Core Features & Use Cases

  • System Discovery: Collects OS details, running services, user accounts, and network configurations.
  • Security Tooling Identification: Detects common security software and firewall configurations.
  • Use Case: Before investigating a compromised server, use this skill to quickly generate a detailed profile of its current state, including OS version, active processes, and network connections.

Quick Start

Profile the target system at [email protected].

Frequently Asked Questions about target-profiling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I gather system information from a remote host via SSH for forensic analysis?

To gather system information from a remote host via SSH, you need an automated reconnaissance tool that collects OS identity, running services, user accounts, and network baselines into a structured Markdown profile for forensic analysis.

What details are included in a remote system profile for security reconnaissance?

A remote system profile for security reconnaissance includes OS details, running services, local user accounts, network configurations, and detected security tooling such as firewall configurations.

Can I generate a baseline profile of a compromised server using an SSH connection string?

Yes, you can generate a baseline profile of a compromised server by parsing an SSH connection string like user@host to automatically connect and extract the current system state into a structured document.

Does remote system profiling detect installed security software and firewall configurations?

Yes, remote system profiling detects common security software and firewall configurations on the target machine, helping you understand the existing defensive posture during a forensic investigation.

How do I save remote host reconnaissance results for incident response?

To save remote host reconnaissance results for incident response, the profiling process writes a structured Markdown profile to a designated output location, documenting the system baseline for later review.