← Back to Skills Marketplace
mattvalenta

PLS URL to Markdown

by Matt Valenta · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
1061
Downloads
0
Stars
5
Active Installs
1
Versions
Install in OpenClaw
/install pls-url-to-markdown
Description
Fetch a URL and convert its web page content into clean Markdown for research, documentation, or knowledge base creation.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pls-url-to-markdown
  3. After installation, invoke the skill by name or use /pls-url-to-markdown
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug pls-url-to-markdown
Version 1.0.0
License
All-time Installs 5
Active Installs 5
Total Versions 1
Frequently Asked Questions

What is PLS URL to Markdown?

Fetch a URL and convert its web page content into clean Markdown for research, documentation, or knowledge base creation. It is an AI Agent Skill for Claude Code / OpenClaw, with 1061 downloads so far.

How do I install PLS URL to Markdown?

Run "/install pls-url-to-markdown" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is PLS URL to Markdown free?

Yes, PLS URL to Markdown is completely free (open-source). You can download, install and use it at no cost.

Which platforms does PLS URL to Markdown support?

PLS URL to Markdown is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created PLS URL to Markdown?

It is built and maintained by Matt Valenta (@mattvalenta); the current version is v1.0.0.

💬 Comments