·use-algokit-utils
!

use-algokit-utils

AlgoKit Utils 库,用于通过 TypeScript 或 Python 应用程序与 Algorand 区块链进行交互。在连接到 Algorand 网络(LocalNet、TestNet、MainNet)、发送付款或转移资产、创建和管理帐户、从客户端代码部署智能合约或与之交互或组成交易组时使用。不适用于编写智能合约代码(使用构建智能合约技能)。强触发器包括“如何连接到 Algorand?”、“发送支付交易”、“创建帐户”、“部署我的合约”、“获取 AlgorandClient”、“AlgorandClient.fromEnvironment”。

5安装·0热度·@algorand-devrel

安装

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

如何安装 use-algokit-utils

通过命令行快速安装 use-algokit-utils AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill use-algokit-utils
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:algorand-devrel/algorand-agent-skills。

SKILL.md

查看原文

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 库,用于通过 TypeScript 或 Python 应用程序与 Algorand 区块链进行交互。在连接到 Algorand 网络(LocalNet、TestNet、MainNet)、发送付款或转移资产、创建和管理帐户、从客户端代码部署智能合约或与之交互或组成交易组时使用。不适用于编写智能合约代码(使用构建智能合约技能)。强触发器包括“如何连接到 Algorand?”、“发送支付交易”、“创建帐户”、“部署我的合约”、“获取 AlgorandClient”、“AlgorandClient.fromEnvironment”。 来源:algorand-devrel/algorand-agent-skills。

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill use-algokit-utils 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill use-algokit-utils
分类
!安全工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

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

快速解答

什么是 use-algokit-utils?

AlgoKit Utils 库,用于通过 TypeScript 或 Python 应用程序与 Algorand 区块链进行交互。在连接到 Algorand 网络(LocalNet、TestNet、MainNet)、发送付款或转移资产、创建和管理帐户、从客户端代码部署智能合约或与之交互或组成交易组时使用。不适用于编写智能合约代码(使用构建智能合约技能)。强触发器包括“如何连接到 Algorand?”、“发送支付交易”、“创建帐户”、“部署我的合约”、“获取 AlgorandClient”、“AlgorandClient.fromEnvironment”。 来源:algorand-devrel/algorand-agent-skills。

如何安装 use-algokit-utils?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill use-algokit-utils 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

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