An AI-native, end-to-end encrypted markdown document platform for seamless human-agent collaboration and decentralized storage.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install encrypted-docs
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install encrypted-docs using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Fileverse provides a privacy-first, multiplayer alternative to traditional document editors like Google Docs. Designed specifically for the era of AI, it allows users and agents to create, search, and synchronize encrypted markdown documents (ddocs) via the Model Context Protocol (MCP). By leveraging decentralized storage networks and ddocs.new, it ensures that your data remains accessible across any device while maintaining complete privacy through end-to-end encryption. Using this within the ecosystem of Openclaw Skills empowers developers to build persistent, secure memory and documentation workflows for their autonomous agents.
To integrate this with Openclaw Skills, add the Fileverse MCP server to your preferred environment:
# For Claude Code
claude mcp add --transport http fileverse-api <SERVER_URL>
For Cursor or Windsurf, update your mcp.json config:
{
"mcpServers": {
"fileverse-api": {
"type": "streamable-http",
"url": "<SERVER_URL>"
}
}
}
Browser-based agents like ChatGPT can be configured via Developer Mode by pointing the server URL to your hosted instance.
| Field | Description |
|---|---|
| ddocId | Unique identifier for the document |
| title | The display name of the .md file |
| content | Raw markdown or plain text body |
| syncStatus | Current state: pending, synced, or failed |
| link | Encrypted URL containing the #encryptionKey |
| versions | Tracking of local vs onchain document versions |
Loading
A real-time traffic monitoring tool that polls Houston TranStar RSS feeds and sends instant incident reports to WhatsApp.

A localization skill for AI agents to interact naturally using Tamil script, Tanglish, and regional etiquette on WhatsApp.

A specialized skill to redirect OpenClaw memory search to a local Ollama server for optimized vector embedding generation.

A reliable backup and recovery utility for OpenClaw data that automates cloud syncing and archive retention.

A specialized skill enabling AI agents to provide contextually and culturally accurate greetings in multiple languages.

An AI agent skill designed to interface with the Binance Spot API for trade execution, account management, and real-time market data retrieval.








































