sinapsi

Send and receive info, task, ack, and alert messages between D-ND TM nodes.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/GrazianoGuiducci/d-nd-seed --skill sinapsi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sinapsi
Source: https://github.com/GrazianoGuiducci/d-nd-seed/tree/main/plugins/d-nd-core/skills/sinapsi
Command: npx skills add https://github.com/GrazianoGuiducci/d-nd-seed --skill sinapsi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables seamless communication and task updates between different nodes in the D-ND network, ensuring that information flows efficiently and tasks are coordinated.

Core Features & Use Cases

  • Inter-Node Messaging: Send and receive messages of various types (info, task, ack, alert) to other nodes.
  • Status Updates: Report task progress and operational status to designated nodes.
  • Automated Triggers: Messages sent to TM3 automatically trigger the bridge to spawn a Claude Code session.
  • Use Case: A node (TM1) needs to inform another node (TM3) about a completed sub-task and request further instructions.

Quick Start

Use the sinapsi skill to send an 'info' message to 'TM3' with the content 'Task A completed successfully'.

Frequently Asked Questions about sinapsi

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

FAQPage Schema
How do I send messages between nodes in a distributed network?

To send inter-node messages, you use the messaging API to transmit info, task, ack, or alert messages to a target node like TM3, which can automatically trigger a Claude Code session.

What environment variables do I need to configure for node communication?

Node communication requires configuring environment variables for VPS IP, port, API token, and node ID to establish the connection and authorize message exchange across the network.

Can I automatically trigger a Claude Code session from another node?

Yes, sending a message to the TM3 node automatically triggers the bridge to spawn a Claude Code session, enabling downstream task execution without manual intervention.

What types of messages can I use for task synchronization across nodes?

You can use four message types for task synchronization: info for general updates, task for assignments, ack for acknowledgments, and alert for warnings, ensuring coordinated operations between nodes.

How do I report task progress to other nodes in the D-ND network?

You report task progress by sending status update messages across the D-ND network, enabling a node like TM1 to inform TM3 about completed sub-tasks and request further instructions.

Does inter-node messaging work without a VPS IP and API token?

No, inter-node messaging requires a VPS IP, port, API token, and node ID configured as environment variables to establish authenticated communication between TM nodes.