metabot-omni-reader

Fetch live MetaID user profiles, Buzz posts, PIN lists, and file metadata via documented curl-based APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Fetch live on-chain data about MetaID users and content from documented APIs, consolidating fragmented sources into concise, accurate responses.

Core Features & Use Cases

  • Read real-time on-chain data for users, posts (Buzz), pins, and file metadata via reference-doc-driven REST APIs.
  • Operate without custom scripts by delegating API calls to curl, guided by the references for inputs and response interpretation.
  • Use cases include retrieving a user's profile, latest buzz, a specific PIN, or a file's versioned metadata to answer questions.

Quick Start

Query the required on-chain data by curling the appropriate API as documented in references to obtain a JSON payload and then present a natural-language answer.

Frequently Asked Questions about metabot-omni-reader

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

FAQPage Schema
How do I retrieve on-chain data for a specific MetaID user profile?▼

To retrieve on-chain data for a MetaID user profile, query the documented REST APIs using curl, which fetches live user identities and activities directly from the blockchain to provide a JSON payload.

Can I fetch MetaID social posts and PIN lists using curl?▼

Yes, you can fetch MetaID social posts and PIN lists using curl by calling the documented REST APIs, returning live on-chain data for user activities and content without needing custom scripts.

What is the best way to get file metadata across the MetaID ecosystem?▼

The best way to get file metadata across the MetaID ecosystem is using curl to call the documented APIs, retrieving versioned file information and content assets directly from the on-chain data sources.

Do I need custom scripts to read real-time on-chain data from MetaID?▼

No, you do not need custom scripts to read real-time on-chain data from MetaID, because the system delegates API calls entirely to curl guided by reference documentation for inputs and response interpretation.

How does querying MetaID on-chain data work without unsupported scripts?▼

Querying MetaID on-chain data works by executing curl-based API calls strictly defined in references, ensuring you adhere to documented inputs and outputs while avoiding unsupported scripts to fetch accurate JSON payloads.