← 返回 Skills 市场
PLS URL to Markdown
作者
Matt Valenta
· GitHub ↗
· v1.0.0
1061
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install pls-url-to-markdown
功能描述
Fetch a URL and convert its web page content into clean Markdown for research, documentation, or knowledge base creation.
安全使用建议
This skill is an instruction-only recipe for converting web pages to Markdown and appears coherent. Before using: (1) be cautious when installing suggested packages (pip install) — install from trusted sources; (2) avoid allowing an autonomous agent to fetch arbitrary URLs without user confirmation, since fetching untrusted pages can expose you to malicious content or large data exfiltration; (3) the SKILL.md contains example stubs rather than a complete script, so review or implement the code yourself rather than running opaque one-liners you don't understand. If you need the agent to run this autonomously, consider limiting which URLs it may fetch or requiring explicit user approval for each fetch.
功能分析
Type: OpenClaw Skill
Name: pls-url-to-markdown
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` file clearly describes the purpose of fetching URLs and converting them to Markdown, using standard and appropriate tools like `requests`, `BeautifulSoup`, `markdownify`, `curl`, `wget`, `html2text`, and `pandoc`. All code snippets are illustrative and contain placeholders, preventing any actual malicious execution within the documentation. There is no evidence of prompt injection attempts against the AI agent, data exfiltration, persistence mechanisms, or other malicious behaviors.
能力评估
Purpose & Capability
The name and description (fetch URL → convert to Markdown) match the SKILL.md contents. Suggested tools and libraries (requests, BeautifulSoup, markdownify, html2text, pandoc) are appropriate and proportional to the task.
Instruction Scope
Runtime instructions are limited to fetching a URL, parsing HTML, and converting it to Markdown. They do not instruct reading unrelated files, harvesting environment variables, or sending data to external endpoints beyond the fetched URL.
Install Mechanism
This is an instruction-only skill (no install spec). It recommends pip packages and common CLI tools; those are typical and reasonable, but installing packages from PyPI or system binaries always carries the usual supply-chain and privilege risks—verify sources before installing.
Credentials
No environment variables, credentials, or config paths are requested, which is proportionate for this functionality.
Persistence & Privilege
The skill does not request persistent presence (always:false) and has no install steps that modify agent/system-wide configuration, so it does not demand elevated persistence privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pls-url-to-markdown - 安装完成后,直接呼叫该 Skill 的名称或使用
/pls-url-to-markdown触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of URL to Markdown Converter.
- Fetch any URL and convert web pages to clean Markdown format.
- Supports use cases like research, knowledge base creation, article extraction, and documentation conversion.
- Provides sample Python scripts, CLI tool commands, and extraction patterns.
- Includes guidance for handling code blocks and basic error handling.
元数据
常见问题
PLS URL to Markdown 是什么?
Fetch a URL and convert its web page content into clean Markdown for research, documentation, or knowledge base creation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1061 次。
如何安装 PLS URL to Markdown?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pls-url-to-markdown」即可一键安装,无需额外配置。
PLS URL to Markdown 是免费的吗?
是的,PLS URL to Markdown 完全免费(开源免费),可自由下载、安装和使用。
PLS URL to Markdown 支持哪些平台?
PLS URL to Markdown 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PLS URL to Markdown?
由 Matt Valenta(@mattvalenta)开发并维护,当前版本 v1.0.0。
推荐 Skills