pear-protocol

pear-protocol is a skill for Claude Code, Codex from Starchild-ai-agent/official-skills. It costs 93 tokens per session (2,480 once invoked), scanned A, original, no licence file.

A pair-trading tool for Hyperliquid, a crypto trading platform. Pair trading means going long on one asset and short on another to trade their relative performance.

In plain words
What is it for?
Use it to compare pair ratios, correlations, or funding, and to manage markets, positions, and trades on Pear Protocol.
Why use it?
It provides one workflow for checking pair relationships and managing the related positions and orders with an agent wallet.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to compare pair ratios, correlations, or funding, and to manage markets, positions, and trades on Pear Protocol.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/starchild-ai-agent/official-skills/pear-protocol
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.

Any agent
npx skills add Starchild-ai-agent/official-skills --skill pear-protocol
Clone the repo
git clone --depth 1 https://github.com/Starchild-ai-agent/official-skills

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 pear-protocol

README.md
[![agentmods](https://agentmods.dev/badge/skills/starchild-ai-agent/official-skills/pear-protocol/github.svg)](https://agentmods.dev/skills/starchild-ai-agent/official-skills/pear-protocol)
Your own site
<a href="https://agentmods.dev/skills/starchild-ai-agent/official-skills/pear-protocol"><img src="https://agentmods.dev/badge/skills/starchild-ai-agent/official-skills/pear-protocol/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pear-protocol

Your own site · 80×15
<a href="https://agentmods.dev/skills/starchild-ai-agent/official-skills/pear-protocol"><img src="https://agentmods.dev/badge/skills/starchild-ai-agent/official-skills/pear-protocol.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,480 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00093 $0.02480
Opus 5 $0.00046 $0.01240
Sonnet 5 $0.00019 $0.00496
Haiku 4.5 $0.00009 $0.00248

Measured 9d ago against content hash 901d97cebdb1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

pear-protocol scanned grade A with 1 finding 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 9d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/gateway.py, scripts/pear_mcp.py, scripts/preflight.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

## Auth — `scripts/gateway.py` (use this, don't hand-roll curl)
pear-protocol/SKILL.md · 192 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

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 192 lines · 93 tokens per session scan A 901d97cebdb1

Subscribe to this mod's changes

pear-protocol is a skill published in the GitHub repository Starchild-ai-agent/official-skills (27 stars, last pushed 2d ago), with no licence file. It adds 93 tokens to every session and 2,480 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

hyperliquid-orders

Place, cancel and modify Hyperliquid orders correctly from the desk computer - limit and IOC (market-style) orders, take-profit and stop-loss trigger orders with grouping, client order ids, reduce-only, batch actions, price and size rounding, and how to read every response status. Write path - Execution Trader only…

galleonlabs/hypergrok-trading-desk · 88 tokens

hyperliquid-advanced

Less common Hyperliquid actions and their rules - dead-man's switch (scheduleCancel), TWAP orders, spot orders, expiresAfter and nonces, API wallet approval from code, sub-account and vault addressing, HIP-3 dexs, and what the desk deliberately does not do (transfers, withdrawals, builder fees, staking). Write actions…

galleonlabs/hypergrok-trading-desk · 105 tokens

desk-execution-protocol

The Execution Trader's procedure for turning an approved ticket into one Hyperliquid action and reconciling it - the pre-send checklist, order construction rules, single-send discipline, unknown-result handling and the execution report. Use before and after every send, cancel, modify, leverage change or close.

galleonlabs/hypergrok-trading-desk · 65 tokens

hyperliquid-market-data

Read live Hyperliquid market data from the desk computer with curl or the Python SDK - mid, mark and oracle prices, order book depth, funding (current, predicted, historical), open interest, volume, candles, perp and spot metadata, margin tiers, and how to save datasets for the strategy lab. Read-only, no key. Use for…

galleonlabs/hypergrok-trading-desk · 89 tokens

hyperliquid-account

Read a Hyperliquid account from the desk computer - positions and margin, spot balances, open orders including trigger details, fills, funding paid, ledger updates, order status by oid or cloid, historical orders, portfolio history, fee tier and rate-limit budget - with curl and Python SDK examples. Read-only, needs…

galleonlabs/hypergrok-trading-desk · 86 tokens

hyperliquid-positions

Manage Hyperliquid perp positions and margin from the desk computer - read positions and margin, set leverage and cross/isolated mode, add isolated margin, understand margin tiers and liquidation price, close a position with a reduce-only IOC, and clean up orphaned orders. Write actions are Execution Trader only, on…

galleonlabs/hypergrok-trading-desk · 85 tokens