thor-skills

Route user requests to the appropriate THOR sub-skill for execution.

12|2|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/Nextron-Labs/thor-skill --skill thor-skills
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: thor-skills
Source: https://github.com/Nextron-Labs/thor-skill/tree/main
Command: npx skills add https://github.com/Nextron-Labs/thor-skill --skill thor-skills

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes THOR's diverse capabilities behind a single entry point and directs requests to the appropriate sub-skill (thor-scan, thor-log-analysis, thor-troubleshooting, thor-maintenance, thor-lens, thor-plugins, custom-signatures), enabling consistent behavior and governance across the toolkit.

Core Features & Use Cases

  • Provides a unified router for THOR workflows, including scanning, log analysis, troubleshooting, maintenance, Lens workflows, plugin development, and custom signatures.
  • Enforces a few global rules to reduce guesswork and promote reproducible commands, explicit paths, and safe operation across different environments.
  • Use cases range from initiating a THOR scan, interpreting results, diagnosing failures, upgrading or updating components, to exploring forensic timelines with Lens or building plugins.

Quick Start

Identify the desired THOR sub-skill (for example, "thor-scan" to run a scan) and begin the corresponding workflow.

Frequently Asked Questions about thor-skills

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

FAQPage Schema
How do I route THOR scan and log analysis workflows to the correct sub-skill?

To route THOR workflows, this skill acts as a unified entry point that directs requests to the appropriate sub-skill, such as thor-scan or thor-log-analysis, applying global rules for consistent behavior across the toolkit.

What is the best way to manage THOR troubleshooting and maintenance tasks?

The best way to manage THOR troubleshooting and maintenance is through centralized routing, which enforces global guidelines and delegates tasks to thor-troubleshooting or thor-maintenance for safe, reproducible execution.

Can I use THOR Lens for forensic timeline investigations and custom signatures?

Yes, you can use THOR Lens for forensic timeline investigations and custom signatures by routing your request to the matching sub-skills, ensuring compatibility checks and input validation before execution.

Does the THOR workflow router support plugin development?

Yes, the THOR workflow router supports plugin development by identifying the desired sub-skill and delegating the request to thor-plugins, enforcing explicit paths and safe operation across different environments.

Why does my THOR scan fail input validation during workflow routing?

THOR scans fail input validation during workflow routing when requests do not meet enforced global rules, which require compatibility checks and explicit paths to promote safe operation and reproducible commands.