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.
git clone --depth 1 https://github.com/Abstract-Foundation/abstract-skillsWrote 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.
[](https://agentmods.dev/commands/abstract-foundation/abstract-skills/abstract-quickstart)<a href="https://agentmods.dev/commands/abstract-foundation/abstract-skills/abstract-quickstart"><img src="https://agentmods.dev/badge/commands/abstract-foundation/abstract-skills/abstract-quickstart.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00022 | $0.00625 |
| Opus 5 | $0.00011 | $0.00313 |
| Sonnet 5 | $0.00004 | $0.00125 |
| Haiku 4.5 | $0.00002 | $0.00063 |
Grade A, and why
abstract-quickstart 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Abstract Quickstart
You are scaffolding a new project on Abstract (Ethereum L2, ZK Stack).
Step 1: Ask what they're building
Step 2: For React apps
If the user chose react-app or both:
- Run the official scaffolder:
npx @abstract-foundation/create-abstract-app@latest <project-name>
-
Confirm the generated project has:
@abstract-foundation/agw-reactand@abstract-foundation/agw-clientinstalledAbstractWalletProviderwrapping the appuseLoginWithAbstracthook ready to use[email protected](not 1.x)- Chain set to
abstractTestnetfor development
-
Share quick tips:
- Switch to
abstract(mainnet) chain when ready for production - Use
useWriteContractSponsoredfor gas-free transactions - See
abstract-global-walletskill for session keys and advanced features
- Switch to
Step 3: For smart contracts
If the user chose smart-contract or both:
- Ask about framework preference (default to Foundry):
-
Follow the setup steps from the
deploying-contracts-on-abstractskill for the chosen framework (Foundry or Hardhat). That skill has the complete install, config, compile, and deploy workflow. -
Remind them:
- All
forgecommands need--zksyncflag - Compiled output goes to
zkout/(Foundry) orartifacts-zk/(Hardhat) - Get testnet ETH from faucets: https://docs.abs.xyz/tooling/faucets
- See
deploying-contracts-on-abstractskill for deployment workflow
- All
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.
- 6d ago First seen · 79 lines · 22 tokens per session scan A 9c90c755a9cb
abstract-quickstart is a command published in the GitHub repository Abstract-Foundation/abstract-skills (10 stars, last pushed 6mo ago), licensed MIT. It adds 22 tokens to every session and 625 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-31.
Other commands, from other repositories
deploy
Deploy Solana program (devnet first, then mainnet).
audit-strict
Multi-pass consensus audit — runs the audit twice with different prompts, only reports consensus findings. Aggressively cuts false positives.
invariant
Generate Foundry invariant tests for property-based fuzzing. The high-value command for serious teams.
docs-remove
Remove a user-defined source alias from sources.yaml, optionally deleting its cached Markdown.
analyze
Conduct a full gas optimization analysis on a Foundry Solidity project.
checklist
Generate a custom checklist for the current feature based on user requirements.