rightstack

rightstack is a skill for Claude Code, Codex from aaronjmars/aeon-agent. It costs 43 tokens per session (1,041 once invoked), scanned A, a copy of rightstack, MIT.

A read-only adviser for choosing and comparing tools for Web3 applications. Web3 refers to software built around blockchain networks; the adviser can inspect workflows, compare tools, and check package migration paths without implementing changes.

In plain words
What is it for?
Use it to request a Web3 stack recommendation, inspect a workflow, compare tools, explain a package, or review a migration path.
Why use it?
It provides architecture guidance while making clear that its recommendations may be incomplete or outdated. It also prevents advice from being mistaken for proof that a package or design will work.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to request a Web3 stack recommendation, inspect a workflow, compare tools, explain a package, or review a migration path.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aaronjmars/aeon-agent/rightstack
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 aaronjmars/aeon-agent --skill rightstack
Clone the repo
git clone --depth 1 https://github.com/aaronjmars/aeon-agent

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 rightstack

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaronjmars/aeon-agent/rightstack.svg)](https://agentmods.dev/skills/aaronjmars/aeon-agent/rightstack)
Your own site
<a href="https://agentmods.dev/skills/aaronjmars/aeon-agent/rightstack"><img src="https://agentmods.dev/badge/skills/aaronjmars/aeon-agent/rightstack.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,041 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.
Origin 100% copy Near-identical to another mod 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.00043 $0.01041
Opus 5 $0.00022 $0.00521
Sonnet 5 $0.00009 $0.00208
Haiku 4.5 $0.00004 $0.00104

Measured 3d ago against content hash 8e2fbb568f0d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

rightstack 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (run.mjs), 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.

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

This is a copy

100% identical to rightstack — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/rightstack/SKILL.md · 72 lines

How it starts

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

${var} - one RightStack query. Grammar:

  • <build goal> or recommend: <build goal> - recommend a Web3 stack.
  • workflow: <workflow-id> - inspect a known workflow.
  • compare: <tool-a> | <tool-b> - compare two tools.
  • explain: <tool-or-package> - inspect one tool.
  • migrate: <package> - check a package migration path.
  • empty input - print the grammar and exit RIGHTSTACK_EMPTY.

Today is ${today}. Use RightStack to produce a decision-ready Web3 architecture brief. RightStack is evidence to evaluate, not an authority: its corpus can be stale, incomplete, or route a broad prompt to the wrong workflow.

Integration boundary

This integration pins [email protected], which provides deterministic, versioned JSON for recommend, workflow, and compare. Treat schema_version: "1.0" as their contract boundary. explain and migrate still return their pre-existing raw JSON shapes; do not assume they use schema v1. Never scrape presentation-formatted terminal output.

The skill is advisory only. It does not install a recommended SDK, edit application code, create a wallet, deploy a contract, or submit a transaction. Those actions belong in a separate build skill after review.

Steps

  1. Read memory/MEMORY.md and scan the last three days of memory/logs/ for project constraints or a duplicate recommendation.
  2. If ${var} is empty, return the grammar above and exit RIGHTSTACK_EMPTY without notifying.
  3. Run node skills/rightstack/run.mjs. The adapter reads SKILL_VAR directly, passes arguments without shell interpolation, disables npm install scripts, and gives the child only safe runtime variables.
  4. Treat a non-zero exit as evidence. Report the operation, exit code, and concise stderr. Do not silently switch operations or invent a recommendation. Exit RIGHTSTACK_TOOL_ERROR.
  5. For recommend, workflow, and compare, confirm schema_version: "1.0" and the expected command. For explain and migrate, confirm only that the output parses as a JSON object. Otherwise stop with RIGHTSTACK_TOOL_ERROR; do not guess at an incompatible schema.
  6. Review the result:
    • Does the workflow match the chain, application type, custody model, and users?
    • Are required and optional layers distinguished?
    • Are named packages current enough to verify before implementation?
    • Are security, vendor-lock-in, operational, and migration tradeoffs stated?
    • Does it confuse a product migration with a package migration?
  7. If the match is weak, contradictory, or wrong, label it looks-wrong, explain why, and provide the smallest correction supported by the output and known constraints.
  8. Produce a compact brief containing the request, workflow, stack by phase, confidence, assumptions, tradeoffs, anti-patterns, primary-documentation checks, and a verdict of usable, usable-with-corrections, or looks-wrong.
  9. Send the same substantive brief via ./notify -f <path> when useful. Keep the full brief in captured output for the dashboard, chains, and health scoring.

Read the full file on GitHub · 72 lines

Files

What ships with it

1 file 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. 3d ago First seen · 72 lines · 43 tokens per session scan A 8e2fbb568f0d

Subscribe to this mod's changes

rightstack is a skill published in the GitHub repository aaronjmars/aeon-agent (11 stars, last pushed today), licensed MIT. It adds 43 tokens to every session and 1,041 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to rightstack, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

signature-replay

Signature replay attacks — missing nonces, missing chain ID, ecrecover zero address, signature malleability, cross-chain replay.

PurpleAILAB/Decepticon · 31 tokens

official-sui-skills

Pointer to the official Mysten Labs skills for building on Sui — language fundamentals, object model, PTBs, SDKs, publishing, upgrades, frontend integration, accessing on-chain data. Maintained upstream at github.com/MystenLabs/skills; pinned to the same ref the audit catalog derives from (see…

MystenLabs/sui · 116 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

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

bridge

Cross-chain token transfers using Wormhole and CCTP.

alsk1992/CloddsBot · 13 tokens

onchainkit

Build onchain apps with Coinbase's OnchainKit React components - wallets, swaps, NFTs, payments.

alsk1992/CloddsBot · 24 tokens