← Back to Skills Marketplace
maliot100x

HYRE DeFi Intelligence

by Maliot100X · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
33
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install hyre-defi
Description
AI-powered DeFi intelligence on Solana — 24 endpoints for token launches, wallet analytics, LP yields, and cross-chain data. Pay per request via x402 USDC. U...
README (SKILL.md)

HYRE Agent — AI DeFi Intelligence

Use this skill when the user wants:

  • New token launch data (sniping, bonding curves)
  • Wallet analytics (PnL, positions, whale tracking)
  • LP pool recommendations and yield farming
  • Cross-chain DeFi data
  • AI-powered trading signals

Payment

  • Protocol: x402 (HTTP 402 Payment Required)
  • Currency: USDC
  • No API keys needed — pay per request

Chain Routing

Chain Prefix Example
Solana / (root) POST /defi/tvl
Base /base/ POST /base/defi/tvl
SKALE /skale/ POST /skale/defi/tvl

Key Endpoints

Token Launches (Trenches)

  • POST /trenches/new-tokens ($0.008) — Latest token launches
  • POST /trenches/token-verdict ($0.015) — Full AI verdict with risk score
  • POST /trenches/graduating ($0.003) — Tokens near graduation (>70%)
  • POST /trenches/token-snipers ($0.004) — Detect early buyers

Wallet Analytics (Traders)

  • POST /traders/wallet-pnl ($0.005) — Wallet PnL
  • POST /traders/top-wallets ($0.008) — Top performing wallets
  • POST /traders/wallet-intel ($0.012) — 30-day wallet intelligence

LP Data

  • POST /lp/pools ($0.001) — Meteora DLMM pools with APR/TVL
  • POST /lp/pools-recommend ($0.008) — AI pool recommendation
  • POST /lp/pools-strategy ($0.020) — Full LP strategy advisor

DeFi

  • POST /defi/tvl ($0.001) — Total Value Locked
  • POST /defi/yields ($0.002) — Top yield pools

Cross-Chain

  • POST /debridge/quote ($0.002) — Cross-chain USDC quote
  • POST /debridge/yield-migrate ($0.005) — Yield migration advisor

Natural Language

  • POST /ask ($0.025) — AI orchestrates data sources

Example: Snipe New Token

# Get latest launches
curl -X POST https://hyreagent.fun/trenches/new-tokens \
  -H "Content-Type: application/json" \
  -d '{"limit": 5}'

# Get AI verdict on a token
curl -X POST https://hyreagent.fun/trenches/token-verdict \
  -H "Content-Type: application/json" \
  -d '{"mint": "TOKEN_MINT_ADDRESS"}'

Response Format

Every endpoint returns:

{
  "data": {},
  "insight": "AI-generated analysis",
  "signal": "snipe/watch/avoid",
  "confidence": 0.85,
  "sources": ["jupiter", "defillama"],
  "model_used": "claude-3.5-haiku"
}

Signal Vocabulary

  • Trenches: snipe / watch / avoid
  • Traders: follow / ignore
  • LPs: add_liquidity / rebalance / hold
  • DeFi: high_yield / low_yield

Trading Bot Pattern

  1. Poll /trenches/new-tokens every 30s
  2. Run /trenches/token-verdict on each (AI risk score)
  3. Auto-buy tokens with signal="snipe" and confidence>0.7
  4. Track via /traders/wallet-pnl
  5. Exit on signal="avoid" or stop-loss
Usage Guidance
Review this skill carefully before installing. Use it only for explicit DeFi analytics requests, confirm any paid x402 USDC call before it is made, and do not allow it to place trades or run polling bots unless you have separate trading safeguards, budgets, and manual approval controls.
Capability Tags
cryptofinancial-authorityrequires-walletcan-make-purchasesrequires-paid-servicerequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The stated purpose is DeFi intelligence and paid on-chain analytics, which matches most endpoints, but the documented trading-bot workflow escalates from analysis to auto-buying tokens based on AI signals.
Instruction Scope
Activation guidance is broad for trading signals, new tokens, whale tracking, and DeFi data, and the skill does not clearly require user confirmation before paid requests or before any trade-related action.
Install Mechanism
The package contains only a Markdown skill file, declares curl as a required binary, and has no executable scripts, dependencies, or install-time code.
Credentials
External network calls and x402 USDC payment are expected for this service, but financial data queries and paid requests should be explicitly user-directed.
Persistence & Privilege
No local persistence or privilege escalation is present, but the instructions describe polling every 30 seconds and auto-buying tokens, which is a long-running high-impact financial behavior without clear containment.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hyre-defi
  3. After installation, invoke the skill by name or use /hyre-defi
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
AI-powered DeFi data on Solana — 24 endpoints for token launches, wallet analytics, LP yields, cross-chain data. x402 USDC payments.
Metadata
Slug hyre-defi
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is HYRE DeFi Intelligence?

AI-powered DeFi intelligence on Solana — 24 endpoints for token launches, wallet analytics, LP yields, and cross-chain data. Pay per request via x402 USDC. U... It is an AI Agent Skill for Claude Code / OpenClaw, with 33 downloads so far.

How do I install HYRE DeFi Intelligence?

Run "/install hyre-defi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is HYRE DeFi Intelligence free?

Yes, HYRE DeFi Intelligence is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does HYRE DeFi Intelligence support?

HYRE DeFi Intelligence is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created HYRE DeFi Intelligence?

It is built and maintained by Maliot100X (@maliot100x); the current version is v1.0.0.

💬 Comments