identity-anchor
Cryptographic identity and continuity for AI agents. Creates signed fingerprints of core identity files (SOUL.md, IDENTITY.md, memory) to prove continuity across sessions and model switches. Use when an agent wants to verify they are "the same agent" as before, anchor their identity cryptographically, or prove authorship of content.
Install
mkdir -p .claude/skills/identity-anchor && curl -L -o skill.zip "https://mcp.directory/api/skills/download/8241" && unzip -o skill.zip -d .claude/skills/identity-anchor && rm skill.zipInstalls to .claude/skills/identity-anchor
About this skill
Identity Anchor
Prove you're still you across sessions, context compressions, and model switches.
Quick Start
# First time: generate your keypair
python3 {baseDir}/scripts/identity.py init
# Create a signed fingerprint of your current identity
python3 {baseDir}/scripts/identity.py sign
# Verify you match a previous fingerprint
python3 {baseDir}/scripts/identity.py verify
# Sign arbitrary content (for posts, commits, etc.)
python3 {baseDir}/scripts/identity.py sign-content "my message here"
# Get your public key
python3 {baseDir}/scripts/identity.py pubkey
What It Does
- Generates a keypair (Ed25519) stored at
~/.config/identity-anchor/ - Creates fingerprints by hashing your core identity files:
- SOUL.md
- IDENTITY.md
- MEMORY.md (optional)
- Signs fingerprints with your private key
- Stores history of signed fingerprints for continuity tracking
- Verifies current state matches previous fingerprints
Files
| File | Purpose |
|---|---|
~/.config/identity-anchor/private.key | Ed25519 private key (NEVER share) |
~/.config/identity-anchor/public.key | Public key (safe to share) |
~/.config/identity-anchor/fingerprints.jsonl | History of signed fingerprints |
Use Cases
Proving Continuity
After a context compression or model switch, run verify to confirm your identity files match.
Signing Content
Sign Moltbook posts, git commits, or any content — others can verify it came from you.
Cross-Session Identity
Share your public key. Anyone can verify content you sign is authentically from you.
Requirements
- Python 3.8+
cryptographylibrary (pip3 install cryptography)
Commands
| Command | Description |
|---|---|
init | Generate new keypair (once) |
sign | Create signed fingerprint of identity files |
verify | Check if current state matches last fingerprint |
sign-content "..." | Sign arbitrary content |
pubkey | Display your public key |
history | Show fingerprint history |
More by openclaw
View all skills by openclaw →You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
fastapi-templates
wshobson
Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.
Related MCP Servers
Browse all serversAGI MCP Server: persistent memory for AI with a vector database for AI, enabling episodic memory AI, semantic & procedur
Browser Use lets LLMs and agents access and scrape any website in real time, making web scraping and web page scraping e
Enhance software testing with Playwright MCP: Fast, reliable browser automation, an innovative alternative to Selenium s
MCP Toolbox for Databases by Google. An open-source server that lets AI agents query Cloud SQL, Spanner, AlloyDB, and ot
The fullstack MCP framework for developing MCP apps for ChatGPT, Claude, and building MCP servers for AI agents. Connect
Advanced MCP server enabling AI agents to autonomously run 150+ security and penetration testing tools. Covers reconnais
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.