用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Orbiter-Finance/bridge-skills --skill orbiter-bridge-quote命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| 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...