← Back to Skills Marketplace
Md Convert
by
bytesagain4
· GitHub ↗
· v2.0.3
· MIT-0
200
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install md-convert
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Md Convert concepts, best practices, and implementation patterns.
Usage Guidance
This skill appears to be a straightforward, local reference tool: it prints static documentation and does not ask for credentials or network access. Things to note before installing or running: (1) the repository script has a minor version string and help-text formatting oddity (not a security issue), (2) the included script can be executed locally — if you plan to run it, review the file (scripts/script.sh) yourself or run it in a sandboxed environment, and (3) because the skill is instruction-only and contains no installers or downloads, it has a low risk profile. If you need higher assurance, inspect the repository or run the script in an isolated container before allowing agent autonomy.
Capability Analysis
Type: OpenClaw Skill
Name: md-convert
Version: 2.0.3
The skill is a straightforward documentation reference tool that provides static text information about 'Md Convert' concepts. The implementation in 'scripts/script.sh' consists entirely of bash functions that output hardcoded text via heredocs, with no network calls, file system modifications, or credential access. The 'SKILL.md' instructions are consistent with the code and contain no evidence of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name/description describe a local reference for 'Md Convert' and the included SKILL.md plus scripts provide only static documentation and CLI-like output. There are no unrelated environment variables, binaries, or external services requested, so the required capabilities match the stated purpose.
Instruction Scope
SKILL.md explicitly states output is plain-text via heredoc with no external API calls or network access. The included scripts/script.sh only prints embedded documentation and help text; it does not read secrets, access external endpoints, or reference unrelated system paths. No instructions give the agent broad discretion to collect additional system context.
Install Mechanism
There is no install spec and no downloads; the skill is instruction-only with an included shell script. Nothing is fetched from external URLs or written to arbitrary locations during install, so installation risk is minimal.
Credentials
The skill declares no required environment variables, credentials, or config paths, and neither SKILL.md nor the script access environment secrets. The absence of requested credentials is proportional to a static reference tool.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills' configurations. It can be invoked by the user or the agent (default), which is appropriate for a reference skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install md-convert - After installation, invoke the skill by name or use
/md-convert - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.3
Fix description
v2.0.2
Clean package with matching SKILL.md
v2.0.1
clean-package-fix
v2.0.0
Domain-specific upgrade
Metadata
Frequently Asked Questions
What is Md Convert?
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Md Convert concepts, best practices, and implementation patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 200 downloads so far.
How do I install Md Convert?
Run "/install md-convert" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Md Convert free?
Yes, Md Convert is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Md Convert support?
Md Convert is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Md Convert?
It is built and maintained by bytesagain4 (@xueyetianya); the current version is v2.0.3.
More Skills