← Back to Skills Marketplace
ctxinf

markdown.new

by ctxinf · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
171
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install markdown-new-skill
Description
Use markdown.new URLs like `https://markdown.new/{target_url}` to fetch and convert pages into static Markdown. Trigger this skill whenever the user asks to...
Usage Guidance
This skill is coherent and lightweight, but it forwards whatever URL you provide to the external service markdown.new. Do not use it with internal, private, or authenticated links (corporate intranets, private docs, links that include tokens) unless you trust markdown.new's privacy/security. If you need stronger guarantees, consider converting pages locally (e.g., fetch the page yourself with curl/wget and run a trusted HTML→Markdown tool like pandoc or a local html-to-markdown library) or host your own converter. Test with non-sensitive URLs first and confirm fallback behavior for pages that require auth or are heavily dynamic.
Capability Analysis
Type: OpenClaw Skill Name: markdown-new-skill Version: 1.0.0 The skill provides instructions for the agent to convert web pages into Markdown using the third-party service `markdown.new` via `curl`. The behavior described in `SKILL.md` is transparent, aligns with the stated purpose of the skill, and does not contain evidence of malicious intent, obfuscation, or unauthorized data exfiltration.
Capability Assessment
Purpose & Capability
Name and description match the instructions: the skill's sole purpose is to obtain pages via markdown.new and return static Markdown. It requests no unrelated binaries, env vars, or installs.
Instruction Scope
SKILL.md explicitly tells the agent to call the external endpoint https://markdown.new/<target_url> (via curl) and to prefer that route for readable public pages. This is appropriate for the stated goal but does transmit the target URL to a third-party service — avoid private/authenticated URLs.
Install Mechanism
Instruction-only skill with no install steps or code files. Nothing is written to disk or downloaded by the skill itself.
Credentials
No environment variables, credentials, or config paths are requested — proportional to the skill's purpose.
Persistence & Privilege
No always:true or elevated persistence; the skill is user-invocable and may be invoked autonomously (platform default), which is expected for this kind of helper.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install markdown-new-skill
  3. After installation, invoke the skill by name or use /markdown-new-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
init
Metadata
Slug markdown-new-skill
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is markdown.new?

Use markdown.new URLs like `https://markdown.new/{target_url}` to fetch and convert pages into static Markdown. Trigger this skill whenever the user asks to... It is an AI Agent Skill for Claude Code / OpenClaw, with 171 downloads so far.

How do I install markdown.new?

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

Is markdown.new free?

Yes, markdown.new is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does markdown.new support?

markdown.new is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created markdown.new?

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

💬 Comments