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.
npx skills add keep-starknet-strange/starknet-agentic --skill starkzap-sdkgit clone --depth 1 https://github.com/keep-starknet-strange/starknet-agenticWrote 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/skills/keep-starknet-strange/starknet-agentic/starkzap-sdk)<a href="https://agentmods.dev/skills/keep-starknet-strange/starknet-agentic/starkzap-sdk"><img src="https://agentmods.dev/badge/skills/keep-starknet-strange/starknet-agentic/starkzap-sdk/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.
<a href="https://agentmods.dev/skills/keep-starknet-strange/starknet-agentic/starkzap-sdk"><img src="https://agentmods.dev/badge/skills/keep-starknet-strange/starknet-agentic/starkzap-sdk.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00047 | $0.03292 |
| Opus 5 | $0.00023 | $0.01646 |
| Sonnet 5 | $0.00009 | $0.00658 |
| Haiku 4.5 | $0.00005 | $0.00329 |
Grade A, and why
starkzap-sdk 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 11d 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 — 407 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Starkzap SDK
Project-focused guide for https://github.com/keep-starknet-strange/starkzap.
Use this skill when requests involve Starkzap SDK code, examples, or docs.
When to Use
Trigger for tasks like:
- "Add a new onboarding flow in Starkzap"
- "Fix sponsored transaction behavior in wallet.execute"
- "Update staking pool logic or validator presets"
- "Patch Privy signer/server integration"
- "Review Starkzap tests/docs/examples"
When NOT to Use
- Generic Starknet SDK work outside the Starkzap codebase.
- Cairo contract authoring, deployment operations, or security audits.
Quick Start
- Open the target Starkzap repository paths below and choose the smallest workflow surface first.
- Use skills catalog when the task crosses into generic Starknet wallet, deployment, or audit flows.
Repository Map
Primary implementation:
src/sdk.ts- top-level orchestration (StarkSDK)src/wallet/*- wallet implementations and lifecyclesrc/signer/*-StarkSigner,PrivySigner, signer adaptersrc/tx/*-TxandTxBuildersrc/erc20/*- token helpers, balance/transfer logicsrc/staking/*- staking operations and pool discoverysrc/types/*- shared domain types (Address,Amount, config)
Operational and docs:
tests/*andtests/integration/*examples/web,examples/server,examples/mobile,examples/flappy-birdscripts/*for generated artifacts in the Starkzap repodocs/*andmintlify-docs/*
Skill resources:
skills/starkzap-sdk/references/signer-integration.md- signer trust boundaries and auth assumptionsskills/starkzap-sdk/references/sponsored-transactions.md- paymaster flow and fee mode behaviorskills/starkzap-sdk/references/erc20-helpers.md-Amountsemantics and transfer patternsskills/starkzap-sdk/references/staking-reliability.md- pool discovery and timeout/abort safetyskills/starkzap-sdk/scripts/wallet-execute-example.ts- wallet readiness and execute flowskills/starkzap-sdk/scripts/staking-pool-discovery.ts- staking pool discovery and diagnostics
What ships with it
10 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.
- agents/openai.yaml 313 B
- references/erc20-helpers.md 3.2 KB
- references/README.md 649 B
- references/signer-integration.md 3.6 KB
- references/sponsored-transactions.md 2.2 KB
- references/staking-reliability.md 2.1 KB
- scripts/privy-signing-debug.ts 1.0 KB runs code
- scripts/README.md 946 B
- scripts/staking-pool-discovery.ts 561 B runs code
- scripts/wallet-execute-example.ts 964 B runs code
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.
- 11d ago First seen · 407 lines · 47 tokens per session scan A 6c8a67c835e0
starkzap-sdk is a skill published in the GitHub repository keep-starknet-strange/starknet-agentic (80 stars, last pushed 2d ago), licensed MIT. It adds 47 tokens to every session and 3,292 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.
Other skills, from other repositories
wallet-cli
Operate the TypeScript TRON wallet CLI for accounts, transfers, staking, governance, contracts, signing, chain queries, and password input with wallet-cli 4.13.0. Refuse wallet passwords in argv and require the supported stdin channel. For Java REPL requests, refuse that entry and offer the TypeScript one-shot CLI…
starknet-js
Reference for building Starknet applications using starknet.js v9.x SDK, including contract interaction, account management, transaction handling, fee estimation, wallet integration, and paymaster flows.
starknet-wallet
Create and manage Starknet wallets for AI agents. Transfer tokens, check balances, manage session keys, deploy accounts, and interact with smart contracts using native Account Abstraction.
starknet-js
Use when writing or debugging JavaScript/TypeScript that interacts with Starknet through the starknet.js SDK — building Call objects or calldata, encoding/decoding Cairo types (felt252, u256, structs, arrays, spans, ByteArray, Option/Result/custom enums), or working with contracts, accounts, providers, transactions…
bankofai-guide
Onboarding guide for BofAI skills — handles post-install setup, AgentWallet creation, and wallet guard when no wallet is configured.
blockchain-web3
Use this skill when asked about web3 frontend development, ethers.js, viem, wagmi, web3.js, wallet integration (MetaMask, Phantom, WalletConnect), dApp architecture, RPC providers (Alchemy, Infura), and TypeScript blockchain SDKs. Language: TypeScript. Covers reading blockchain state, sending transactions, wallet…