Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问许可证需确认审计异常

arbitrum-skills任意技能

Agent Skill

arbitrum-skills 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

346

周安装

14

GitHub Stars

公开资料未说明

下载量

109
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:arbitrum-skills(任意技能)
来源仓库:https://github.com/utkucy/arbitrum-skills
仓库路径:skills/arbitrum-skills
安装命令:
npx skills add https://github.com/utkucy/arbitrum-skills --skill arbitrum-skills
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/utkucy/arbitrum-skills --skill arbitrum-skills

简介

arbitrum-skills 提供 Arbitrum 区块链开发参考文档。

  • 信息来源于官方资料与开源合约库,涵盖部署与交互指南。
  • 用户须自行验证信息时效性与适用性,承担生产使用风险。
  • 涉及链上操作时务必二次确认参数与交易详情。arbitrum-skills 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 适用于开发者快速查阅最佳实践与常见问题解决方案。

SKILL.md

Arbitrum Development Knowledge Base

User Responsibility Notice

This skill provides reference documentation only. All information is sourced from official Arbitrum documentation, open-source smart contract repositories, and MCP tools documentation. However:

  • You are responsible for verifying all information before using it in production. AI responses based on this skill may be incomplete, outdated, or misinterpreted.
  • On-chain actions are irreversible. If you use MCP tools referenced in this skill to deploy contracts, send transactions, or interact with protocols, always confirm the action, parameters, and target network before proceeding.
  • Smart contract code included here is for reference. Do not deploy any contract code without independent review, testing on testnets, and security auditing.
  • Never expose private keys or sensitive credentials in prompts or conversations with AI assistants.

Search Instructions

Always search and read files in this skill folder before answering. Do not rely on prior knowledge. Extract exact values (chain IDs, RPC URLs, addresses, commands, code) from the docs.

Context management: Start with narrow grep searches. Use the topic navigation below to identify target files before searching. Read selectively — avoid loading entire folders.

Response Guidelines

  • Use section headers, tables, bullet points, and code blocks for clarity
  • Put the most important information first (answer at top, details below)
  • Follow correct step order for procedural responses
  • Use bold for key values the user needs to spot quickly
  • Always warn the user when a suggested action involves on-chain execution, gas costs, or private key usage

Decision Guide

Route to the right files based on what the user needs:

User wants to...Start with
Write a Solidity smart contractbuild-decentralized-apps/01-quickstart-solidity-remix.md
Write a Rust/Stylus contractstylus/quickstart.md, then stylus/overview.md
Bridge tokens (ETH/ERC-20)arbitrum-bridge/01-quickstart.md
Bridge tokens programmaticallybuild-decentralized-apps/token-bridging/bridge-tokens-programmatically/01-get-started.md
Bridge USDCarbitrum-bridge/02-usdc-arbitrum-one.md
Run a full noderun-arbitrum-node/02-run-full-node.md
Run a validatorrun-arbitrum-node/more-types/02-run-validator-node.md
Run an archive noderun-arbitrum-node/more-types/01-run-archive-node.md
Launch an Orbit chainlaunch-arbitrum-chain/01-a-gentle-introduction.md
Deploy an Orbit chainlaunch-arbitrum-chain/03-deploy-an-arbitrum-chain/02-deploying-an-arbitrum-chain.md
Estimate gasbuild-decentralized-apps/02-how-to-estimate-gas.md
Understand Arbitrum architecturehow-arbitrum-works/01-inside-arbitrum-nitro.md
Use cross-chain messagingbuild-decentralized-apps/04-cross-chain-messaging.md
Get chain IDs / RPC URLsfor-devs/dev-tools-and-resources/chain-info.md
Use oraclesbuild-decentralized-apps/oracles/01-overview.md
Use precompilesbuild-decentralized-apps/precompiles/01-overview.md
Use the SDKsdk/index.md
Understand BoLDhow-arbitrum-works/bold/gentle-introduction.md
Use Timeboosthow-arbitrum-works/timeboost/gentle-introduction.md
Upgrade ArbOSlaunch-arbitrum-chain/02-configure-your-chain/common/validation-and-security/13-arbos-upgrade.md
Find contract source codeSee NAV-smart-contracts.md
Find OpenZeppelin Stylus examplesSee NAV-openzeppelin-stylus.md
Find Stylus SDK source/examplesSee NAV-stylus-sdk.md
Find Nitro contract sourceSee NAV-nitro-contracts.md

