Query and analyze Hyperliquid trader and market data via the Hyperscope APIs. Covers live state and historical analytics.
Agent skills for the Hyperscope APIs. Distributed as a Claude Code plugin marketplace, with a curl-based installer for any agent that reads SKILL.md.
| Plugin | Skill | Description |
|---|---|---|
hyperscope | hyperliquid | Query Hyperliquid blockchain data. Auto-routes between raw /info RPC and curated Data API analytics. |
The Hyperscope APIs have a free tier of 1000 requests/day that works without any key (applies to both data.hyperscope.sh and info.hyperscope.sh). For higher limits, create a project at hyperscope.sh → Dashboard → your project → Agent tab.
The skill works either way — without a key it uses the free tier, with a key it switches to authenticated (credit-metered) mode.
In Claude Code, run these as two separate commands (Claude Code only parses one slash command per prompt — pasting both at once will fail):
/plugin marketplace add hyperscope-sh/hyperscope-plugins
/plugin install hyperscope@hyperscope-plugins
That's it — the skill is usable immediately on the free tier. To raise your limit, save a key to the location the skill checks:
mkdir -p ~/.hyperscope && echo 'HYPERSCOPE_API_KEY=hs_...' > ~/.hyperscope/.env && chmod 600 ~/.hyperscope/.env
The skill checks $HYPERSCOPE_API_KEY first, then ~/.hyperscope/.env. If you prefer a shell env var, append export HYPERSCOPE_API_KEY=hs_... to ~/.zshrc or ~/.bashrc instead.
For agents other than Claude Code, or for project-scoped install:
# With a key (writes it to .env automatically)
curl -fsSL https://raw.githubusercontent.com/hyperscope-sh/hyperscope-plugins/main/install.sh \
| bash -s -- hyperscope <YOUR_API_KEY>
# Without a key (free tier, 1000/day)
curl -fsSL https://raw.githubusercontent.com/hyperscope-sh/hyperscope-plugins/main/install.sh \
| bash -s -- hyperscope
The skill installs into:
<current-git-repo>/.claude/skills/hyperliquid/ (project-scoped, default in a git repo)~/.claude/skills/hyperliquid/ (default outside a git repo)Force one or the other with --local / --global:
curl -fsSL .../install.sh | bash -s -- hyperscope <KEY> --global
When provided, the key is written to the skill's local .env and to ~/.hyperscope/.env (both chmod 600), so the skill works the same regardless of how you installed it. Nothing leaves your machine. Rerun anytime to upgrade or rotate.
This repo is auto-synced from the hyperscope monorepo on every change. Open issues or PRs there.
.
├── .claude-plugin/
│ └── marketplace.json # marketplace manifest
├── plugins/
│ └── hyperscope/
│ ├── .claude-plugin/
│ │ └── plugin.json # plugin manifest
│ └── skills/
│ └── hyperliquid/
│ ├── SKILL.md
│ └── .env.example
├── install.sh # curl installer (non-Claude-Code path)
└── README.md
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub hyperscope-sh/hyperscope-plugins --plugin hyperscopeComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.