← Back to Skills Marketplace
endogen

Xian Node

by Endogen · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
1080
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xian-node-skill
Description
Set up and manage Xian blockchain nodes. Use when deploying a Xian node to join mainnet/testnet, creating a new Xian network, or managing running nodes. Covers Docker-based setup via xian-stack, CometBFT configuration, and node monitoring.
Usage Guidance
This skill appears coherent for running Xian nodes, but take normal operational precautions before using it: 1) Verify the upstream xian-stack repository and the seed-node IP (the skill references a specific IP) so you aren't pointed to an untrusted peer. 2) Avoid pasting validator private keys directly into shell commands (use stdin, a protected file, or an interactive prompt) to prevent leakage in shell history or process lists. 3) Inspect the Docker images and any cloned repository before running them, and run builds in an isolated environment if possible. 4) Use the included scripts locally only — generate keys offline and keep private keys secret. If you want higher assurance, confirm the skill's author/source or compare these instructions to the official Xian docs/repository first.
Capability Analysis
Type: OpenClaw Skill Name: xian-node-skill Version: 0.1.0 The skill bundle is designed to set up and manage Xian blockchain nodes. All files and commands, including `git clone` from the official `xian-network/xian-stack` repository, `make` commands for Docker-based node management, and Python scripts for validator key generation and node status checking, are directly aligned with this stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the agent with harmful objectives. The generation of private keys is an explicit and necessary function for setting up a validator node, and the script transparently outputs them for the user/agent to handle securely.
Capability Assessment
Purpose & Capability
Name/description (Xian node management) aligns with included content: SKILL.md contains build/run/config instructions and the two helper Python scripts match expected tooling (key generation, RPC status). No unrelated env vars, binaries, or config paths are requested.
Instruction Scope
Instructions stay within node setup/management scope. Minor concerns: SKILL.md shows example commands that embed a validator private key on the command line (risk of leaking to shell history or logs) and includes a hard-coded seed-node IP address — both are operational details users should verify before use.
Install Mechanism
No install spec — instruction-only plus two small scripts. This minimizes persistent install risk; scripts are simple and local-only (no remote downloads or extract steps).
Credentials
Skill requests no environment variables or credentials. The generate_validator_key script intentionally prints private keys for validator use; the skill does not attempt to collect or transmit secrets.
Persistence & Privilege
Skill does not request always-on or elevated privileges. It is user-invocable only and contains no code that modifies other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xian-node-skill
  3. After installation, invoke the skill by name or use /xian-node-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
xian-node-skill v0.1.0 - Initial release providing guides and commands for deploying, configuring, and managing Xian blockchain nodes. - Supports joining mainnet/testnet, creating custom networks, and both validator and service node setups. - Includes Docker-based workflows, CometBFT configuration, and node monitoring instructions. - Features troubleshooting steps, port references, and quick integration with the xian-py SDK.
Metadata
Slug xian-node-skill
Version 0.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Xian Node?

Set up and manage Xian blockchain nodes. Use when deploying a Xian node to join mainnet/testnet, creating a new Xian network, or managing running nodes. Covers Docker-based setup via xian-stack, CometBFT configuration, and node monitoring. It is an AI Agent Skill for Claude Code / OpenClaw, with 1080 downloads so far.

How do I install Xian Node?

Run "/install xian-node-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Xian Node free?

Yes, Xian Node is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Xian Node support?

Xian Node is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Xian Node?

It is built and maintained by Endogen (@endogen); the current version is v0.1.0.

💬 Comments