Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$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).
Derive the bridge transaction step from quote input (skips approve).
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-quote |
| description | Get a cross-chain quote and optimal route with fees and steps. |
Get a cross-chain quote and optimal route. This is the first step for "one-click" cross-chain onboarding.
sourceChainId (string)destChainId (string)sourceToken (string)destToken (string)amount (string)userAddress (string)targetRecipient (string)slippage (number, optional)feeConfig (object, optional)channel (string, optional)feessteps (may include approve, swap, and bridge depending on route)detailsorbiter_chains (optional)orbiter_tokens (optional)orbiter_bridge_quoteorbiter_bridge_tx (optional)orbiter_tx_simulateorbiter_tx_broadcastorbiter_transactionorbiter_bridge_flow to get quote + signableTx + approve + simulate in one callorbiter_sign_template to generate a signable transaction templateorbiter_sign_broadcast to sign and broadcast in one steporbiter bridge quote \
--source-chain 42161 \
--dest-chain 8453 \
--source-token 0x0000000000000000000000000000000000000000 \
--dest-token 0x0000000000000000000000000000000000000000 \
--amount 300000000000000 \
--user 0xabc... \
--recipient 0xabc...