在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:351
forks:10
updated:2026年3月12日 08:45
SKILL.md
One-click flow combining quote, signable tx, approval check, and optional simulation (no signing/broadcast).
Get a cross-chain quote and optimal route with fees and steps.
Query wallet portfolio by VM type and address.
Sign a tx template locally and broadcast it to the chain.
Generate a signable transaction template with optional RPC enrichment.
Deprecated: chain status placeholder; use orbiter_chains for lists.
| name | orbiter-bridge-tx |
| description | Derive the bridge transaction step from quote input (skips approve). |
Derive the bridge transaction step from quote input so it can be signed and broadcast directly.
quote responsesourceChainId (string)destChainId (string)sourceToken (string)destToken (string)amount (string)userAddress (string)targetRecipient (string)slippage (number, optional)feeConfig (object, optional)channel (string, optional)tx (data/to/value/gasLimit)quote (original quote, including fees and details)orbiter bridge tx \
--source-chain 42161 \
--dest-chain 8453 \
--source-token 0x0000000000000000000000000000000000000000 \
--dest-token 0x0000000000000000000000000000000000000000 \
--amount 300000000000000 \
--user 0xabc... \
--recipient 0xabc...