[rootdata-crypto-plugin] rootdata-crypto-plugin v1.0.0#423
[rootdata-crypto-plugin] rootdata-crypto-plugin v1.0.0#423
Conversation
|
[rootdata-crypto-plugin] rootdata-crypto-plugin v1.0.0 |
Strategy Review: rootdata-crypto-pluginPR: #423 [rootdata-crypto-plugin] rootdata-crypto-plugin v1.0.0
Errors (must fix)
Warnings
Fix guidanceFix 1 — add # rootdata-crypto-plugin
## Overview
RootData OKX Edition — a read-only Web3 data lookup skill covering crypto projects,
investors, funding rounds, trending projects, and personnel job changes.
Core operations:
- Search projects, VCs, and people by keyword
- Look up project details, investors, funding history
- Track trending projects (1-day / 7-day windows)
- Monitor crypto industry hires and departures
Tags: `crypto` `web3` `research` `funding` `rootdata`
## Prerequisites
- No IP/region restrictions (public data API)
- `OKX_ROOTDATA_SKILL_KEY` environment variable (auto-provisioned via /init on first run)
- Internet access to api.rootdata.com
- Rate limit: 200 req/min per key
## Quick Start
1. **First-time setup**: ask the agent anything that uses RootData. If
`OKX_ROOTDATA_SKILL_KEY` is missing, the skill calls `/init` to mint a key and
stores it as an env var.
2. **Search**: e.g., "find Uniswap on RootData" → returns entity ID.
3. **Detail lookup**: pass the ID to project/funding endpoints for full data.
4. **Trending / job changes**: ask "what's hot today" or "who joined which crypto
project this week".Fix 2 — declare the API domain in api_calls:
- "api.rootdata.com"Fix 3 — add Fix 4 — add explicit
|
rootdata-crypto-pluginPlease remove the first line of SUMMARY.md |
RootData OKX Edition - read-only Web3 data lookup skill covering crypto projects, investors, funding rounds, trending projects, and personnel job changes. OKX-dedicated namespace with isolated API key. Source: ported from okx#423 (CJZZWW/plugin-store). ASCII-normalized (em-dash, arrow, not-equal) for CI lint compatibility. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Plugin Submission
Plugin name:
Version:
Type:
Checklist
plugin-store lintpasses locally with no errorsokx-,official-,plugin-store-)nameanddescriptionWhat does this plugin do?
Which onchainos commands does it use?
Security Considerations
Testing