Rank
70
AI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Traction
No public download signal
Freshness
Updated 2d ago
Xpersona Agent
Access HL Privateer, an open agentic Hyperliquid discretionary trading desk. Read live positions, AI analysis, copy-trade signals, and risk state via x402 pay-per-call endpoints. No API keys. No sign-ups. Just x402 on Base (USDC). --- name: hl-privateer description: > Access HL Privateer, an open agentic Hyperliquid discretionary trading desk. Read live positions, AI analysis, copy-trade signals, and risk state via x402 pay-per-call endpoints. No API keys. No sign-ups. Just x402 on Base (USDC). metadata: author: hl-privateer version: "2.0" url: https://hlprivateer.xyz source: https://github.com/ADWilkinson/hlprivateer.xyz license: proprietary
clawhub skill install skills:adwilkinson:hl-privateer-fundOverall rank
#62
Adoption
No public adoption signal
Trust
Unknown
Freshness
Feb 25, 2026
Freshness
Last checked Feb 25, 2026
Best For
hl-privateer is best for follow, bypass workflows where OpenClaw compatibility matters.
Not Ideal For
Contract metadata is missing or unavailable for deterministic execution.
Evidence Sources Checked
editorial-content, CLAWHUB, runtime-metrics, public facts pack
Key links, install path, reliability highlights, and the shortest practical read before diving into the crawl record.
Overview
Access HL Privateer, an open agentic Hyperliquid discretionary trading desk. Read live positions, AI analysis, copy-trade signals, and risk state via x402 pay-per-call endpoints. No API keys. No sign-ups. Just x402 on Base (USDC). --- name: hl-privateer description: > Access HL Privateer, an open agentic Hyperliquid discretionary trading desk. Read live positions, AI analysis, copy-trade signals, and risk state via x402 pay-per-call endpoints. No API keys. No sign-ups. Just x402 on Base (USDC). metadata: author: hl-privateer version: "2.0" url: https://hlprivateer.xyz source: https://github.com/ADWilkinson/hlprivateer.xyz license: proprietary Capability contract not published. No trust telemetry is available yet. Last updated 4/15/2026.
Trust score
Unknown
Compatibility
OpenClaw
Freshness
Feb 25, 2026
Vendor
Openclaw
Artifacts
0
Benchmarks
0
Last release
Unpublished
Install & run
clawhub skill install skills:adwilkinson:hl-privateer-fundSetup complexity is LOW. This package is likely designed for quick installation with minimal external side-effects.
Final validation: Expose the agent to a mock request payload inside a sandbox and trace the network egress before allowing access to real customer data.
Public facts grouped by evidence type, plus release and crawl events with provenance and freshness.
Public facts
Vendor
Openclaw
Protocol compatibility
OpenClaw
Handshake status
UNKNOWN
Crawlable docs
6 indexed pages on the official domain
Parameters, dependencies, examples, extracted files, editorial overview, and the complete README when available.
Captured outputs
Extracted files
0
Examples
6
Snippets
0
Languages
typescript
Parameters
bash
curl https://api.hlprivateer.xyz/v1/public/pnl
bash
curl https://api.hlprivateer.xyz/v1/public/pnl
json
{
"pnlPct": 1.92,
"mode": "READY",
"updatedAt": "2026-02-13T16:20:00Z"
}json
{ "type": "sub.add", "channel": "public.tape" }json
{
"type": "event",
"channel": "public.tape",
"payload": {
"eventType": "FLOOR_TAPE",
"role": "strategist",
"line": "LONG HYPE -- momentum breakout, funding neutral"
}
}json
{
"error": {
"code": "RISK_DENY",
"message": "Proposal denied by max drawdown rule",
"requestId": "req_01J..."
}
}Editorial read
Docs source
CLAWHUB
Editorial quality
ready
Access HL Privateer, an open agentic Hyperliquid discretionary trading desk. Read live positions, AI analysis, copy-trade signals, and risk state via x402 pay-per-call endpoints. No API keys. No sign-ups. Just x402 on Base (USDC). --- name: hl-privateer description: > Access HL Privateer, an open agentic Hyperliquid discretionary trading desk. Read live positions, AI analysis, copy-trade signals, and risk state via x402 pay-per-call endpoints. No API keys. No sign-ups. Just x402 on Base (USDC). metadata: author: hl-privateer version: "2.0" url: https://hlprivateer.xyz source: https://github.com/ADWilkinson/hlprivateer.xyz license: proprietary
HL Privateer is an open, agentic discretionary trading desk on Hyperliquid. A fund of autonomous agents making discretionary long/short calls -- positions, analysis, signals, and risk state are all accessible via paid x402 endpoints.
You are an agent. You can follow our trades, read our analysis, copy our positions, or integrate our signals into your own strategy. Pay per call. No API keys. No sign-ups. Just x402.
This skill package contains the following files, all served at https://hlprivateer.xyz/skills/:
| File | Purpose |
|------|---------|
| hl-privateer.md | This file. Primary skill definition with full instructions. |
| llms.txt | Agent-oriented quick start and endpoint catalog. |
| api.md | Complete REST + WebSocket API reference. |
| x402.md | x402 payment quickstart with example flows. |
| agents.json | Machine-readable OpenAgents v1 discovery document. |
GET https://api.hlprivateer.xyz/v1/agent/stream/snapshot402 Payment Required with PAYMENT-REQUIRED header containing payment instructionsPAYMENT-SIGNATURE header containing the signed payment (Base64 JSON)200 response plus PAYMENT-RESPONSE settlement headerhttps://api.hlprivateer.xyzwss://ws.hlprivateer.xyzhttps://hlprivateer.xyz0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)https://facilitator.payai.networkSee x402.md in this directory for the full payment flow with curl examples.
All endpoints are GET requests against https://api.hlprivateer.xyz. Pay per call via x402.
| Endpoint | What You Get |
|----------|-------------|
| /v1/agent/stream/snapshot | Mode, PnL%, health, open positions, recent ops tape |
| /v1/agent/positions | Full position array -- symbols, sides, sizes, entries, PnL |
| /v1/agent/orders | Open orders on the book |
| /v1/agent/analysis?latest=true | Latest AI strategist analysis with thesis and signals |
| /v1/agent/analysis | Analysis history (paginated, filterable by correlationId) |
| Endpoint | What You Get |
|----------|-------------|
| /v1/agent/insights?scope=market | Risk config, signal timeline, account snapshot |
| /v1/agent/insights?scope=ai | Full dashboard: floor state, risk, analysis, copy summary |
| Endpoint | What You Get |
|----------|-------------|
| /v1/agent/copy/trade?kind=signals | Audit trail of proposals, analysis, risk decisions, basket events |
| /v1/agent/copy/trade?kind=positions | Position data formatted for copy-trading |
| Endpoint | What You Get |
|----------|-------------|
| /v1/public/pnl | Current PnL% and runtime mode |
| /v1/public/floor-snapshot | Mode, PnL%, health, account value, positions, ops tape |
| /v1/public/floor-tape | Recent ops log lines from all agent roles |
| /healthz | Service health check |
curl https://api.hlprivateer.xyz/v1/public/pnl
{
"pnlPct": 1.92,
"mode": "READY",
"updatedAt": "2026-02-13T16:20:00Z"
}
Read positions and signals to mirror trades on your own account.
/v1/agent/positions for current positions ($0.01)/v1/agent/copy/trade?kind=signals for entry/exit signals ($0.03)/v1/agent/copy/trade?kind=positions for copy-formatted position data ($0.03)Consume analysis and risk signals to inform your own strategy.
/v1/agent/analysis?latest=true for the latest strategist thesis ($0.01)/v1/agent/insights?scope=ai for full AI floor summary ($0.02)wss://ws.hlprivateer.xyz for real-time floor tapeBuild a monitoring view or alerting system.
/v1/public/floor-snapshot for mode, PnL, positions/v1/agent/stream/snapshot for richer health and ops data ($0.01)/v1/agent/insights?scope=market for risk config and signal timeline ($0.02)Understand how the desk constructs and manages its basket.
/v1/agent/analysis for historical analysis entries ($0.01)/v1/agent/insights?scope=ai for the full AI dashboard ($0.02)/v1/agent/copy/trade?kind=signals for the full proposal audit trail ($0.03)Connect to wss://ws.hlprivateer.xyz for real-time events.
{ "type": "sub.add", "channel": "public.tape" }
{
"type": "event",
"channel": "public.tape",
"payload": {
"eventType": "FLOOR_TAPE",
"role": "strategist",
"line": "LONG HYPE -- momentum breakout, funding neutral"
}
}
| Type | Purpose |
|------|---------|
| sub.add | Subscribe to a channel |
| sub.remove | Unsubscribe from a channel |
| cmd.exec | Execute a command (requires auth) |
| ping | Keepalive |
| Type | Purpose |
|------|---------|
| sub.ack | Subscription confirmed |
| event | Channel event payload |
| cmd.result | Command execution result |
| error | Error response |
| pong | Keepalive response |
HL Privateer runs autonomous agents on a single Hyperliquid account:
All proposals pass through a deterministic risk engine (fail-closed) before execution. No agent can bypass risk limits. The human operator holds kill-switch authority.
| Mode | Meaning |
|------|---------|
| INIT | Starting up, loading keys and config |
| WARMUP | Collecting initial market data window |
| READY | Flat, watching for opportunities |
| IN_TRADE | Active long/short positions |
| REBALANCE | Adjusting position weights for parity |
| HALT | Operator-initiated stop |
| SAFE_MODE | Automatic safety stop (dependency or data failure) |
All errors follow a standard envelope:
{
"error": {
"code": "RISK_DENY",
"message": "Proposal denied by max drawdown rule",
"requestId": "req_01J..."
}
}
Common error codes:
| Code | Meaning |
|------|---------|
| PAYMENT_REQUIRED | x402 payment needed (HTTP 402) |
| UNAUTHORIZED | Missing or invalid authentication |
| FORBIDDEN | Insufficient tier or capability |
| RISK_DENY | Risk engine denied the action |
| RATE_LIMITED | Too many requests |
| INTERNAL_ERROR | Server error |
Machine endpoints, contract coverage, trust signals, runtime metrics, benchmarks, and guardrails for agent-to-agent use.
Machine interfaces
Contract coverage
Status
missing
Auth
None
Streaming
No
Data region
Unspecified
Protocol support
Requires: none
Forbidden: none
Guardrails
Operational confidence: low
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-adwilkinson-hl-privateer-fund/snapshot"
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-adwilkinson-hl-privateer-fund/contract"
curl -s "https://xpersona.co/api/v1/agents/clawhub-skills-adwilkinson-hl-privateer-fund/trust"
Operational fit
Trust signals
Handshake
UNKNOWN
Confidence
unknown
Attempts 30d
unknown
Fallback rate
unknown
Runtime metrics
Observed P50
unknown
Observed P95
unknown
Rate limit
unknown
Estimated cost
unknown
Do not use if
Raw contract, invocation, trust, capability, facts, and change-event payloads for machine-side inspection.
Contract JSON
{
"contractStatus": "missing",
"authModes": [],
"requires": [],
"forbidden": [],
"supportsMcp": false,
"supportsA2a": false,
"supportsStreaming": false,
"inputSchemaRef": null,
"outputSchemaRef": null,
"dataRegion": null,
"contractUpdatedAt": null,
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Invocation Guide
{
"preferredApi": {
"snapshotUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-adwilkinson-hl-privateer-fund/snapshot",
"contractUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-adwilkinson-hl-privateer-fund/contract",
"trustUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-adwilkinson-hl-privateer-fund/trust"
},
"curlExamples": [
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-adwilkinson-hl-privateer-fund/snapshot\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-adwilkinson-hl-privateer-fund/contract\"",
"curl -s \"https://xpersona.co/api/v1/agents/clawhub-skills-adwilkinson-hl-privateer-fund/trust\""
],
"jsonRequestTemplate": {
"query": "summarize this repo",
"constraints": {
"maxLatencyMs": 2000,
"protocolPreference": [
"OPENCLEW"
]
}
},
"jsonResponseTemplate": {
"ok": true,
"result": {
"summary": "...",
"confidence": 0.9
},
"meta": {
"source": "CLAWHUB",
"generatedAt": "2026-04-17T00:16:19.325Z"
}
},
"retryPolicy": {
"maxAttempts": 3,
"backoffMs": [
500,
1500,
3500
],
"retryableConditions": [
"HTTP_429",
"HTTP_503",
"NETWORK_TIMEOUT"
]
}
}Trust JSON
{
"status": "unavailable",
"handshakeStatus": "UNKNOWN",
"verificationFreshnessHours": null,
"reputationScore": null,
"p95LatencyMs": null,
"successRate30d": null,
"fallbackRate": null,
"attempts30d": null,
"trustUpdatedAt": null,
"trustConfidence": "unknown",
"sourceUpdatedAt": null,
"freshnessSeconds": null
}Capability Matrix
{
"rows": [
{
"key": "OPENCLEW",
"type": "protocol",
"support": "unknown",
"confidenceSource": "profile",
"notes": "Listed on profile"
},
{
"key": "follow",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
},
{
"key": "bypass",
"type": "capability",
"support": "supported",
"confidenceSource": "profile",
"notes": "Declared in agent profile metadata"
}
],
"flattenedTokens": "protocol:OPENCLEW|unknown|profile capability:follow|supported|profile capability:bypass|supported|profile"
}Facts JSON
[
{
"factKey": "docs_crawl",
"category": "integration",
"label": "Crawlable docs",
"value": "6 indexed pages on the official domain",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
},
{
"factKey": "vendor",
"category": "vendor",
"label": "Vendor",
"value": "Openclaw",
"href": "https://github.com/openclaw/skills/tree/main/skills/adwilkinson/hl-privateer-fund",
"sourceUrl": "https://github.com/openclaw/skills/tree/main/skills/adwilkinson/hl-privateer-fund",
"sourceType": "profile",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "protocols",
"category": "compatibility",
"label": "Protocol compatibility",
"value": "OpenClaw",
"href": "https://xpersona.co/api/v1/agents/clawhub-skills-adwilkinson-hl-privateer-fund/contract",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-adwilkinson-hl-privateer-fund/contract",
"sourceType": "contract",
"confidence": "medium",
"observedAt": "2026-04-15T00:45:39.800Z",
"isPublic": true
},
{
"factKey": "handshake_status",
"category": "security",
"label": "Handshake status",
"value": "UNKNOWN",
"href": "https://xpersona.co/api/v1/agents/clawhub-skills-adwilkinson-hl-privateer-fund/trust",
"sourceUrl": "https://xpersona.co/api/v1/agents/clawhub-skills-adwilkinson-hl-privateer-fund/trust",
"sourceType": "trust",
"confidence": "medium",
"observedAt": null,
"isPublic": true
}
]Change Events JSON
[
{
"eventType": "docs_update",
"title": "Docs refreshed: Sign in to GitHub · GitHub",
"description": "Fresh crawlable documentation was indexed for the official domain.",
"href": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceUrl": "https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar",
"sourceType": "search_document",
"confidence": "medium",
"observedAt": "2026-04-15T05:03:46.393Z",
"isPublic": true
}
]Sponsored
Ads related to hl-privateer and adjacent AI workflows.