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).
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...