·use-algokit-utils
!

use-algokit-utils

AlgoKit Utils library for interacting with the Algorand blockchain from TypeScript or Python applications. Use when connecting to Algorand networks (LocalNet, TestNet, MainNet), sending payments or transferring assets, creating and managing accounts, deploying or interacting with smart contracts from client code, or composing transaction groups. NOT for writing smart contract code (use build-smart-contracts skill). Strong triggers include "How do I connect to Algorand?", "send a payment transaction", "create an account", "deploy my contract", "get an AlgorandClient", "AlgorandClient.fromEnvironment".

5Installs·0Trend·@algorand-devrel

Installation

$npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill use-algokit-utils

How to Install use-algokit-utils

Quickly install use-algokit-utils AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill use-algokit-utils
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: algorand-devrel/algorand-agent-skills.

SKILL.md

View raw

Use AlgoKit Utils to interact with the Algorand blockchain from TypeScript or Python applications.

| LocalNet development | AlgorandClient.defaultLocalNet() | | TestNet/MainNet | AlgorandClient.testNet() or .mainNet() | | Custom node | AlgorandClient.fromConfig({ algodConfig: {...} }) | | Deploy contract | Use typed app client factory (see app-client docs) | | Transaction groups | algorand.newGroup().addPayment(...).addAssetOptIn(...).send() |

AlgoKit Utils library for interacting with the Algorand blockchain from TypeScript or Python applications. Use when connecting to Algorand networks (LocalNet, TestNet, MainNet), sending payments or transferring assets, creating and managing accounts, deploying or interacting with smart contracts from client code, or composing transaction groups. NOT for writing smart contract code (use build-smart-contracts skill). Strong triggers include "How do I connect to Algorand?", "send a payment transaction", "create an account", "deploy my contract", "get an AlgorandClient", "AlgorandClient.fromEnvironment". Source: algorand-devrel/algorand-agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill use-algokit-utils
Category
!Security
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from algorand-devrel/algorand-agent-skills

Quick answers

What is use-algokit-utils?

AlgoKit Utils library for interacting with the Algorand blockchain from TypeScript or Python applications. Use when connecting to Algorand networks (LocalNet, TestNet, MainNet), sending payments or transferring assets, creating and managing accounts, deploying or interacting with smart contracts from client code, or composing transaction groups. NOT for writing smart contract code (use build-smart-contracts skill). Strong triggers include "How do I connect to Algorand?", "send a payment transaction", "create an account", "deploy my contract", "get an AlgorandClient", "AlgorandClient.fromEnvironment". Source: algorand-devrel/algorand-agent-skills.

How do I install use-algokit-utils?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill use-algokit-utils Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/algorand-devrel/algorand-agent-skills