radar

Poll TASKS.md queues and route messages via Telegram and Google Tasks.

2|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/NukaSoft/nukasoft.ai --skill radar-nukasoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: radar
Source: https://github.com/NukaSoft/nukasoft.ai/tree/main/_skills/radar
Command: npx skills add https://github.com/NukaSoft/nukasoft.ai --skill radar-nukasoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Radar provides a centralized delivery layer for multi-agent systems, enabling reliable routing of messages and tasks across agents, with queue polling, multi-channel delivery, and audit trails.

Core Features & Use Cases

  • Task queue polling: Monitors TASKS.md for [Radar] assignments every 5 minutes
  • Multi-channel delivery: Telegram alerts and Google Tasks for actionable items
  • Dead-letter queue: Preserves failed deliveries for later recovery
  • Activity logging: Timestamped logs of every delivery action
  • Cross-skill integration: Any agent can drop a message for Radar to deliver

Quick Start

Drop a task in TASKS.md like [Radar] Deliver doc: <path> to route a document through Telegram or Google Tasks.

Frequently Asked Questions about radar

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

FAQPage Schema
How do I route outbound messages from multiple agents to Telegram and Google Tasks?

You can route outbound messages by dropping assignments into a shared TASKS.md queue. The system polls this file every 5 minutes to deliver messages via Telegram and Google Tasks.

What is the best way to add audit logging and a dead-letter queue to a multi-agent task queue?

Implementing a centralized delivery layer provides audit logging and a dead-letter queue for a multi-agent task queue. It logs timestamped records of every action and preserves failed deliveries for later recovery.

How do I enable cross-skill message delivery for my agents?

Cross-skill message delivery is enabled through a shared TASKS.md queue. Any agent in the system can drop a formatted message into this file, and the polling layer will route it to the correct channel.

Can I use a shared task queue file to trigger Telegram alerts for actionable items?

Yes, you can trigger Telegram alerts by adding formatted assignments like [Radar] Deliver doc: <path> to the TASKS.md file. The queue parser detects these entries and routes them for multi-channel delivery.

What happens to failed deliveries in a multi-channel messaging system?

Failed deliveries in this multi-channel messaging system are moved to a dead-letter queue. This mechanism preserves the failed tasks so you can attempt recovery and rerouting later.