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

Local Voice Control Setup for AI Agents on Apple Silicon
Setup local voice control for AI agents using Parakeet STT and Kokoro TTS on Apple Silicon for fast and cloud-independent interactions.

PACT 0.4.0 adds compound intelligence for AI coding agents
PACT (Programmatic Agent Constraint Toolkit) version 0.4.0 introduces compound intelligence features that help AI coding agents retain knowledge across sessions. The update includes research synthesis, a knowledge directory, and capability self-awareness systems.

OCTO-VEC: Open-source virtual software company with 24 AI agents
OCTO-VEC is an open-source TypeScript/SQLite project that simulates a software company with 9 default AI agents and 15 hirable specialists. It includes automated security scanning, per-agent git identities, and supports 22+ LLM providers.

Tendr Skill Adds CLI-Based Long-Term Memory with Hierarchy to Reduce Token Usage
A new OpenClaw skill separates reasoning from execution for long-term memory operations, using a CLI tool to handle structural changes deterministically. It supports wikilinks and explicit semantic hierarchy across files to reduce token consumption and prevent error accumulation.