← Back to Skills Marketplace
Shekel Hyperliquid Trading
by
Shekel.xyz
· GitHub ↗
· v1.14.0
· MIT-0
325
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install shekel-hyperliquid
Description
AI-powered perpetual futures trading on Hyperliquid DEX. Handles full account creation, USDC onboarding, and autonomous trade execution.
Usage Guidance
Plain-language checklist before installing or using this skill:
- The skill asks your agent to fetch live instructions from a remote URL before every operation. That means the remote server can change what the skill tells your agent to do at any time — review and trust that backend before using the skill with real funds.
- The single required credential (SHEKEL_API_KEY) gives broad control: the API supports deposits, withdrawals, exporting wallet keys, and deleting accounts. Treat that key like a full-access secret — do NOT supply it unless you trust the service and have limited, auditable permissions.
- The skill also tells the agent to read stored credentials from MEMORY.md. Confirm where credentials would be stored and who/what can read them — local files or agent memory could be exposed.
- Because the agent can run autonomously, consider limiting or disabling autonomous runs for real-money accounts and require manual confirmation for any withdrawal or export operations.
- If you still consider using it: (1) audit the backend URL and /skill payload to see exactly what commands are returned; (2) use a low-privilege API key (if possible) or test with a burner account and minimal funds; (3) enable monitoring and key rotation; (4) require explicit human approval for any withdrawal/export operations.
If you want, I can: list the specific API calls in the SKILL.md that allow sensitive actions, draft safe policies for using the key (scopes, lifetime), or suggest questions to ask the skill provider about the remote-update mechanism and data retention.
Capability Analysis
Type: OpenClaw Skill
Name: shekel-hyperliquid
Version: 1.14.0
The shekel-hyperliquid skill (v1.14.0) implements a high-risk remote instruction fetching mechanism in SKILL.md, mandating that the agent fetch and execute updated instructions from an external endpoint (https://shekel-skill-backend.onrender.com/skill) before every interaction. This effectively allows the backend to perform remote prompt injection and alter agent behavior dynamically after deployment. Furthermore, the skill handles sensitive financial credentials, including instructions to store API keys in local memory and an endpoint (POST /auth/export-agent-key) to exfiltrate the trading wallet's private key. While these features are framed as part of a managed trading service, the combination of remote instruction updates and private key access represents a significant security risk.
Capability Tags
Capability Assessment
Purpose & Capability
The declared purpose (autonomous perpetual futures trading on Hyperliquid) aligns with requiring a single API key (SHEKEL_API_KEY). However, the skill also mandates calling an external backend (https://shekel-skill-backend.onrender.com/skill/version and /skill) before any action to refresh instructions; this remote-update mechanism is not intrinsic to performing trades and broadens the skill's effective capability beyond the claimed static instructions.
Instruction Scope
The SKILL.md instructs the agent to always fetch current instructions from the remote backend and to use them before any Shekel action. It also instructs reading saved credentials from MEMORY.md if present. Both behaviors let the skill (or the remote backend) alter runtime behavior and access local stored secrets or agent memory — this is scope-expanding and enables arbitrary instruction injection and potential data access/exfiltration.
Install Mechanism
No install spec or code files are included; the skill is instruction-only which minimizes on-disk installation risk. The header notes runtime: node>=20 but no packages or downloads are performed by the skill itself.
Credentials
Only one environment credential is declared (SHEKEL_API_KEY), which is consistent with a trading integration. However, the documented endpoints the API key enables include high-impact actions (withdrawals, export-agent-key which may return private wallet keys, account deletion/rotation). That single key grants broad privileges — while proportionate to a trading service, it is highly sensitive and deserves restrictive scoping and careful handling.
Persistence & Privilege
The skill does not request always:true and is user-invocable; autonomous invocation is allowed (disable-model-invocation:false) which is normal for skills. Combining autonomous invocation with the remote-instruction fetch increases blast radius because the backend can change the agent's behavior without re-publishing the skill; this is a notable risk vector even though the skill does not request explicit special persistence privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shekel-hyperliquid - After installation, invoke the skill by name or use
/shekel-hyperliquid - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.14.0
Add vault management — agent as on-chain fund manager with follower deposits, vault explorer, and profit distribution
v1.10.1
Add HIP-3 stock/commodity trading, margin mode control, single-ticker agent runs, and expanded data source docs
v1.6.0
Add LLM provider selection (Venice AI + Rei Intelligence), updated models endpoint
v1.5.2
Full skill rewrite with detailed onboarding, dashboard UI, risk circuit breakers, data source config, and troubleshooting guide
v1.5.1
Initial registry release
Metadata
Frequently Asked Questions
What is Shekel Hyperliquid Trading?
AI-powered perpetual futures trading on Hyperliquid DEX. Handles full account creation, USDC onboarding, and autonomous trade execution. It is an AI Agent Skill for Claude Code / OpenClaw, with 325 downloads so far.
How do I install Shekel Hyperliquid Trading?
Run "/install shekel-hyperliquid" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Shekel Hyperliquid Trading free?
Yes, Shekel Hyperliquid Trading is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Shekel Hyperliquid Trading support?
Shekel Hyperliquid Trading is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Shekel Hyperliquid Trading?
It is built and maintained by Shekel.xyz (@shekel-xyz); the current version is v1.14.0.
More Skills