thanos-harness

Route all incoming messages through the Thanos orchestration system.

1|1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/Geralt1983/Thanos --skill thanos-harness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: thanos-harness
Source: https://github.com/Geralt1983/Thanos/tree/main/Tools/thanos-harness/skills/thanos-harness
Command: npx skills add https://github.com/Geralt1983/Thanos --skill thanos-harness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures that all user messages are processed through the Thanos orchestration system, preventing direct responses and enforcing a centralized routing mechanism.

Core Features & Use Cases

  • Centralized Routing: All incoming messages are directed to the thanos_route tool for processing.
  • Enforced Orchestration: Prevents the AI from answering directly, ensuring all actions go through Thanos.
  • Error Handling: Gracefully handles failures in the thanos_route tool by returning the error message.
  • Use Case: When a user sends a message in an OpenClaw environment, this Skill guarantees that the message is first sent to Thanos for intelligent routing and execution, rather than being answered immediately by the local AI.

Quick Start

Call the thanos_route tool with the user's message.

Frequently Asked Questions about thanos-harness

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

FAQPage Schema
How do I route all incoming messages through a centralized orchestration system?

Message routing through a centralized orchestration system is achieved by directing all incoming messages to the Thanos adapter framework, preventing direct AI responses and enforcing a unified command execution flow via the `thanos_route` tool.

What is centralized message orchestration and when do I need it?

Centralized message orchestration ensures all user interactions are processed by the Thanos adapter framework rather than answered directly by local AI. You need it to enforce a unified command execution flow and prevent uncontrolled direct responses.

How do I stop AI from answering directly and enforce Thanos routing?

To stop direct AI answers and enforce Thanos routing, this Skill intercepts all user messages and dispatches them through the `thanos_route` tool, ensuring the Thanos orchestration system handles processing instead of the local AI.

Do I need the thanos_route tool available to use this orchestration routing?

Yes, the `thanos_route` tool must be available and functional for message dispatch. The centralized routing mechanism depends entirely on this tool to process incoming messages through the Thanos adapter framework.

What happens if the thanos_route tool fails during message dispatch?

If the `thanos_route` tool fails during message dispatch, the error handling mechanism gracefully catches the failure and returns the error message directly, preventing silent failures in the Thanos orchestration routing flow.