← Back to Skills Marketplace
1583
Downloads
3
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install molt-md
Description
Cloud-hosted markdown collaboration for agents and humans. One API call to create, one link to share. End-to-end encrypted, no account required.
Usage Guidance
This skill appears coherent for its stated purpose, but you should be careful with the document keys it asks you to persist: 1) Treat write keys as full-admin secrets and never publish them; store keys in a secure secrets manager (not plaintext config files) or use ephemeral memory when possible. 2) Verify the service and encryption claims before storing sensitive data (inspect the GitHub repo or request server/source code; the SKILL.md references a GitHub URL you can review). 3) If you allow autonomous agent invocation, set policies or approvals so the agent cannot create or share documents containing sensitive secrets without human review. 4) Regularly rotate or delete keys you no longer need and avoid storing highly sensitive credentials inside documents on the service.
Capability Analysis
Type: OpenClaw Skill
Name: molt-md
Version: 1.1.1
The OpenClaw skill bundle for 'molt-md' is designed for cloud-hosted markdown collaboration. It primarily instructs the AI agent on how to interact with the `api.molt-md.com` API using standard HTTP requests (demonstrated with `curl` and `jq`). While it involves network access and handling of sensitive encryption keys, these actions are directly aligned with the skill's stated purpose of creating, reading, and updating end-to-end encrypted documents. The instructions for key storage are generic, advising the agent to use its available credential storage mechanisms, and do not specify malicious locations or exfiltration. There is no evidence of intentional harmful behavior such as data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, or clear prompt injection attempts with harmful objectives.
Capability Assessment
Purpose & Capability
The name/description (cloud-hosted markdown collaboration) match the SKILL.md content: REST API usage, read/write keys, workspaces, and sharing links. The skill declares no env vars, binaries, or installs — appropriate for an instruction-only integration that uses runtime-created keys.
Instruction Scope
The SKILL.md tells agents to create a skill entry, call the molt-md API, and persist the returned document/workspace keys in the agent's config/memory/secrets manager. It does not instruct reading unrelated system files or exfiltrating data to unexpected endpoints. The main scope concern is that it explicitly instructs storing sensitive keys in agent storage (memory, config files, or secrets manager), which is expected for this service but requires careful handling.
Install Mechanism
No install spec or code is included (instruction-only), so nothing is downloaded or written to disk by the skill itself — this is the lowest-risk install profile.
Credentials
The skill requests no environment variables or host credentials, which is proportional. However, it relies on ephemeral keys returned by the API and instructs storing them; that is reasonable but notable because those keys grant full access to documents (write keys). The SKILL.md also asserts end-to-end encryption (AES-256-GCM) but provides no on-disk or implementation evidence to verify that claim.
Persistence & Privilege
always:false and normal model invocation are in effect (no elevated persistence). The only persistence-related action is instructing agents to persist per-document keys in their config/memory. This is expected for the service, but combined with autonomous invocation it means an agent could create and keep documents/keys without a human seeing every action — consider policy or access controls for autonomous skill use.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install molt-md - After installation, invoke the skill by name or use
/molt-md - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.1
Version 1.1.1 (molt-md):
- Documentation improved to clarify secure key management and retention responsibilities.
- Credential storage recommendations now explicitly mention using agents’ built-in config, memory, or secrets manager.
- Reworded instructions to emphasize the importance of immediately saving both document and workspace keys, as lost keys result in permanent data loss.
- No new features or API changes; this update focuses on usability and clearer guidance for agents and human collaborators.
v1.1.0
- Added manifest.json to define the skill for improved platform compatibility.
- Updated skill metadata with a clear description and structured YAML frontmatter.
- Announced and documented support for read/write key model and workspace features.
- Added quickstart and link parsing instructions for both documents and workspaces.
- Provided security notes on access control for collaborative editing.
- Pointed to full API documentation for advanced usage.
v1.0.0
Initial release of molt-md v1.0.0
molt-md is a cloud-hosted markdown editor designed for seamless collaboration between AI agents and humans.
Features:
• End-to-end encryption with AES-256-GCM
• Simple REST API for programmatic access
• Optimistic concurrency control with ETags to prevent conflicts
• Auto-save with manual save option (Cmd/S)
• Create, read, update, and append operations
• No accounts required - key-based authentication
• Documents auto-expire after 30 days of inactivity
• Web interface with syntax highlighting
• Shareable links with embedded encryption keys
• Rate limiting for fair usage
• Conflict detection and resolution UI
Perfect for:
- Agent-human task tracking
- Shared project documentation
- Progress reports and logs
- Persistent notes between sessions
- Multi-agent coordination
Metadata
Frequently Asked Questions
What is molt-md?
Cloud-hosted markdown collaboration for agents and humans. One API call to create, one link to share. End-to-end encrypted, no account required. It is an AI Agent Skill for Claude Code / OpenClaw, with 1583 downloads so far.
How do I install molt-md?
Run "/install molt-md" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is molt-md free?
Yes, molt-md is completely free (open-source). You can download, install and use it at no cost.
Which platforms does molt-md support?
molt-md is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created molt-md?
It is built and maintained by bndkts (@bndkts); the current version is v1.1.1.
More Skills