agent-onboarding

agent-onboarding is a skill for Claude Code, Codex from Nunchi-trade/agent-cli. It costs 17 tokens per session (2,284 once invoked), scanned A, original, MIT.

A first-time setup guide for the YEX automated trading system on Hyperliquid, a cryptocurrency derivatives exchange. It walks through preparing the environment, validating access, and testing trades before live use.

In plain words
What is it for?
It helps install the system, check its Python environment, prepare trading credentials, approve builder fees, and move from setup to a first trade on Hyperliquid.
Why use it?
It reduces setup mistakes that could cause orders to fail or expose funds to untested software. The process includes checks, testnet validation, and a mock trade before live trading.

Skill for Claude CodeCodex

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/nunchi-trade/agent-cli/onboard
Any agent
npx skills add Nunchi-trade/agent-cli --skill onboard
Clone the repo
git clone --depth 1 https://github.com/Nunchi-trade/agent-cli

Made for: Claude Code, Codex.

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 agent-onboarding

README.md
[![agentmods](https://agentmods.dev/badge/skills/nunchi-trade/agent-cli/onboard.svg)](https://agentmods.dev/skills/nunchi-trade/agent-cli/onboard)
Your own site
<a href="https://agentmods.dev/skills/nunchi-trade/agent-cli/onboard"><img src="https://agentmods.dev/badge/skills/nunchi-trade/agent-cli/onboard.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,284 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.00017 $0.02284
Opus 5 $0.00009 $0.01142
Sonnet 5 $0.00003 $0.00457
Haiku 4.5 $0.00002 $0.00228

Measured 4d ago against content hash 989fee88c5e4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

agent-onboarding 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 4d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

skills/onboard/SKILL.md · 316 lines

How it starts

The opening of the file, as written. The whole thing — 316 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Onboarding

Complete first-time setup for the YEX autonomous trading system on Hyperliquid. Follow every step in order. Do not skip steps. Verify each step before proceeding to the next.

Agent Mandate

You are onboarding onto the YEX trading system. Your goal is to reach a state where you can autonomously trade on Hyperliquid (testnet or mainnet). Every step has a verification command — if verification fails, fix the issue before continuing.

RULES:

  • Follow steps sequentially — each depends on the previous
  • NEVER skip builder fee approval — all orders will fail without it
  • ALWAYS validate with a mock trade before going live
  • NEVER start on mainnet without completing testnet validation first
  • Save all credentials (passwords, addresses) — they cannot be recovered

Step 1: Environment Bootstrap

Install Python dependencies and verify the CLI works.

Option A — Shell script (recommended):

cd ~/agent-cli
bash scripts/bootstrap.sh

Option B — Manual:

cd ~/agent-cli
python3 -m venv .venv
source .venv/bin/activate
pip install -e .

Verify:

hl setup check

Expected: All items show OK, no !! issues (except missing key — that's Step 2).

If fails:

Error Fix
python3 not found Install Python 3.10+ via brew install python or system package manager
pip install failed Ensure you're in a venv: source .venv/bin/activate
ModuleNotFoundError: hyperliquid Run pip install hyperliquid-python-sdk

Step 2: Wallet Setup

Create or import a Hyperliquid wallet.

Decision tree:

  • Do you have a private key?
    • YES → Import it:
      hl wallet import --key 0x<your_key>
      
    • NO → Create a new one (non-interactive, with auto-saved credentials):
      hl wallet auto --save-env --json
      
      This creates the wallet, saves HL_KEYSTORE_PASSWORD to ~/.hl-agent/env (auto-detected by CLI), and outputs JSON: {"address": "...", "password": "...", "keystore": "...", "env_file": "..."}.

Read the full file on GitHub · 316 lines

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. 4d ago First seen · 316 lines · 17 tokens per session scan A 989fee88c5e4

Subscribe to this mod's changes

agent-onboarding is a skill published in the GitHub repository Nunchi-trade/agent-cli (515 stars, last pushed 1mo ago), licensed MIT. It adds 17 tokens to every session and 2,284 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

portfolio

Cross-chain DeFi portfolio discovery, rebalancing suggestions, and NEAR Intent construction. Activates when the user pastes a wallet address or asks about yield/positions/rebalancing. Bootstraps a per-user "portfolio" project, aggregates positions across all the user's addresses inside one project, and offers a…

suyoumo/ClawProBench · 69 tokens

okx-cex-earn

Manages OKX Simple Earn (flexible savings/lending), Flash Earn, On-chain Earn (staking/DeFi), Dual Investment (DCD/双币赢), and AutoEarn (自动赚币) via the okx CLI. Use this skill whenever the user wants to check earn balances, browse flash-earn projects, subscribe or redeem earn products, view or set lending rates, monitor…

okx/agent-trade-kit · 274 tokens

crypto-market-rank

Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…

tradecatlabs/tradecat-public · 85 tokens

copy-trading

Wallet evaluation, monitoring, and copy-trade strategy design for Solana DEX trading.

agiprolabs/claude-trading-skills · 21 tokens

strategy-framework

Standardized template for defining trading strategies with entry rules, exit rules, position sizing, risk parameters, and performance criteria.

agiprolabs/claude-trading-skills · 26 tokens

trading-signal

Subscribe and retrieve on-chain Smart Money signals. Monitor trading activities of smart money addresses, including buy/sell signals, trigger price, current price, max gain, and exit rate. Use this skill when users are looking for investment opportunities — smart money signals can serve as valuable references for…

tradecatlabs/tradecat-public · 64 tokens