rightstack

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

A read-only adviser for choosing and comparing Web3 tools and packages, where Web3 refers to applications built around blockchain networks. It can inspect workflows and migration paths but does not install software, edit code, create wallets, or submit transactions.

In plain words
What is it for?
Use it to request Web3 stack recommendations, inspect a workflow, compare tools, explain a package, or check a package migration path.
Why use it?
Architecture choices and package migrations can be hard to compare, especially when the available information may be incomplete or outdated. This keeps the tool focused on planning rather than making changes.

Skill for Claude CodeCodex

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

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

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

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/aeonfun/aeon/rightstack.svg)](https://agentmods.dev/skills/aeonfun/aeon/rightstack)
Your own site
<a href="https://agentmods.dev/skills/aeonfun/aeon/rightstack"><img src="https://agentmods.dev/badge/skills/aeonfun/aeon/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. 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.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

Copies of this mod

1 near-identical copy found in the catalogue:

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 aeonfun/aeon (716 stars, last pushed yesterday), 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. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

nft-standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

wshobson/agents · 48 tokens

web3-testing

Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols.

wshobson/agents · 46 tokens

defi-protocol-templates

Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and flash loans. Use when building decentralized finance applications or smart contract protocols.

wshobson/agents · 38 tokens

solidity-security

Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementing security measures for blockchain applications.

wshobson/agents · 38 tokens

flowcraft-config

Author, validate, and troubleshoot complete FlowCraft deployment configuration (deploy.yaml with the runtime section, inference/workspace/sandbox/tool sub-documents, core/memory contracts, and graph JSON node wiring). Use when writing or reviewing FlowCraft configs, assembling an agent deployment, adding…

GizClaw/flowcraft · 96 tokens

blockchain-web3

Solidity smart contracts, Web3 development, DeFi protocols, NFTs, EVM chains, Hardhat/Foundry tooling, and blockchain security. Use when writing smart contracts, building dApps, auditing contract security, or integrating Web3 wallets.

travisjneuman/.claude · 55 tokens