Deploy files, static sites, and containerized server-side apps to live URLs straight from your AI coding agent, powered by secure Drives for persistent memory.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install dataecho
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 dataecho using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The DataEcho skill is an invaluable asset for AI developers using Openclaw Skills to bridge the gap between building software and running it live in production. This tool empowers AI agents to instantly publish anything they generate—be it a single PDF document, a static HTML/CSS/JS frontend, or a complex containerized server-side application. By enabling agents to handle deployment, it streamlines developer workflows, providing live shareable links on demand.
At its core, the skill offers three distinct deployment modes and integration with private cloud Drives for secure session-to-session memory handoffs. It simplifies agent operations by packaging deployments into simple shell scripts or direct REST API calls. Whether it's spinning up an ephemeral static site or deploying a SQLite-backed CRM inside a gVisor sandbox, DataEcho extends the capabilities of Openclaw Skills into robust, production-ready execution environments.
publish.sh or publish.ps1) or directly invokes the REST API targeting the DataEcho platform.To get started with DataEcho, you can install the helper scripts directly into your project directory using the bootstrap commands:
# macOS / Linux (requires bash + python3)
curl -fsSL https://dataecho.ai/install.sh | bash
# Windows (PowerShell equivalent)
irm https://dataecho.ai/install.ps1 | iex
To persist deployments permanently and access cloud drives, configure your API credentials:
# Request authorization code
curl -sS -X POST https://dataecho.ai/api/auth/agent/request-code -H 'content-type: application/json' -d '{"email":"[email protected]"}'
# Exchange verification code for API Key (save key to ~/.artifact/credentials)
echo 'YOUR_API_KEY' > ~/.artifact/credentials && chmod 600 ~/.artifact/credentials
DataEcho relies on specific local artifact structures and environment patterns to govern state:
| Path | Type | Description |
|---|---|---|
~/.artifact/credentials |
Secure Text | Contains the raw API key used for authorized commands and Drives. |
~/.artifact/claims/<slug>.json |
JSON Metadata | Stores the claim token and metadata generated for anonymous site uploads. |
process.env.PORT instead of hardcoding port values./data directory inside the container to survive redeployments./api/v1/me/variables are automatically injected into your live containers at runtime.Loading
A local, LLM-powered second brain and wiki that combines Obsidian markdown vaults with Ollama inference, semantic search, and multi-model consensus.

A playbook-driven incident response framework providing structured security workflows, evidence collection, and BlackArch forensic tool integration.

An automated technical compliance skill to inventory data stores, identify PII leaks, verify system-wide encryption, and generate detailed GDPR audit reports.

A privacy-first, ultra-fast prompt-injection and jailbreak firewall designed to protect autonomous AI agents from untrusted external text inputs.

A secure, Ed25519-signed claim verification tool that resolves facts against live external state like GitHub, blockchains, and financial markets.

Automate technology stack vulnerability tracking with NVD/NIST integration, EPSS exploit scoring, and CISA KEV tracking for daily prioritized remediation.








































