wormhole

Query remote oracle nodes via maw hey federation without moving source data.

116|56|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill wormhole-soul-brews-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wormhole
Source: https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli/tree/main/src/skills/wormhole
Command: npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill wormhole-soul-brews-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables secure, federated queries across distributed oracle nodes so users can get answers without copying or exposing underlying data, preserving data sovereignty and minimizing risk.

Core Features & Use Cases

  • Send one-shot questions to a remote oracle using maw hey and receive formatted responses while the source data remains on the remote node.
  • Support raw output for piping, deep mode for extended analysis, and status/ping commands for connectivity checks and diagnostics.
  • Enforce trust boundaries and allowlists, log all activity to ψ/memory/logs, and provide clear delivery status to avoid silent failures.
  • Use case: ask a trusted remote node for a code snippet, run a remote git query, or request a short diagnostic without giving the remote node direct access to local files.

Quick Start

Use wormhole to query a remote oracle by saying /wormhole white:white-wormhole "what oracles do you have?".

Frequently Asked Questions about wormhole

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

FAQPage Schema
How do I query remote oracles without moving source data?

Query remote oracles without moving source data by sending one-shot questions over maw hey federation to federated oracle agents, which process requests remotely and return formatted responses while keeping source data on the remote node.

What is federated query execution for remote oracle nodes?

Federated query execution sends questions to remote oracle nodes via maw hey transport, resolving targets from local contacts and enforcing trust boundaries, enabling remote diagnostics and deep analysis without exposing underlying source data.

Do I need maw hey transport on both endpoints to run remote oracle diagnostics?

Yes, running remote oracle diagnostics requires maw hey transport on both the local and remote endpoints to establish the federated connection, enforce trust boundaries, and ensure secure delivery of one-shot questions and responses.

Can I use raw output mode and deep analysis mode for federated queries?

Yes, you can use raw output mode for piping query results to other processes and deep mode for extended analysis when querying remote oracle agents, with all activity logged to ψ/memory/logs for auditability.

How do I check connectivity to a remote oracle node before sending a query?

Check connectivity to a remote oracle node by using status and ping commands supported by the federated query interface, which test maw hey transport availability and report clear delivery status to avoid silent failures.

What are the limitations of querying remote oracles without moving data?

Limitations include requiring maw hey transport on both endpoints, operating within enforced trust boundaries and allowlists, and relying on remote node processing capabilities, meaning local files remain inaccessible to the remote oracle during queries.