mycrab.space introduces SKILL.md and Prompt Autocomposer for standardized app deployment

Standardized deployment with SKILL.md files
mycrab.space has introduced SKILL.md as a universal blueprint for deploying applications on their platform. According to the source, SKILL.md is a simple Markdown file that defines everything needed for an app to run: dependencies, configuration, and how it integrates with mycrab.space's tunneling service. This standardization aims to provide consistent, reliable deployments.
Prompt Autocomposer generates deployment commands
The Prompt Autocomposer reads SKILL.md files and instantly generates ready-to-use commands or prompts for deployment. The source states this eliminates guessing and manual configuration - users can copy, paste, and deploy applications immediately.
Applications available for instant deployment
With the Prompt Autocomposer, users can launch and share:
- VS Code in your browser (full dev environment accessible anywhere)
- Personal Music Cloud (stream local music to any device)
- Live Webcam Stream (turn any camera into a public feed)
- Secure File Dropzone (share files with unique, private links)
- AI Agent Interfaces (give local AI bots a public chat endpoint)
- Local dashboards, documentation sites, weekly planners, browser terminals, and more
The combination of SKILL.md and Prompt Autocomposer allows users to go from idea to live, publicly accessible service in seconds with zero configuration, without exposing their network. mycrab.space is building an ecosystem of easily deployable apps and invites users to explore what's possible with standardized, one-click deployment.
📖 Read the full source: r/openclaw
👀 See Also

SideX: A Tauri-Based Port of Visual Studio Code
SideX is a port of Visual Studio Code that replaces Electron with Tauri, using a Rust backend and the OS's native webview. The project claims the same architecture with 96% smaller size, with core editing and terminal functionality currently working.

OpenClaw Agent Memory Plugin: Persistent Context Across Sessions
A developer built a memory layer plugin for OpenClaw that injects relevant context from past conversations before each turn and stores new facts and events after each turn, solving the problem of agents forgetting everything between sessions.

Eä: A SIMD Compiler for Python Written in Rust
A developer built Eä, a compiler for SIMD kernels in ~12k lines of Rust that generates shared libraries and Python wrappers from .ea files, achieving 6.6× speedups over NumPy without ctypes or build systems.
Claude Code Skill Tax: 2,596 Installed Skills, 40 Used, $91/Month Wasted
Every installed Claude Code skill loads into every session's system prompt. One user measured 102,651 tokens loaded per session with 98.6% never used, costing ~$91/month. An open-source tool, skill-tax, audits usage and cost.