metafs-indexer

Query user profiles and file metadata via a centralized MetaFS indexer API.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/metaid-developers/metaapp-skills --skill metafs-indexer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: metafs-indexer
Source: https://github.com/metaid-developers/metaapp-skills/tree/main/metafs-indexer
Command: npx skills add https://github.com/metaid-developers/metaapp-skills --skill metafs-indexer

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

该 Skill 提供对 MetaFS 索引器的可靠查询能力,允许在一个统一端点根据地址、metaid 或 globalMetaID 获取用户信息,并可根据 pinId 快速获取文件元数据与内容,简化数据检索与用户画像展示的工作流程。

Core Features & Use Cases

  • User lookup: 基于 address、metaid 或 globalMetaID 快速获取用户信息及头像数据,便于在应用中构建用户画像。
  • File metadata retrieval: 根据 pinId 获取文件的元数据,支持快速展示文件信息与下载链接。
  • Use Case: 在元数据驱动的应用中,结合前端组件渲染用户头像和文件信息,实现一站式用户与文件查询。

Quick Start

使用 query_indexer.py 通过地址、metaid 或 globalMetaID 查询用户信息,或通过 pinid 查询文件信息。

Frequently Asked Questions about metafs-indexer

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

FAQPage Schema
How do I query user information using a metaid or globalMetaID?

You can query user information by running the query_indexer.py Python script, which retrieves user profiles and avatar data through the MetaFS indexer using a metaid, globalMetaID, or address.

How do I retrieve file metadata and content using a pinId?

To retrieve file metadata and content using a pinId, execute the query_indexer.py script to fetch the data from the centralized MetaFS indexer endpoint.

Can I use Python to fetch user profiles and file metadata in one place?

Yes, you can implement a lightweight Python script to perform lookups via the provided API, fetching both user profiles by address and file metadata by pinId in one place.

What is the best way to get user avatar data from a blockchain address?

The best way to get user avatar data from a blockchain address is querying the MetaFS indexer, which allows you to quickly retrieve user info and avatar data for application rendering.

Does the MetaFS indexer support fetching file download links via API?

Yes, the MetaFS indexer API supports fetching file metadata by pinId, which includes file information and supports generating quick download links for display.