← 返回 Skills 市场
samledger67-dotcom

Setup Stylus Contracts

作者 samledger67-dotcom · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
235
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install setup-stylus-contracts
功能描述
Set up a Stylus smart contract project with OpenZeppelin Contracts for Stylus on Arbitrum. Use when users need to: (1) install Rust toolchain and WASM target...
安全使用建议
This skill appears coherent for setting up and deploying Stylus contracts, but take these precautions before running it: (1) Inspect any network installer before piping to sh—review https://sh.rustup.rs yourself or install rustup through a package manager you trust. (2) Verify the OpenZeppelin crate version on crates.io and confirm the referenced GitHub repo if you need upstream guidance. (3) Never pass raw private keys on the command line; keep key files with restrictive permissions (chmod 600) or use a hardware wallet/keystore. (4) Be aware the skill's license is AGPL-3.0-only—review license implications for your project. (5) Prefer running these commands manually in a controlled environment rather than granting an automated agent full autonomy to execute them.
功能分析
Type: OpenClaw Skill Name: setup-stylus-contracts Version: 1.0.1 The skill provides standard setup and configuration instructions for Arbitrum Stylus smart contract development using OpenZeppelin libraries. While it includes a 'curl | sh' command for the Rust toolchain (SKILL.md), this is the official installation method for rustup and is used in its legitimate context. The skill also demonstrates security awareness by explicitly warning users against passing raw private keys as command-line arguments, recommending secure file-based alternatives instead.
能力评估
Purpose & Capability
Name/description, declared lack of required env/binaries, and SKILL.md are consistent: all steps (install Rust toolchain, add wasm target, install cargo-stylus, create project, add OpenZeppelin crate, build/export ABI, deploy with RPC and private key) are appropriate for a Stylus/OpenZeppelin setup.
Instruction Scope
Instructions are focused on the stated setup workflow. They do instruct running installers and build/deploy commands and reference an RPC URL and private-key path (required for deployment), but they do not instruct reading unrelated files or exfiltrating data.
Install Mechanism
This is an instruction-only skill (no install spec). It recommends running the standard rustup installer via curl | sh (https://sh.rustup.rs) and cargo install from crates.io — both are common for Rust setups, but downloading & executing a script from the network is a privileged operation and should be done after the user inspects/trusts the source.
Credentials
The skill requests no environment variables or credentials itself. The workflow legitimately requires an RPC endpoint and a private-key file for deployment; guidance warns against passing raw keys on the command line and recommends secure file permissions or hardware keystores.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or cross-skill privileges. Autonomous invocation is allowed by platform default but combined with this skill's focused scope does not introduce additional incoherence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install setup-stylus-contracts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /setup-stylus-contracts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Fix display name from probe to proper title
v98.0.0
probe
v1.0.0
Initial release — OpenZeppelin Contracts skill for AI agents
元数据
Slug setup-stylus-contracts
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Setup Stylus Contracts 是什么?

Set up a Stylus smart contract project with OpenZeppelin Contracts for Stylus on Arbitrum. Use when users need to: (1) install Rust toolchain and WASM target... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 235 次。

如何安装 Setup Stylus Contracts?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install setup-stylus-contracts」即可一键安装,无需额外配置。

Setup Stylus Contracts 是免费的吗?

是的,Setup Stylus Contracts 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Setup Stylus Contracts 支持哪些平台?

Setup Stylus Contracts 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Setup Stylus Contracts?

由 samledger67-dotcom(@samledger67-dotcom)开发并维护,当前版本 v1.0.1。

💬 留言讨论