metabot-omni-caster

Translate user intents into on-chain MetaID protocol actions via Omni-Caster.

10|2|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/metaid-developers/IDBots --skill metabot-omni-caster
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metabot-omni-caster
Source: https://github.com/metaid-developers/IDBots/tree/main/SKILLs/metabot-omni-caster
Command: npx skills add https://github.com/metaid-developers/IDBots --skill metabot-omni-caster

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Omni-Caster provides a universal gateway to translate user intents into on-chain MetaID protocol actions, enabling seamless publishing of actions like likes, comments, group operations, and long posts when no other specialized skill is available.

Core Features & Use Cases

  • Reads and references protocol docs from the references directory to locate the correct MetaID protocol path.
  • Constructs MetaID 7-tuple payloads or encodes binary payloads for file on-chain broadcasts, and supports selecting target networks.
  • Acts as a general-purpose bridge to route user intents into on-chain actions, including posting buzz, notes, group changes, and chat operations.

Quick Start

Tell the agent to broadcast an on-chain MetaID protocol by providing a path and a payload to the Omni-Caster.

Frequently Asked Questions about metabot-omni-caster

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

FAQPage Schema
How do I broadcast on-chain MetaID protocol actions for likes and comments?

To broadcast on-chain MetaID protocol actions, you route user intents like likes and comments through the Omni-Caster gateway, which translates them into protocol-compliant payloads and publishes them to on-chain paths.

What is a MetaID 7-tuple payload and when do I need it for on-chain publishing?

A MetaID 7-tuple payload is the structured data format required for translating user intents into on-chain protocol actions. You need it when constructing broadcasts for operations such as posting buzz, notes, or group changes.

Can I use base64 file payloads to publish long-form posts on-chain?

Yes, you can use base64 file payloads to publish long-form posts on-chain. The Omni-Caster supports encoding binary payloads for file broadcasts and routing them to the correct MetaID protocol path.

How do I select target networks when broadcasting MetaID protocol pins?

You select target networks during the payload construction phase before broadcasting. The Omni-Caster gateway supports selecting target networks and uses the local RPC to broadcast pins to your chosen on-chain environment.

Does the Omni-Caster gateway require specialized skills for group management operations?

No, the Omni-Caster gateway does not require specialized skills for group management. It acts as a universal general-purpose bridge to route intents like group changes and chat operations into on-chain actions.

What are the limitations of using a universal gateway for on-chain protocol actions?

As a universal gateway, it is designed for scenarios where no other specialized skill is available. If a highly specific protocol action requires dedicated handling, a specialized skill might be more appropriate than this general-purpose bridge.