📦 check-ao-transaction — AO跨链交易查询

v1.0.0

一键查询 AO 跨链桥交易状态,实时返回是否确认、区块高度及时间戳,帮助开发者快速定位跨链转账进度。

0· 154·0 当前·0 累计
下载技能包
最后更新
2026/3/21
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
NULL
评估建议
This skill simply asks for a transaction id and queries https://api.aox.xyz/tx/<txid>. It does not require credentials or read local files. Before installing, confirm you trust the AOX API endpoint (api.aox.xyz) because the skill will send any provided tx id there. Note: there is a small potential runtime mismatch (use of ESM-style export in a script invoked with plain node) that may cause the script to fail on some Node setups — this is a functionality/compatibility issue, not a security concer...
详细分析 ▾
用途与能力
Name/description (check AO bridge transaction) aligns with the included code and SKILL.md. The only external interaction is an HTTP GET to https://api.aox.xyz/tx/&lt;txid&gt;, which is appropriate for this purpose.
指令范围
SKILL.md instructs the agent to accept a tx hash and return the bridge transaction schema. The runtime script only reads stdin for the tx id, queries the AOX endpoint, converts numeric fields, and outputs JSON. It does not read other files, env vars, or unrelated system state.
安装机制
There is no install spec; this is instruction-plus-small-script only. Nothing is downloaded or written to disk at install time.
凭证需求
The skill declares no required environment variables or credentials and the code does not access any secrets or config paths. Network access to the AOX API is the only external interaction, which is proportional to the stated function.
持久化与权限
The skill is not flagged always:true and does not request persistent system-level privileges or modify other skills' configs. It runs on demand.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/21

NULL

无害

安装命令

点击复制
官方npx clawhub@latest install check-ao-transaction
镜像加速npx clawhub@latest install check-ao-transaction --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库