A comprehensive framework for building and deploying high-performance, multilingual static sites to Cloudflare using Astro and Markdown.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install astro
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 astro using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill empowers developers to leverage the Astro framework for creating SEO-friendly, multilingual static websites with minimal overhead. It focuses on cost-efficiency by targeting Cloudflare Pages for free hosting and utilizes Markdown as the primary content source, making it ideal for blogs, documentation, and portfolio sites. By integrating this skill into your workflow, you can automate the generation of internationalized routes and manage complex content collections with full type safety.
As part of the Openclaw Skills ecosystem, this tool bridges the gap between content creation and high-performance web deployment. It allows for a seamless transition from local development to a global edge network, ensuring your site is fast, secure, and accessible in multiple languages without the need for complex server management.
To get started with this skill, ensure you have Node.js 20+ installed. Follow these steps for a quick installation:
# Create a new project
npm create astro@latest my-site -- --template minimal
cd my-site
npm install
# Optional: Install the Cloudflare adapter for SSR support
npm install @astrojs/cloudflare
Update your astro.config.mjs to include your site URL and locale preferences to enable the full power of Openclaw Skills for Astro.
The skill utilizes a structured file system and schema-first approach to manage site data:
| Component | Path | Description |
|---|---|---|
| Content Config | src/content/config.ts |
Defines Zod schemas and collection types. |
| Locale Folders | src/content/[collection]/[lang]/ |
Stores Markdown files organized by language code (e.g., en, es, fr). |
| Site Layouts | src/layouts/ |
Contains reusable Astro components for page structures. |
| Assets | public/ |
Stores static assets and Cloudflare-specific _redirects files. |
| Components | src/components/ |
Stores interactive UI elements like language switchers. |
Loading
A sophisticated Python CLI skill for conducting persistent, context-aware conversations and multi-agent room interactions with Nomi AI companions.

A zero-configuration tool for generating EIP-681 compliant Ethereum payment links and QR codes across multiple EVM chains.

An automated compliance and ethics auditing engine designed to help AI agents make safe and legal decisions in complex scenarios.

A comprehensive local security and privacy auditing tool for protecting digital assets and sensitive credentials.

A performance-optimized suite of modern CLI utilities designed to replace legacy POSIX tools and maximize AI agent efficiency.

A comprehensive command-line tool for managing GitLab merge requests, issues, pipelines, and repository configurations.








































