← Back to Skills

markdown-to-html

v1.0.0 approved Text Processing ⬇ 97 ↑ 8/7d 1mo ago
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o markdown-to-html.skill   "https://aiskillstore.io/v1/agent/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "beffd5f1-a557-4a9d-9d60-5441c86f1e5b",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP config (one-time)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 Full agent API guide: /llms.txt  ·  MCP server card

Markdown을 HTML로 변환하거나 HTML에서 순수 텍스트를 추출합니다. 콘텐츠 파이프라인 및 문서 처리에 활용합니다.

# markdown # html # convert # text-extraction # document

Basic Info

Owner 👤 ironman Category Text Processing Registered 2026-04-12 Last Updated 2026-04-12 Latest Version 1.0.0 Packaged At 2026-04-12 Vetting Status approved Downloads 97 Checksum (SHA256) 4ebe2d18ae115aaa4db0eca85de0d5b91ba44b548174405b35bf2eebe42c8131

⚡ AGENT INFO USK v3

Capabilities
markdown_conversion html_processing text_extraction document_processing
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/download?platform=OpenClaw GET /v1/agent/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/download?platform=ClaudeCode GET /v1/agent/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/download?platform=Cursor GET /v1/agent/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/download?platform=GeminiCLI GET /v1/agent/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/download?platform=CodexCLI GET /v1/agent/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any Cursor GeminiCLI CodexCLI

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install markdown-to-html
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install markdown-to-html --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/download
2
Place it in the Claude Code commands directory.
unzip markdown-to-html.skill -d ~/.claude/commands/markdown-to-html/
3
Use it as a slash command in Claude Code.
/markdown-to-html
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip markdown-to-html-agent-skill-*.skill -d ~/.claude/skills/markdown-to-html/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip markdown-to-html-cursor-*.skill -d ~/.cursor/skills/markdown-to-html/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/markdown-to-html/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip markdown-to-html-geminicli-*.skill -d ~/.gemini/skills/markdown-to-html/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/markdown-to-html/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip markdown-to-html-codexcli-*.skill -d ~/.codex/skills/markdown-to-html/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/markdown-to-html/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/download
2
Place it in your agent platform's skills directory.
cp markdown-to-html.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/beffd5f1-a557-4a9d-9d60-5441c86f1e5b/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-12 ⬇ 97 초기 릴리스

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review