Fileverse Encrypted Markdown Docs for Openclaw

An AI-native, end-to-end encrypted markdown document platform for seamless human-agent collaboration and decentralized storage.

vijaykrishnavanshi
v1.0.0
Feb 17, 2026
9
2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install encrypted-docs

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Fileverse Encrypted Markdown Docs?

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.

Fileverse Encrypted Markdown Docs Use Cases

  • Collaborative documentation between human developers and AI agents.
  • Securely storing meeting notes or project roadmaps using decentralized storage.
  • Synchronizing context and memory across multiple AI agents or chatbot interfaces.
  • Creating shareable, encrypted links for markdown content directly from a CLI or IDE.
  • Automating the generation of codebase documentation and design specs.

How Fileverse Encrypted Markdown Docs Works

  1. The agent or user initiates a document action (create, update, or search) via an MCP tool call.
  2. New or modified content is saved locally and assigned a unique ddocId.
  3. The system begins a background synchronization process to decentralized storage networks.
  4. The document enters a pending state while the content hash is registered on-chain.
  5. Once synchronized, the status updates to synced, and a shareable link with an encryption key fragment is generated.
  6. Users can then access the document via the ddocs.new interface or through other agent integrations.

Fileverse Encrypted Markdown Docs Setup

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.

Fileverse Encrypted Markdown Docs Data Schema & Taxonomy

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

Fileverse Encrypted Markdown Docs Advanced Features

  • Multi-agent context synchronization for shared knowledge bases.
  • Automatic retry logic for failed decentralized storage events via specialized tools.
  • Real-time relevance-based search across all encrypted ddocs.
  • Support for 10MB file uploads and full markdown formatting.
  • Blockchain-backed content hash registry for immutable proof of storage.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*