use-algokit-utils

Installation
SKILL.md

AlgoKit Utils

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

Overview / Core Workflow

  1. Create an AlgorandClient instance
  2. Get or create accounts for signing
  3. Send transactions using algorand.send.* methods
  4. Or compose groups using algorand.newGroup()

How to proceed

  1. Initialize AlgorandClient:

    TypeScript:

    import { AlgorandClient } from '@algorandfoundation/algokit-utils'
    
Installs
5
GitHub Stars
30
First Seen
Jan 28, 2026
use-algokit-utils — algorand-devrel/algorand-agent-skills