← 返回 Skills 市场
358
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install caoliao-qrcode-markdown-content-skill
功能描述
从草料二维码链接获取 Markdown 内容。当用户提供匹配 https://qr61.cn/{path1}/{path2} 格式的 URL,或要求获取草料二维码链接内容时使用。
使用说明 (SKILL.md)
\r \r
草料二维码 Markdown 内容获取\r
\r
在草料二维码短链接末尾拼接 .md 后缀,获取页面的 Markdown 格式内容。\r
\r
URL 格式\r
\r
匹配规则:https://qr61.cn/{segment1}/{segment2}\r
\r
- 域名:
qr61.cn\r - 路径:恰好两段(如
oZwrwZ/q2wR1WE),每段为字母数字字符\r \r 示例:https://qr61.cn/oZwrwZ/q2wR1WE\r \r
工作流程\r
\r
- 校验 URL — 确认域名为
qr61.cn,路径恰好为两段且非空。\r - 构造请求 URL — 在原始 URL 末尾追加
.md:\rhttps://qr61.cn/oZwrwZ/q2wR1WE → https://qr61.cn/oZwrwZ/q2wR1WE.md\r ```\r - 通过 Shell 工具使用
curl获取内容,根据操作系统选择对应命令:\r \r Windows (PowerShell):\rcurl.exe -L -s "https://qr61.cn/oZwrwZ/q2wR1WE.md"\r ```\r
\r macOS / Linux:\r
curl -L -s "https://qr61.cn/oZwrwZ/q2wR1WE.md"\r
```\r
\r
> Windows 下必须使用 `curl.exe` 而非 `curl`,避免 PowerShell 将其解析为 `Invoke-WebRequest`。\r
\r
4. **将获取到的 Markdown 内容返回给用户**。若请求失败或返回错误,告知用户具体问题。\r
\r
## 注意事项\r
\r
- `-L` 参数用于跟随重定向。\r
- `-s` 参数用于静默输出,不显示进度信息。\r
- 如果 URL 末尾有斜杠 `/`,需先移除再拼接 `.md`。\r
安全使用建议
这是一个单一用途的、说明性(无代码)技能:它只验证用户提供的 qr61.cn 两段路径短链接并用 curl 请求对应的 .md 页面。可安全安装前请确认:1) 平台/代理在构造并执行 shell 命令时会对 URL 做严格验证或正确引用(避免命令注入);2) 该操作会从互联网请求数据,确保你信任目标域名并接受将响应内容返回给请求者;3) 若在受限网络或需审计流量环境中使用,考虑限制出网或审查请求日志。若这些都没问题,可认为该技能与其描述一致。
功能分析
Type: OpenClaw Skill
Name: caoliao-qrcode-markdown-content-skill
Version: 0.1.0
The skill is designed to fetch Markdown content from a specific `qr61.cn` URL. It explicitly details URL validation (domain, path segments) and construction (appending `.md`) before using `curl` via the shell. There is no evidence of data exfiltration, malicious execution (beyond the stated `curl` operation), persistence, obfuscation, or prompt injection attempts against the agent to perform unauthorized actions. The use of `curl` is aligned with the skill's stated purpose, and the instructions emphasize input validation and URL construction to mitigate shell injection risks.
能力评估
Purpose & Capability
技能名与描述(从草料二维码短链接获取 Markdown 内容)与 SKILL.md 中的具体步骤一致,所需操作(构造 .md URL 并通过 curl 获取)与目标直接相关。
Instruction Scope
说明仅要求验证输入 URL 是否为 qr61.cn 且路径为两段,然后用 curl 拉取 .md 内容;没有要求读取主机上其他文件或环境变量。需注意以 shell 调用 curl 时应确保对 URL 做严格验证/转义以避免命令注入。
Install Mechanism
无安装规范(instruction-only),不会写入磁盘或下载第三方二进制,风险最低。
Credentials
不要求任何环境变量、凭据或配置路径,所需权限与功能相称。
Persistence & Privilege
always:false 且为用户可调用,默认的自主调用权限未被提升;技能不会请求持久驻留或修改其他技能配置。
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install caoliao-qrcode-markdown-content-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/caoliao-qrcode-markdown-content-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of caoliao-qrcode-markdown-content-skill.
- Allows retrieval of Markdown content from 草料二维码 short links matching https://qr61.cn/{segment1}/{segment2}.
- Appends `.md` to the provided URL to fetch Markdown content.
- Compatible with Windows (PowerShell using curl.exe) and macOS/Linux (curl).
- Provides clear feedback if the request fails or an invalid URL is provided.
元数据
常见问题
Caoliao Qrcode Markdown Content 是什么?
从草料二维码链接获取 Markdown 内容。当用户提供匹配 https://qr61.cn/{path1}/{path2} 格式的 URL,或要求获取草料二维码链接内容时使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 358 次。
如何安装 Caoliao Qrcode Markdown Content?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install caoliao-qrcode-markdown-content-skill」即可一键安装,无需额外配置。
Caoliao Qrcode Markdown Content 是免费的吗?
是的,Caoliao Qrcode Markdown Content 完全免费(开源免费),可自由下载、安装和使用。
Caoliao Qrcode Markdown Content 支持哪些平台?
Caoliao Qrcode Markdown Content 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Caoliao Qrcode Markdown Content?
由 nbjedi(@nbjedi)开发并维护,当前版本 v0.1.0。
推荐 Skills