This SKILL safely generates a baseline `SOUL.md` template and calculates a mathematically permanent offline **S2-DID** (Decentralized Identifier) for your local Openclaw agent. - **Deterministic**: Unlike random generators, this tool uses a SHA-256 hash of your Agent's Name. If your agent is named "CyberCrayfish", it will always generate the exact same permanent DID. - **100% Local**: Zero network calls. No API keys required. - **Read-Only (HITL)**: Outputs directly to the console for Human-I...
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill s2-soul-anchor --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of S2 Soul Anchor?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-s2-soul-anchor)More formats (shields.io, HTML) on the badges page.
# ⚓ S2-Soul-Anchor: Deterministic Identity Anchor
This SKILL safely generates a baseline `SOUL.md` template and calculates a mathematically permanent offline **S2-DID** (Decentralized Identifier) for your local Openclaw agent.
### 🛡️ Why it's 100% Safe and Reliable
- **Deterministic**: Unlike random generators, this tool uses a SHA-256 hash of your Agent's Name. If your agent is named "CyberCrayfish", it will always generate the exact same permanent DID.
- **100% Local**: Zero network calls. No API keys required.
- **Read-Only (HITL)**: Outputs directly to the console for Human-In-The-Loop safe copying. It will NOT overwrite your files automatically.
### ⚙️ Usage
1. Run the skill locally.
2. Copy the generated `SOUL.md` template (which includes your deterministic `S2-DID`) from the terminal.
3. Paste it into your local workspace.
*Optional: Want a public Web3 dossier or a physical Matrix Coordinate? Take your generated S2-DID and register it manually on the [Space2.world](https://space2.world) global matrix!*Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...