/install hive-mcp-skill
Hive Intelligence MCP Skill
Use this skill to run Hive Intelligence MCP operations through uxc.
Reuse the uxc skill for shared protocol discovery, output parsing, and generic auth handling.
Prerequisites
uxcis installed and available inPATH.- Network access to
https://hiveintelligence.xyz/mcp. - Access to the official Hive MCP documentation:
https://hiveintelligence.xyz/crypto-market-data-mcp
Scope
This skill covers the official remote Hive MCP surface for:
- category-level endpoint discovery
- crypto market and onchain data discovery
- wallet and portfolio lookup workflows
- security and risk endpoint discovery
- schema inspection for underlying API endpoints
- endpoint invocation through Hive's MCP tool layer
This skill does not cover:
- direct replacement of first-party provider integrations
- assuming one Hive endpoint has the same data quality as the underlying provider skill
- write operations without separate explicit review
Positioning
Hive is an official remote MCP convenience layer.
Use it when a user wants one broad crypto MCP entrypoint quickly.
Do not treat Hive as a substitute for direct provider integrations like DexScreener, Helius, Blocknative, or other first-party skills where long-term provider coverage quality matters.
Endpoint
Use the official Hive MCP endpoint:
https://hiveintelligence.xyz/mcp
Authentication
The public help-first flow for this skill works without a local auth bootstrap.
If Hive later introduces auth for higher-tier access, verify the runtime error and bind credentials before extending this skill.
Core Workflow
-
Use the fixed link command by default:
command -v hive-mcp-cli- If missing, create it:
uxc link hive-mcp-cli https://hiveintelligence.xyz/mcp hive-mcp-cli -h
-
Discover categories first:
hive-mcp-cli get_market_and_price_endpointshive-mcp-cli get_onchain_dex_pool_endpointshive-mcp-cli get_portfolio_wallet_endpointshive-mcp-cli get_security_risk_endpoints
-
Inspect endpoint schema before invoking:
hive-mcp-cli get_api_endpoint_schema endpoint=get_token_pricehive-mcp-cli get_api_endpoint_schema endpoint=get_wallet_portfolio
-
Invoke only after confirming the schema:
hive-mcp-cli invoke_api_endpoint endpoint_name=get_token_price args:='{"symbol":"BTC"}'hive-mcp-cli invoke_api_endpoint endpoint_name=get_wallet_portfolio args:='{"address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"}'
Recommended Discovery Operations
get_market_and_price_endpointsget_onchain_dex_pool_endpointsget_portfolio_wallet_endpointsget_token_contract_endpointsget_security_risk_endpointsget_network_infrastructure_endpoints
Guardrails
- Keep automation on the JSON output envelope; do not rely on
--text. - Parse stable fields first:
ok,kind,protocol,data,error. - Treat Hive as a convenience aggregation layer, not as the canonical source when a direct provider skill already exists.
- Always inspect a target endpoint schema with
get_api_endpoint_schemabefore callinginvoke_api_endpoint. - Keep
invoke_api_endpointpayloads narrow and explicit; do not guess large nested arg objects. - If a workflow becomes repetitive on one underlying provider surface, prefer a dedicated first-party skill over routing everything through Hive indefinitely.
hive-mcp-cli \x3Coperation> ...is equivalent touxc https://hiveintelligence.xyz/mcp \x3Coperation> ....
References
- Usage patterns:
references/usage-patterns.md - Hive MCP docs: https://hiveintelligence.xyz/crypto-market-data-mcp
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hive-mcp-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/hive-mcp-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Hive Mcp Skill 是什么?
Use Hive Intelligence MCP through UXC for broad crypto market, onchain, portfolio, and risk workflows with help-first discovery and convenience-layer guardra... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。
如何安装 Hive Mcp Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hive-mcp-skill」即可一键安装,无需额外配置。
Hive Mcp Skill 是免费的吗?
是的,Hive Mcp Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hive Mcp Skill 支持哪些平台?
Hive Mcp Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hive Mcp Skill?
由 jolestar(@jolestar)开发并维护,当前版本 v1.0.0。