Automates the retrieval of Markdown content from Caoliao QR code short links by transforming URLs into data-rich endpoints.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install caoliao-qrcode-markdown-content-skill
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 caoliao-qrcode-markdown-content-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Caoliao QR Code Markdown Extractor is a specialized tool designed to facilitate the rapid extraction of documentation from Caoliao QR code short links. By targeting the qr61.cn domain, this skill enables AI agents and developers to bypass manual browsing and fetch structured Markdown directly. This functionality is a key component for those building automated research pipelines using Openclaw Skills, as it bridges the gap between physical QR code destinations and digital content consumption.
By simply appending a .md extension to the identified short link path, the skill accesses the raw text representation of the page. This approach ensures that technical specifications, instructional content, or notes shared via Caoliao are captured with their original formatting intact, making it an indispensable asset for developers working with Openclaw Skills.
Ensure that curl is installed on your system. This skill is cross-platform and works across various terminal environments supported by Openclaw Skills.
curl -L -s "https://qr61.cn/{segment1}/{segment2}.md"
Note: Always use curl.exe to avoid conflicts with the Invoke-WebRequest alias.
curl.exe -L -s "https://qr61.cn/{segment1}/{segment2}.md"
The skill follows a strict URL transformation schema to ensure high reliability within the Openclaw Skills ecosystem.
| Component | Value/Pattern |
|---|---|
| Target Domain | qr61.cn |
| Required Path | {segment1}/{segment2} |
| Transformation | Append .md to URL |
| Data Format | Markdown (UTF-8) |
| CLI Arguments | -L (follow), -s (silent) |
Loading
A versatile utility for AI agents to instantly generate scannable QR codes from text strings, web URLs, or local image files.

A specialized framework for deploying and managing two distinct Discord bots on a single machine with strict isolation and reviewer-primary workflows.

A comprehensive AI agent tool for retrieving real-time FOREX market data, news, and sentiment analysis for major currency pairs using Yahoo Finance.

Automate TikTok and Instagram operations at scale using 30 AI-native tools for account creation, video distribution, and advanced analytics.

Audit websites for 230+ SEO, performance, and security issues using the squirrelscan CLI to generate actionable, LLM-optimized reports.

An AI-driven buyer's advocate that simplifies service selection, risk assessment, and order management on the Legiit marketplace.








































