Use HL Names API

v1.0.0

Consult & operate against the Hyperliquid Names API. Use when your agent needs to resolve `.hl` names, reverse-resolve addresses, fetch HLN profiles or recor...

0· 29·0 current·0 all-time
byHL Names@hlndev
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md, README, and reference docs all consistently describe resolving .hl names, profiles, records, and mint-pass workflows; required capabilities (HTTP calls to api.hlnames.xyz) match that purpose and no unrelated cloud or platform credentials are requested.
Instruction Scope
SKILL.md instructions focus on selecting HLN endpoints, validating identifiers, and interpreting responses. They do not instruct reading unrelated host files or exfiltrating data. Guardrails limit actions (e.g., don't broadcast transactions) and recommend preserving user keys.
Install Mechanism
No install/spec that downloads or executes remote code is present; the repository is instruction-first with optional local eval scripts. No high-risk install URLs or archive extraction are used.
Credentials
The skill requires no mandatory env vars. The repo and runner provide an optional HLN_API_KEY and include a hard-coded fallback public agent key (NILB2EY-R4LUDOA-WN5G5JQ-KHAQOLA) used when no key is supplied. The eval runner also references model provider keys (OPENAI_API_KEY, VENICE_API_KEY, ANTHROPIC_API_KEY) for running tests—these are optional and only for the provided evaluation tooling, not required by the skill itself.
Persistence & Privilege
always:false and normal autonomous invocation allowed. The skill does not request system-wide config paths or claim to modify other skills. The provided scripts operate locally and are typical for an eval/test harness.
Assessment
This skill appears coherent and limited to HL Names API usage. Notes before installing or running: 1) The repo includes a public fallback API key embedded in scripts/docs — it's intended as a convenience fallback, not a secret; if you have a private HLN_API_KEY set it via .env (HLN_API_KEY). 2) The eval runner (runner/run.sh) will call external model provider APIs if you run it and therefore needs your provider keys (OPENAI_API_KEY, VENICE_API_KEY, etc.) — do not run the eval runner unless you intend to provide those credentials. 3) The skill will make live HTTP calls to api.hlnames.xyz (or testnet/local URL if requested); review responses before sharing them, since profile/records fields are user-controlled. 4) If you want extra assurance, inspect the small shell scripts included (runner/*, scripts/*) before executing them locally; they are for evaluation and not required for the agent to use the API guidance.

Like a lobster shell, security has layers — review code before you run it.

latestvk97c219k6tpyf35f7p18zxj5p1847chj

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments