self-relay-hyperlane-message
Installation
SKILL.md
Self-Relay Hyperlane Message
Manually deliver a Hyperlane message using the CLI's status --relay command.
Input Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
origin_chain |
No | Derived from Explorer API | Name of the origin chain (auto-derived if not provided) |
dispatch_tx |
No* | - | Transaction hash of the dispatch (when message was sent) |
message_id |
No* | - | The Hyperlane message ID (alternative to dispatch_tx) |
registry_path |
No | CLI default | Path to a local registry (overridden if private_rpcs is true) |
key |
No | $(HYPERLANE_MONOREPO=$(git rev-parse --show-toplevel) hypkey) |
Private key for signing the relay transaction |
private_rpcs |
No | true |
If true, use private RPCs via local http-registry |
* Either dispatch_tx OR message_id must be provided, but not both.