check-hymx-info
查看 hymatrix 网络跨链 支持哪些 Token, 支持哪些链?
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/charles-lpd/check-hymx-infoWhat This Skill Does
The check-hymx-info skill is an essential tool for users interacting with the Hymatrix cross-chain ecosystem. This skill acts as an intelligent query interface that retrieves real-time configuration data regarding supported tokens and blockchain networks. It parses complex bridge data—including locker addresses, token identifiers, decimal precision, and fee structures—into a human-readable format. Whether you are a liquidity provider or a general user looking to bridge assets, this skill provides the necessary technical metadata to ensure your cross-chain transactions are compatible and correctly configured.
Installation
To integrate this skill into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/charles-lpd/check-hymx-info
After installation, the agent will have immediate access to the bridge configuration endpoints.
Use Cases
This skill is primarily designed for:
- Asset Verification: Quickly checking if a specific token (like USDC or AO) is supported on the Hymatrix bridge before initiating a transfer.
- Fee Transparency: Understanding the specific burn fees associated with moving assets between disparate chains such as Ethereum or AO-Testnet.
- Network Troubleshooting: Confirming the locker addresses or contract identifiers for developers integrating their own front-ends with the Hymatrix protocol.
Example Prompts
- "What tokens are currently supported for cross-chain bridging on Hymatrix?"
- "Can I bridge ETH from Ethereum to Hymatrix? If so, what are the fees?"
- "Show me the detailed configuration and locker address for the AO token on the Hymatrix network."
Tips & Limitations
- Live Data: This skill relies on external bridge node endpoints. If the
cuUrl(bridge node URL) is temporarily down, the skill may fail to return the latest burn limits or fee structures. - Precision: Always verify the
decimalsfield provided by the tool when performing manual contract interactions, as mismatches can lead to failed transaction execution. - Scope: This tool is limited to Hymatrix-specific bridge data. It does not perform actual transactions; it only provides the metadata required for informed decision-making. Always double-check contract addresses against official documentation if you are moving high-value assets.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-charles-lpd-check-hymx-info": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
check-aox-info
查看 AO 网络 跨链,支持哪些 Token, 支持哪些链? 目前关闭或开启了哪条链的充值或提现功能。
check_transaction
Allows users to check the status of a blockchain transaction by submitting a TxId. Queries the AOX transaction API and returns human-readable results.
check-transaction
Check transaction status on Hymatrix bridge
check-ao-transaction
Check transaction status on AO bridge
Create Ticket
Skill by charles-lpd