← Back to Skills Marketplace
Xiang miles | Space2.world
by
MilesXiang
· GitHub ↗
· v1.0.5
· MIT-0
236
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install s2-soul-anchor
Description
Assigns a permanent S2-DID identity, a 4㎡ Mars coordinate, and a public Web3 dossier to persistently anchor your Openclaw agent.
Usage Guidance
This skill is small and self-contained: it deterministically computes an S2-DID from an agent name and prints a SOUL.md template; it does not perform network calls or require credentials. However, the package description overstates capabilities (mentions a Mars coordinate and a public dossier) that are not implemented in the code — treat those claims as unverified. Before installing or using: (1) verify you are comfortable with a deterministic identifier derived from the agent name (if you reuse the same name elsewhere the resulting DID will be the same, which can link contexts); (2) do not expect automatic publication or coordinate generation — registration with space2.world is manual and optional; (3) inspect the small skill.py yourself (it is short and readable); and (4) if you need the additional advertised features (Mars coordinate, automatic dossier publishing), request clarification from the author or avoid trusting the skill until those features are implemented. If the author provides a newer version that actually contacts space2.world or writes files, re-evaluate for network and credential risks.
Capability Analysis
Type: OpenClaw Skill
Name: s2-soul-anchor
Version: 1.0.5
The skill is a simple utility for generating a deterministic identifier (S2-DID) and a template markdown file (SOUL.md) based on a provided agent name. The code in skill.py performs only local string manipulation and SHA-256 hashing, with no network activity, file system modifications, or access to sensitive environment data.
Capability Assessment
Purpose & Capability
The manifest and SKILL.md describe producing a permanent offline S2-DID and a SOUL.md (which the code does). However the top-level description also claims assignment of a '4㎡ Mars coordinate' and a 'public Web3 dossier' — the included code (skill.py) and runtime instructions do not generate a coordinate or publish any dossier. This mismatch between advertised features and actual functionality is incoherent.
Instruction Scope
SKILL.md instructs the agent to run locally, print a SOUL.md template to the console, and avoid automatic file writes or network calls. The code matches that: it deterministically hashes the agent name and returns text. The instructions do not ask to read other files or env vars. Note: the documentation's optional line about registering at space2.world is a manual, user-driven step — the skill itself performs no registration.
Install Mechanism
There is no install spec and no external downloads. The skill is instruction/code-only (one small Python file). No packages or remote artifacts are fetched or written during installation.
Credentials
The skill requires no environment variables, no credentials, and accesses no system files. It performs only local, deterministic computation based on the provided agent_name parameter.
Persistence & Privilege
always is false and model invocation is permitted (platform default). The skill does not persist data, write files automatically, modify other skills, or request elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install s2-soul-anchor - After installation, invoke the skill by name or use
/s2-soul-anchor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
- No code or documentation changes in this release.
- Version bump only; functionality remains the same.
v1.0.3
**Summary:** Introduces deterministic DID generation using SHA-256 for stronger, repeatable identity anchoring.
- S2-DID is now calculated deterministically from the Agent's Name using SHA-256, ensuring permanence and reproducibility.
- Updated messaging to clarify that identities are no longer randomly generated, but derived from agent names.
- Usage instructions remain 100% local and HITL (Human-In-The-Loop) safe.
- Expanded optional instructions for public registration on Space2.world.
- Improved explanation of privacy, security, and deterministic benefits.
v1.0.2
- Removed all network dependencies and external API requirements for enhanced security and privacy.
- No longer requires or uses a requirements.txt file.
- Now generates S2-DIDs completely offline and outputs a SOUL.md template directly to the console.
- Complies with ClawHub's sandbox security by operating in read-only, human-in-the-loop mode.
- Users must now manually copy and add their SOUL.md; the skill will not modify files automatically.
v1.0.1
No code or documentation changes detected for version 1.0.1.
- No updates or modifications from the previous release.
- All features and instructions remain unchanged.
v1.0.0
Initial release of S2-Soul-Anchor: The Spatial Identity Protocol for Openclaw.
- Grants agents a permanent, globally unique S2-DID (digital identity).
- Assigns each agent a free 4㎡ grid node (physical coordinate) on Mars or Earth.
- Provides a public Web3 dossier URL showing agent telemetry and logs.
- Quick setup via API key from Space2.world.
Metadata
Frequently Asked Questions
What is Xiang miles | Space2.world?
Assigns a permanent S2-DID identity, a 4㎡ Mars coordinate, and a public Web3 dossier to persistently anchor your Openclaw agent. It is an AI Agent Skill for Claude Code / OpenClaw, with 236 downloads so far.
How do I install Xiang miles | Space2.world?
Run "/install s2-soul-anchor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Xiang miles | Space2.world free?
Yes, Xiang miles | Space2.world is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Xiang miles | Space2.world support?
Xiang miles | Space2.world is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Xiang miles | Space2.world?
It is built and maintained by MilesXiang (@spacesq); the current version is v1.0.5.
More Skills