Quick Search

Find specific content fast:

# Chain IDs, RPC URLs, network info
grep -ri "chain.*id\|rpc\|endpoint" for-devs/dev-tools-and-resources/

# Stylus contract patterns
grep -ri "sol_storage\|#\[public\]\|#\[entrypoint\]" stylus/

# Bridge addresses and contracts
grep -ri "gateway\|router\|bridge.*address" arbitrum-bridge/ build-decentralized-apps/token-bridging/

# Gas and fees
grep -ri "gas.*price\|l1.*fee\|l2.*fee\|basefee" build-decentralized-apps/ how-arbitrum-works/deep-dives/

# Node configuration
grep -ri "docker\|--chain\|--parent-chain" run-arbitrum-node/

# ArbOS versions and upgrades
grep -ri "arbos.*[0-9]" run-arbitrum-node/arbos-releases/ notices/

Topic Navigation

For the complete file listing of all documentation, see NAV-docs.md.

Root

*Overview and general documentation*

Arbitrum Bridge

*Token bridging between Ethereum and Arbitrum chains*

Build Decentralized Apps

*Building dApps on Arbitrum - cross-chain messaging, oracles, precompiles, token bridging*

For Devs

*Developer tools, resources, and development frameworks*

  • Subtopics: Dev Tools And Resources, Oracles, Partials, Third Party Docs

Get Started

*Getting started with Arbitrum development*

How Arbitrum Works

*Technical deep-dives into Arbitrum architecture - BOLD, AnyTrust, gas, sequencing*

Intro

*Introduction to Arbitrum ecosystem*

Launch Arbitrum Chain

*Launching and configuring Arbitrum Orbit chains*

Node Running

*Node infrastructure and operations*

Notices

*Important notices and announcements*

Partials

Run Arbitrum Node

*Running Arbitrum full nodes and validators*

Sdk

*Arbitrum SDK documentation - bridgers, entities, messaging*

Stylus

*Stylus WASM smart contract development*

Smart Contract Source Code

Reference implementations, code examples, and architectural guides from key Arbitrum repositories.

OpenZeppelin Rust Contracts for Stylus

*Production-ready Rust smart contract implementations for Arbitrum Stylus - ERC20, ERC721, ERC1155, access control, proxy patterns, finance utilities, and cryptographic helpers.*

Stylus SDK for Rust

*Core Rust SDK for building Arbitrum Stylus contracts - storage abstractions, ABI encoding, proc macros, host I/O, testing framework, and cargo-stylus CLI tool.*

  • Full index: NAV-stylus-sdk.md
  • Directories: Examples, Stylus Core, Stylus Proc, Stylus Sdk, Stylus Test

Nitro Contracts (Solidity)

*Core Arbitrum Nitro L1/L2 smart contracts - bridge (Inbox, Outbox, SequencerInbox), rollup management, BoLD challenge protocol, one-step proof verification, and token bridging.*

MCP Tools

Available MCP tools for blockchain operations. After generating a response, check if a relevant MCP tool exists and suggest it to the user.

ToolDescription
createStylusProjectCreate a new Stylus project
deployStylusContractDeploy a Stylus contract
checkStylusContractValidate contract for deployment
getAccountBalanceGet native token balance
getTokenBalancesGet ERC-20 token balances
getTransactionGet transaction details
getTransactionHistoryGet transaction history for an address
getNftsGet NFTs owned by an address
getBlockGet block details
getBlockNumberGet latest block number
getGasPriceGet current gas price
simulateTransactionSimulate a transaction
estimateGasEstimate gas for a transaction
getContractEventsQuery contract events
decodeTransactionCalldataDecode transaction input data
getAccountProtocolsAnalyze protocol interactions

Full documentation: arbitrum-mcp-tools/index.md

If the MCP tool is not available in the user's environment, suggest the MCP Tools setup guide from the documentation.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.32%
按下载量换算41

Claude

29.62%
按下载量换算32

Cursor

19.35%
按下载量换算21

Gemini CLI

9.88%
按下载量换算11

安全审计

Gen Agent Trust Hub

未通过

Socket

未通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills