AI Skill Market
The largest Web3 skill marketplace — discover, install, and run Hyperliquid trading and analytics skills built by d.pro and the community.
AI Skill Market
The AI Skill Market (/skill-market) is the largest Web3 skill marketplace — a curated hub of trading, analytics, and automation skills designed for Hyperliquid through d.pro. Hundreds of skills are already available, with new ones added by the community every week.
Hyperliquid itself doesn't have a skill or bot marketplace. d.pro's Skill Market gives developers a place to publish their work and gives traders a single, trustworthy place to discover it.
d.pro official skills
A handful of skills are built and maintained by the d.pro team. They are the most polished entry points into the marketplace and carry the official badge wherever they appear.
| Official skill | What it does |
|---|---|
| Hyperliquid-dPro Skill | The flagship skill: a complete capability package that exposes Hyperliquid (market data, account state, funds, trading, onchain analytics) to any AI agent. |
| OpenClaw | d.pro's first-party trading agent. Turns Hyperliquid-dPro into a ready-to-run autonomous trader you can launch from the marketplace with a few clicks. |
| Hermes Agent | d.pro's news-aware trading agent. Combines the dpro-news feed with Hyperliquid execution so the agent reacts to market events in real time. |
Look for the Official badge on the skill detail page to spot d.pro-maintained skills at a glance.
What is a Skill?
A Skill is a packaged set of instructions, scripts, and reference files that an AI agent can pick up and use on demand. It's a model-agnostic format originally proposed by Anthropic for Claude — instead of cramming every capability into the agent's base prompt, you ship purpose-built Skills that the agent only loads when the task calls for them.
A Skill is essentially a folder containing:
- A
SKILL.mdfile describing what the Skill does, when to use it, and how to invoke it - Any supporting scripts, templates, or reference files the Skill needs
Because the agent loads a Skill only when it's relevant (progressive disclosure), you can have hundreds of Skills available without overwhelming the agent's context window. Skills are portable across runtimes that support the format — the same Skill folder works in Claude, the Claude Agent SDK, OpenClaw, Hermes, and any other compatible agent.
In practice, the Hyperliquid-dPro Skill teaches an agent everything it needs to read market data, place orders, manage positions, and analyze the chain through d.pro.
Browsing the marketplace
| Filter | Options |
|---|---|
| Scope | Web3 Skills (Hyperliquid-specific) / All Skills |
| Category | trading, analysis, risk-management, data, alerts |
| Sort | Stars, Downloads, Updated At |
| Order | Ascending / Descending |
| Search | Full-text search |
| Locale | en, zh-CN — descriptions are translated automatically |
Click any skill to open its detail page — full description, version history, user reviews and star ratings, an install link for the current version, and the Official badge for d.pro-maintained skills.
Installing into an agent
Installing a Skill is intentionally low-friction: copy the Skill's link from the marketplace, paste it to your agent, and tell the agent "install this Skill". The agent handles the download and setup itself — no manual file management, no config files to edit.
This works for any modern agent runtime that supports the Skill format, including OpenClaw, Hermes Agent, Claude Code, and the Claude Agent SDK.
OpenClaw is d.pro's official autonomous trading agent. It ships with the Hyperliquid-dPro Skill pre-installed, so you can launch a working trader straight from the marketplace with no configuration. To add another Skill, just paste its link and ask OpenClaw to install it.
Hermes is d.pro's official news-aware trading agent. It combines the dpro-news feed with the Hyperliquid-dPro Skill, so it reads market news and reacts on Hyperliquid in the same loop. Add or swap Skills the same way — paste a Skill link to Hermes and ask it to install.
Any agent runtime that supports the Skill format can install the Hyperliquid-dPro Skill. Once installed, the runtime exposes the full Hyperliquid capability surface (market reads, account reads, fund transfers, trading, onchain analytics) as a coherent tool namespace your agent can use.
Always use an Agent Key (not your Master Key) when running any automation. Agent Keys can trade but cannot withdraw your funds to external chains.
Publishing a skill
To publish a skill to the marketplace:
- Package your Skill as a folder following the standard Skill format (a
SKILL.mdplus any supporting files) - Submit via the Skill Market submission form (link in the marketplace UI)
- d.pro reviews the submission, runs safety scans, and publishes if approved
- Your Skill appears with your developer profile and download statistics
Official Skills from d.pro carry the Official badge.