← 返回 Skills 市场
samledger67-dotcom

Setup Stellar Contracts

作者 samledger67-dotcom · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
264
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install setup-stellar-contracts
功能描述
Set up a Stellar/Soroban smart contract project with OpenZeppelin Contracts for Stellar. Use when users need to: (1) install Stellar CLI and Rust toolchain f...
安全使用建议
This guide is coherent for setting up Soroban + OpenZeppelin, but follow these precautions before running the commands: (1) Review any remote install scripts (the curl | sh lines) by fetching them first (curl -fsSL <url> and inspect) rather than piping to sh blindly. (2) Prefer official package manager installers or pinned release artifacts where possible. (3) Pin exact crate versions in Cargo.toml as the guide recommends, and verify the OpenZeppelin repo and tags you reference. (4) Be aware of the AGPL-3.0 license for the provided code and the legal implications for your project. (5) Run installation/test steps in a controlled or isolated environment (container/VM) and avoid running install scripts as root. If you want, I can fetch the referenced install scripts and summarize what they do so you can decide whether to run them.
功能分析
Type: OpenClaw Skill Name: setup-stellar-contracts Version: 1.0.1 The skill bundle instructs the OpenClaw agent to execute remote shell scripts via `curl | sh` to install the Rust toolchain (sh.rustup.rs) and the Stellar CLI (github.com/stellar/stellar-cli) in `SKILL.md`. While these are standard installation methods for the respective tools, they represent a high-risk execution pattern (Remote Code Execution) that could be exploited if the remote sources are compromised. Additionally, the `_meta.json` file contains a future-dated publication timestamp (2026), which is unusual for a current package.
能力评估
Purpose & Capability
The name/description match the SKILL.md: it guides installing the Rust toolchain and Stellar CLI, creating a Soroban project, adding OpenZeppelin crates, and building/testing. All required actions are relevant to setting up Stellar/Soroban contracts.
Instruction Scope
The instructions are narrowly scoped to installation, workspace Cargo.toml edits, imports, build, and test steps. They do not ask the agent to read arbitrary files, environment variables, or unrelated system state. Note: the guide tells the user to run remote install scripts (curl | sh), which grants those remote scripts full execution authority on the machine if run.
Install Mechanism
There is no install spec in the registry (instruction-only). The runtime instructions recommend executing sh.rustup.rs (official rustup) and a raw GitHub install.sh for the Stellar CLI via curl | sh. While these are common install methods and hosted on known domains, executing network-fetched scripts without inspection is a security risk and should be treated cautiously.
Credentials
The skill declares no required environment variables, credentials, or config paths; the SKILL.md does not request secrets or unrelated credentials. This is proportionate to the stated setup purpose.
Persistence & Privilege
The skill is instruction-only, not always-enabled, and does not request persistent system changes beyond advising installation of developer tooling. It does not attempt to modify other skills or system-wide agent configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install setup-stellar-contracts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /setup-stellar-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-stellar-contracts
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Setup Stellar Contracts 是什么?

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

如何安装 Setup Stellar Contracts?

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

Setup Stellar Contracts 是免费的吗?

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

Setup Stellar Contracts 支持哪些平台?

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

谁开发了 Setup Stellar Contracts?

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

💬 留言讨论