
Grid Search
- 3 repo stars
- Updated June 19, 2026
- The-Grid-Data/workspace-public
grid-search is an agent skill that queries The Grid Web3 knowledge graph for profiles, products, assets, and contracts via GraphQL or natural language.
About
grid-search is an agent skill for querying The Grid’s Web3 knowledge graph so developers can research protocols, products, on-chain assets, and smart contracts across more than one hundred networks without building a custom data pipeline first. It supports GraphQL-oriented queries and natural-language discovery, which makes it useful during Idea when you are mapping competitors and infrastructure choices, during Validate when you need evidence for integration scope, and during Build when you wire agent tools that must resolve canonical entity metadata. Because the catalog description states that no API key is required for entry-level use, it lowers friction for quick due diligence—though you should still read The Grid’s terms and rate limits on their site. Treat results as research signals, not legal or investment advice. Pair findings with your own contract audits and security review before Ship.
- Queries The Grid knowledge graph across 100+ chains
- Supports GraphQL and natural-language style search flows
- Covers profiles, products, assets, and smart contracts
- No API key required for baseline usage per skill description
- Oriented to AI agents via The Grid MCP ecosystem (homepage thegrid.id/mcp)
Grid Search by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add The-Grid-Data/workspace-public/plugin install grid-search@the-gridAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 3 |
|---|---|
| Last updated | June 19, 2026 |
| Repository | The-Grid-Data/workspace-public ↗ |
What it does
Install grid-search when you need fast answers from The Grid’s Web3 knowledge graph—protocols, products, contracts, and profiles—without standing up your own chain indexers.
Who is it for?
Best when you need cross-chain discovery during early research and scoping.
Skip if: Skip if you need private custodial data, guaranteed real-time mempool feeds, or pure off-chain SaaS markets with no blockchain facet.
When should I use this skill?
You need Web3 profiles, products, assets, or smart-contract intelligence from The Grid via GraphQL or natural-language queries.
What you get
Your agent returns structured Grid graph results—entities, products, assets, or contracts—you can cite in specs, integration designs, or competitive notes.
- GraphQL query snippets or NL search results formatted for specs
- Entity and contract reference lists for validation docs
- Integration notes linking Grid IDs to your app configuration
By the numbers
- 100+ chains covered in catalog description
- Skill package version 1.1.0
Files
Query The Grid's Web3 knowledge graph — search profiles, products, assets, and smart contracts across 100+ chains via GraphQL or natural language. No API key required.
grid-search
Source: ./grid-search
{ "name": "grid-search", "tags": [ "web3", "blockchain", "graphql", "data", "ai-agent" ], "source": "./grid-search", "version": "1.1.0", "category": "database", "homepage": "https://thegrid.id/mcp", "description": "Query The Grid's Web3 knowledge graph — search profiles, products, assets, and smart contracts across 100+ chains via GraphQL or natural language. No API key required." }
Related skills
How it compares
Use this research skill for curated Web3 knowledge-graph lookups instead of treating a generic web search as your protocol directory.
FAQ
Who is grid-search for?
Developers and AI-agent developers who research Web3 protocols, products, and contracts and want The Grid graph queryable from Claude Code, Cursor, or similar agents.
When should I use grid-search?
During Idea for landscape and competitor research, during Validate to sanity-check integration targets, and during Build when your agent needs entity IDs or contract metadata while coding Web3 features.
Is grid-search safe to install?
It performs network queries to The Grid services; review the Security Audits panel on this Prism page and The Grid’s documentation before sending sensitive strategy or wallet details in prompts.