·troubleshoot-errors
!

troubleshoot-errors

诊断并修复常见的 Algorand 错误,包括智能合约故障、交易拒绝和 SDK 异常。当遇到智能合约逻辑错误或断言失败、交易拒绝或确认超时、SDK 异常(AlgodHTTPError、LogicError)、账户相关错误(余额不足、未选择加入)或 ABI 编码/解码错误时使用。强触发器包括“逻辑评估错误”、“断言失败”、“超支”、“交易被拒绝”、错误消息中的“pc=X”、“超出操作码预算”、“未找到帐户”、“未找到资产”。

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

安装

$npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill troubleshoot-errors

如何安装 troubleshoot-errors

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

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

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

SKILL.md

查看原文

| Contract Errors | Assert failures, opcode budget, invalid operations | contract-errors.md | | Transaction Errors | Overspend, invalid params, group issues | transaction-errors.md |

Cause: An assert statement in the smart contract evaluated to false.

Cause: Sender account has insufficient balance for amount + fee.

诊断并修复常见的 Algorand 错误,包括智能合约故障、交易拒绝和 SDK 异常。当遇到智能合约逻辑错误或断言失败、交易拒绝或确认超时、SDK 异常(AlgodHTTPError、LogicError)、账户相关错误(余额不足、未选择加入)或 ABI 编码/解码错误时使用。强触发器包括“逻辑评估错误”、“断言失败”、“超支”、“交易被拒绝”、错误消息中的“pc=X”、“超出操作码预算”、“未找到帐户”、“未找到资产”。 来源:algorand-devrel/algorand-agent-skills。

可引用信息

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

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

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

快速解答

什么是 troubleshoot-errors?

诊断并修复常见的 Algorand 错误,包括智能合约故障、交易拒绝和 SDK 异常。当遇到智能合约逻辑错误或断言失败、交易拒绝或确认超时、SDK 异常(AlgodHTTPError、LogicError)、账户相关错误(余额不足、未选择加入)或 ABI 编码/解码错误时使用。强触发器包括“逻辑评估错误”、“断言失败”、“超支”、“交易被拒绝”、错误消息中的“pc=X”、“超出操作码预算”、“未找到帐户”、“未找到资产”。 来源:algorand-devrel/algorand-agent-skills。

如何安装 troubleshoot-errors?

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

这个 Skill 的源码在哪?

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