build-on-algorand

build-on-algorand is a skill for Claude Code, Codex from initlabsai/vibekit. It costs 90 tokens per session (1,262 once invoked), scanned A, original, MIT.

A set of instructions for building Algorand applications in TypeScript, including on-chain programs and off-chain client code. Algorand is a blockchain platform, and on-chain code runs under stricter rules than normal JavaScript.

In plain words
What is it for?
Use it when creating or changing Algorand contracts, tokens, generated clients, wallet connections, tests, deployments, or migrations.
Why use it?
It helps keep blockchain contract code separate from client code and follow the project's existing tools and patterns.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it when creating or changing Algorand contracts, tokens, generated clients, wallet connections, tests, deployments, or migrations.

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

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 build-on-algorand

README.md
[![agentmods](https://agentmods.dev/badge/skills/initlabsai/vibekit/build-on-algorand/github.svg)](https://agentmods.dev/skills/initlabsai/vibekit/build-on-algorand)
Your own site
<a href="https://agentmods.dev/skills/initlabsai/vibekit/build-on-algorand"><img src="https://agentmods.dev/badge/skills/initlabsai/vibekit/build-on-algorand/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 build-on-algorand

Your own site · 80×15
<a href="https://agentmods.dev/skills/initlabsai/vibekit/build-on-algorand"><img src="https://agentmods.dev/badge/skills/initlabsai/vibekit/build-on-algorand.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,262 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.00090 $0.01262
Opus 5 $0.00045 $0.00631
Sonnet 5 $0.00018 $0.00252
Haiku 4.5 $0.00009 $0.00126

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

Security

Grade A, and why

build-on-algorand 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 10d 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.

skills/build-on-algorand/SKILL.md · 90 lines

How it starts

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

Build on Algorand

Build Algorand applications with TypeScript on both sides of the compilation boundary:

  • Contract TypeScript is the restricted Algorand TypeScript language that PuyaTs compiles for the AVM. It is not general JavaScript.
  • Client TypeScript runs off-chain and uses generated clients, AlgoKit Utils, algosdk, and wallet signers.

Preserve that boundary. Never copy off-chain libraries, asynchronous code, or ordinary JavaScript data models into a contract.

Start with the project

Read AGENTS.md, package.json, compiler configuration, and existing contract and generated-client patterns before changing code. Use the project's pinned dependencies and npm scripts. Do not introduce Python or the AlgoKit CLI, and do not replace the project's stack or add a dependency when its existing tools cover the task.

When working in a VibeKit-configured project, load use-vibekit for project lifecycle, LocalNet, accounts, signing, network selection, deployment, and on-chain operations. This skill covers the application code and design.

Choose the guide

Task Guide
Reason about applications, Logic Signatures, execution budgets, resources, fees, or protocol capabilities AVM fundamentals
Write or review Algorand TypeScript contract types, methods, control flow, or ABI surfaces PuyaTs contracts
Choose state, use boxes, inspect group transactions, or emit inner transactions State and transactions
Generate or consume typed clients, test contracts, simulate calls, or debug failures Clients and testing
Connect a browser wallet or pass a wallet signer to a generated client Frontend wallets
Harden an implementation or perform an ordinary contract-safety review Security
Move from TEALScript, Algorand TypeScript beta, ARC-32, or older client APIs Migrations
Select an application, ASA, token, NFT, event, or multisig ARC Standards
Orient a TypeScript client or resource server to x402 on Algorand x402

Read the full file on GitHub · 90 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. 10d ago First seen · 90 lines · 90 tokens per session scan A f1cc8c46a264

Subscribe to this mod's changes

build-on-algorand is a skill published in the GitHub repository initlabsai/vibekit (27 stars, last pushed 7d ago), licensed MIT. It adds 90 tokens to every session and 1,262 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

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…

starknet-io/starknet.js · 79 tokens

viem-integration

Integrate EVM blockchains using viem. Use when user says "read blockchain data", "send transaction", "interact with smart contract", "connect to Ethereum", "use viem", "use wagmi", "wallet integration", "viem setup", or mentions blockchain/EVM development with TypeScript.

Uniswap/uniswap-ai · 69 tokens

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…

BofAI/skills · 82 tokens

solana

Use when working on Solana software, including one or more of: Solana client code using TypeScript, Rust libraries that use Solana crates, Anchor programs, Quasar programs, LiteSVM tests, including Rust program files, TypeScript tests, and Anchor.toml or Quasar.toml configuration. Designed to create minimal, reusable…

quicknode/solana-finance-claude-plugin · 76 tokens

upgrade-viem

Input: optionally a target viem version. Without one, use the latest release on npm.

evmts/tevm · 0 tokens

bnb-chain-toolkit-guide

Guide to the BNB Chain Toolkit — a modular TypeScript toolkit for building, deploying, and interacting with smart contracts on BNB Chain. Includes BEP-20 token utilities, DeFi integrations, wallet management, and cross-chain bridging. Built for BNB Chain Hackathon by the Sperax team.

nirholas/three.ws · 67 tokens