lighter-robinhood

lighter-robinhood is a skill for Claude Code from Superior-Trade/superior-skills. It costs 32 tokens per session (930 once invoked), scanned A, original, MIT.

A strategy for Robinhood Chain Lighter, a trading venue for perpetual contracts, through Superior Trade. It uses a separate network, deposit currency, API, and instrument naming from the standard Lighter connection.

In plain words
What is it for?
Use it to prepare configurations and deployment plans for Robinhood Chain Lighter perpetuals, while requiring confirmation before moving funds or submitting signed actions.
Why use it?
It prevents the Robinhood Chain version from being confused with the regular Lighter venue, which could lead to using the wrong network or funding instructions.

Skill for Claude Code

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

Part of the superior-skills plugin — 31 skills shipped together

Good fit Use it to prepare configurations and deployment plans for Robinhood Chain Lighter perpetuals, while requiring confirmation before moving funds or submitting signed actions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/superior-trade/superior-skills/lighter-robinhood
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 Superior-Trade/superior-skills --skill lighter-robinhood
Clone the repo
git clone --depth 1 https://github.com/Superior-Trade/superior-skills

Made for: Claude Code.

Or install superior-skills, the plugin that ships this one along with the rest of its 31 skills.

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 lighter-robinhood

README.md
[![agentmods](https://agentmods.dev/badge/skills/superior-trade/superior-skills/lighter-robinhood/github.svg)](https://agentmods.dev/skills/superior-trade/superior-skills/lighter-robinhood)
Your own site
<a href="https://agentmods.dev/skills/superior-trade/superior-skills/lighter-robinhood"><img src="https://agentmods.dev/badge/skills/superior-trade/superior-skills/lighter-robinhood/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 lighter-robinhood

Your own site · 80×15
<a href="https://agentmods.dev/skills/superior-trade/superior-skills/lighter-robinhood"><img src="https://agentmods.dev/badge/skills/superior-trade/superior-skills/lighter-robinhood.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 930 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00032 $0.00930
Opus 5 $0.00016 $0.00465
Sonnet 5 $0.00006 $0.00186
Haiku 4.5 $0.00003 $0.00093

Measured yesterday against content hash e6e486af452a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

lighter-robinhood 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 yesterday.

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.

skills/lighter-robinhood/SKILL.md · 89 lines

How it starts

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

Superior Trade Robinhood Chain Lighter

Use this skill when the user asks about Robinhood Chain Lighter, Robinhood Wallet perps on Lighter, or the Superior Trade exchange named lighter-robinhood.

Exchange name: lighter-robinhood Venue config: { "venue": "lighter-robinhood", "instrument_id": "<SYMBOL>-PERP.LIGHTER-RH" } Superior API base: https://api.superior.trade Robinhood Chain id: 4663 Perps deposit asset: USDG

Safety Rules

  • Never ask for private keys, seed phrases, API private keys, passwords, or wallet credentials.
  • Never treat lighter-robinhood as an alias for lighter; it has a different venue profile, chain id, deposit asset, and instrument suffix.
  • Do not reuse the default Lighter USDC CCTP deposit wording. Robinhood Chain Lighter perps require USDG.
  • Do not claim live Nautilus execution support until signed transaction generation supports Robinhood Chain id 4663.
  • Never move funds or start live trading without explicit user confirmation.

Deployment Planning

First read GET /context/venues, GET /runtime/frameworks, and GET /context/markets. Create a deployment only if the returned capabilities include lighter-robinhood; otherwise report it as unavailable through Unified API. When supported, use POST /runtime/deployments with top-level fields from GET /openapi.json, venue: "lighter-robinhood", and the instrument identifier returned by market discovery.

{
  "framework": "nautilus",
  "venue": "lighter-robinhood",
  "mode": "paper",
  "name": "robinhood-lighter-plan",
  "code": "class RobinhoodLighterStrategy: pass\n",
  "config": {
    "instrument_id": "PLTR-PERP.LIGHTER-RH"
  }
}

Do not claim a fixed region profile or status code. Read the created deployment and its logs, and use PUT /runtime/deployments/{id}/status only after the user confirms the exact live action.

One-time actions

The current committed Unified contract does not define a Robinhood Chain Lighter execution action. Report one-off order or signed-proxy requests as unavailable. Do not adapt an older payload to POST /runtime/executions.

Read the full file on GitHub · 89 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. yesterday Changed e6e486af452a
  2. 7d ago Changed · -10 lines · +2 tokens per session 94ecf820cd42
  3. 13d ago First seen · 99 lines · 30 tokens per session scan A b0b99a73a131

Subscribe to this mod's changes

lighter-robinhood is a skill published in the GitHub repository Superior-Trade/superior-skills (209 stars, last pushed 2d ago), licensed MIT. It adds 32 tokens to every session and 930 once invoked, about $0.0002 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.