use-hln-api

use-hln-api is a skill for Claude Code from HLnames/use-hln-api. It costs 70 tokens per session (1,634 once invoked), scanned A, original, no licence file.

An integration guide for Hyperliquid Names, a naming service that links readable .hl names with blockchain addresses and profile data.

In plain words
What is it for?
Use it to resolve or reverse-resolve .hl names, read profiles and records, check owners or lists, prepare mint-pass requests, and support HyperEVM app integration.
Why use it?
It helps an agent look up names and addresses, inspect records, and investigate failed requests without guessing how the service works.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the use-hln-api plugin — 1 skill shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/hlnames/use-hln-api/use-hln-api
Any agent
npx skills add HLnames/use-hln-api --skill use-hln-api
Clone the repo
git clone --depth 1 https://github.com/HLnames/use-hln-api

Made for: Claude Code.

Or install use-hln-api, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for use-hln-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/hlnames/use-hln-api/use-hln-api.svg)](https://agentmods.dev/skills/hlnames/use-hln-api/use-hln-api)
Your own site
<a href="https://agentmods.dev/skills/hlnames/use-hln-api/use-hln-api"><img src="https://agentmods.dev/badge/skills/hlnames/use-hln-api/use-hln-api.svg" alt="Measured on agentmods" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,634 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.01634
Opus 5 $0.00035 $0.00817
Sonnet 5 $0.00014 $0.00327
Haiku 4.5 $0.00007 $0.00163

Measured 6d ago against content hash 50ad1aadc499, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

use-hln-api scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

SKILL.md · 107 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 107 lines · 70 tokens per session scan A 50ad1aadc499

Subscribe to this mod's changes

use-hln-api is a skill published in the GitHub repository HLnames/use-hln-api (5 stars, last pushed 5mo ago), with no licence file. It adds 70 tokens to every session and 1,634 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

hyperliquid

Use when backtesting, deploying, checking funding readiness, or debugging a Hyperliquid strategy through Superior Trade Unified API — writing Freqtrade configs and strategy code, running sweeps, checking managed-wallet balances, trading HIP-3 perps, or diagnosing a deployment that will not start or trade.

Superior-Trade/superior-skills · 64 tokens

basis-arb

Use when the user asks for spot-perp basis trade, basis arbitrage, cash-and-carry, perp discount, or any setup that reads the spot–perp basis as a positioning signal. Long-perp leg only — pure two-leg basis arb requires a paired spot short (or long) which Freqtrade can't run cleanly. The strategy below captures the…

Superior-Trade/superior-skills · 87 tokens

aerodrome

Use when creating, validating, backtesting, deploying, sizing, or troubleshooting Aerodrome/Base spot trading strategies through the Superior Trade API, especially Freqtrade configs using exchange.name "aerodrome", AERO/USDC or CHECK/USDC pairs, AMM market swaps, wallet/gas balance checks, no-orderbook pricing, or…

Superior-Trade/superior-skills · 83 tokens

dca-weekly

Use when writing, validating, or troubleshooting a recurring scheduled buy strategy (DCA, dollar-cost averaging, weekly buys, daily buys, monthly accumulation, accumulator) on Superior Trade — especially anything that should "buy more of the same pair" on a calendar trigger rather than a price trigger.

Superior-Trade/superior-skills · 63 tokens

funding-rate-arbitrage

Use when writing a funding-rate-driven perp strategy on Superior Trade — anything described as funding harvest, funding arbitrage, funding rate carry, negative funding, paid to long, paid to short, basis trade. The strategy reads Hyperliquid hourly funding via dp.getpairdataframe(candletype="fundingrate"), which is…

Superior-Trade/superior-skills · 79 tokens

funding-squeeze

Use when writing a strategy that captures short-squeeze setups on Hyperliquid perps — squeeze, short squeeze fuel, negative funding rally, fade the shorts, paid to long. Goes long when funding APR is deeply negative and price is already rising, then exits on funding normalisation or a time stop. Reads squeeze fuel…

Superior-Trade/superior-skills · 77 tokens