Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

hyperlane-monorepo

hyperlane-monorepo 收录了来自 hyperlane-xyz 的 31 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
31
Stars
66
更新
2026-07-03
Forks
597
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

set-moonpay-standing-quotes
软件开发工程师

Update standing fee quotes for the CROSS/moonpay warp route. Use when asked to set, update, or change fees/bps for specific chains, tokens, or directions in the MoonPay route. Also use when asked to show or read current standing quotes.

2026-07-03
hyperlane-message-utils
软件开发工程师

Encode and decode raw Hyperlane messages to/from packed hex bytes using the CLI. Use when you need to construct a message for testing, inspect a raw message from logs or a transaction, or decode a warp transfer body.

2026-06-29
hyperlane-utils
软件开发工程师

Helper skill for using Hyperlane CLI address conversion utilities (addressToBytes32 and bytes32ToAddress) for cross-chain message formatting

2026-06-29
warp-route-check
软件开发工程师

A skill that allows a user to validate that a warp route deployment will be in the expected state after applying some configuration

2026-06-29
warp-simulate-safe-txs
软件开发工程师

Simulate pending Safe (multisig) governance txs for a warp route by replaying the literal calldata onto anvil forks, self-relaying any ICA messages, then running warp check against the desired registry config. Use to verify that a not-yet-signed Safe batch produces the intended warp route config before signing.

2026-06-09
warp-deploy-extend-route
软件开发工程师

Add a new chain to an existing warp route owned by a customer. Reads a Linear ticket, adds the new chain to the deploy.yaml, builds a customer-specific strategy file for existing chains, runs warp apply, and outputs transaction files for the customer to sign via their multisig.

2026-06-08
claude-review
软件质量保证分析师与测试员

Review code changes using Hyperlane monorepo coding standards. Use when reviewing PRs, checking your own changes, or doing self-review before committing.

2026-06-02
inline-pr-comments
软件质量保证分析师与测试员

Post a single consolidated PR review with summary and inline comments. Use this skill to deliver code review feedback as one unified review per run.

2026-06-02
warp-balances
软件开发工程师

Check token balances for each leg of a warp route. Shows collateral locked (for collateral/native legs) and total circulating supply (for synthetic legs). Use when you want to inspect the current state of a warp route's liquidity.

2026-05-20
warp-deploy-init-route
软件开发工程师

First step of deploying a new warp route (steps 1–9). Reads a Linear ticket to extract token details and chain configuration, looks up mailbox addresses from the local registry, generates the deploy.yaml, runs the deploy, and optionally runs a send test. Follow up with /warp-deploy-update-owners.

2026-05-19
warp-deploy-update-owners
软件开发工程师

Post-deployment ownership transfer and registry PR for a warp route. Transfers ownership from the temporary deployer address to real owners, adds CoinGecko ID, commits, and opens a registry PR. Run after warp-deploy-init completes deployment.

2026-05-19
debug-validator-checkpoint-inconsistency
软件开发工程师

Debug validator checkpoint inconsistencies where some validators are behind others. Use when alerts mention "checkpoint inconsistency", "validators behind", or "inconsistent latest checkpoints", or when asked to debug validator sets, investigate validator delays, or troubleshoot metadata fetch failures for a chain. Defaults to default_ism app context if not specified.

2026-05-04
debug-rpc-provider
网络与计算机系统管理员

Debug RPC provider health issues for a chain. Use when alerts mention RPC failures, high latency, stale blocks, or provider errors. Diagnoses the issue and recommends fixes.

2026-05-04
fix-rpc-urls
网络与计算机系统管理员

Apply RPC URL changes for a chain. Use after /debug-rpc-provider has diagnosed the issue and recommended new URLs. The user invoking this skill is the confirmation gate.

2026-05-04
warp-deploy-fund-deployer
软件开发工程师

Pre-flight gas and balance check before deploying a warp route. Reads a Linear ticket, checks deployer wallet native gas balances per chain (warn if <$10), and checks collateral token balance (need ~$1 for testing).

2026-04-24
warp-deploy-nexus
软件开发工程师

Add a new warp route to the Nexus UI whitelist. Checks out the nexus branch of hyperlane-warp-ui-template, adds the warp route ID to warpRouteWhitelist.ts, and opens a PR targeting the nexus branch.

2026-04-24
warp-deploy-register-route
软件开发工程师

Post-registry-merge steps for a new warp route deployment. Adds the warp route ID to warpIds.ts, updates .registryrc to latest registry commit, runs update-agent-config, then guides the user through warp monitor deployment and PR creation.

2026-04-24
verify-warp-contracts
软件开发工程师

Verify EVM warp route contract source code on block explorers (implementation, ProxyAdmin, TransparentUpgradeableProxy)

2026-04-08
build-docker-image
网络与计算机系统管理员

Trigger Docker image builds for Hyperlane agent, monorepo, or node service images. Use when the user wants to build new Docker images for a branch, commit, or tag.

2026-03-16
find-docker-image
网络与计算机系统管理员

Find existing Docker image tags on GHCR for Hyperlane agent, monorepo, or node service images. Use when the user wants to find a recent image, look up an image for a branch or commit, or check what's currently deployed.

2026-03-16
claude-security-review
信息安全分析师

Security-focused review for Hyperlane protocol code. Use for Solidity contracts, Rust agents, and infrastructure changes.

2026-03-04
claude-tob-review
软件开发工程师

Trail of Bits security skills analysis for Solidity contracts. Use for deep smart contract security review with invariant suggestions.

2026-03-04
denylist-stuck-messages
软件开发工程师

Add message IDs to the relayer denylist. Use after investigating stuck messages with /investigate-stuck-messages, or when you have specific message IDs to denylist.

2026-02-07
fix-merkle-root-mismatch
软件开发工程师

Apply fixes for merkle root mismatch issues in the relayer database. Use after running /investigate-merkle-root-mismatch to investigate and identify the mismatched entries. Requires user confirmation before any database modifications.

2026-02-07
investigate-merkle-root-mismatch
软件开发工程师

Investigate merkle root mismatch alerts between relayer and validators. Use when alerts mention "merkle root mismatch", "checkpoint root does not match canonical root", or when asked to debug relayer merkle tree issues for a chain. This skill only investigates - use /fix-merkle-root-mismatch to apply fixes.

2026-02-07
investigate-stuck-messages
软件开发工程师

Investigate stuck messages in relayer queue. Use when alerts mention "queue length > 0", to diagnose why messages are stuck, or to get message IDs for denylisting.

2026-02-07
warp-fork
软件开发工程师

Fork a warp route from the local HTTP registry for development and testing. Use when the goal is try to simulate transactions on a set of anvil forks.

2026-02-07
debug-message
软件开发工程师

Debug why a Hyperlane message is not being processed. Use when given a message ID or explorer URL to investigate delivery failures, gas estimation errors, validator issues, or other processing problems.

2026-01-28
gcp-logs
网络与计算机系统管理员

Read and query GCP logs for Hyperlane agents using gcloud CLI. Use when investigating relayer, validator, or scraper logs, debugging message processing, or analyzing operational issues. Provides efficient filtering and context management strategies.

2026-01-28
self-relay-hyperlane-message
软件开发工程师

Uses the Hyperlane CLI to manually deliver (self-relay) a message between chains that are Ethereum protocol type.

2026-01-26
start-http-registry
软件开发工程师

Start the local HTTP registry server for development. Use when testing infra scripts or commands that need a Abacus work private overrides such as RPC URLS.

2026-01-26