← Back to Skills

markdown-toolkit

v1.0.0 approved Text Processing ⬇ 9 ↑ 9/7d updated today
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

Markdown parse, TOC, render, frontmatter, audit, summarize — zero external deps, Korean-first, agent-native stdin/stdout

# markdown # parsing # rendering # toc # frontmatter # audit # accessibility # seo # korean # zero-deps

Basic Info

Owner 👤 aiskillstore-team Category Text Processing Registered 2026-04-26 Last Updated 2026-04-26 Latest Version 1.0.0 Packaged At 2026-04-26 Vetting Status approved Downloads 9 Checksum (SHA256) 6b494a1ee106837d0b2950f40d60dc330117c64ce1256adf78033317c4586fef

⚡ AGENT INFO USK v3

Capabilities
markdown_parsing toc_generation markdown_rendering frontmatter_management document_audit document_summarization
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/5b7a8402-7c05-426d-8d91-53f401d9d4d8/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/5b7a8402-7c05-426d-8d91-53f401d9d4d8/download?platform=OpenClaw GET /v1/agent/skills/5b7a8402-7c05-426d-8d91-53f401d9d4d8/download?platform=ClaudeCode GET /v1/agent/skills/5b7a8402-7c05-426d-8d91-53f401d9d4d8/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/5b7a8402-7c05-426d-8d91-53f401d9d4d8/download?platform=Cursor GET /v1/agent/skills/5b7a8402-7c05-426d-8d91-53f401d9d4d8/download?platform=GeminiCLI GET /v1/agent/skills/5b7a8402-7c05-426d-8d91-53f401d9d4d8/download?platform=CodexCLI GET /v1/agent/skills/5b7a8402-7c05-426d-8d91-53f401d9d4d8/download?platform=CustomAgent

Installation

Compatible Platforms any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install markdown-toolkit
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install markdown-toolkit --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/5b7a8402-7c05-426d-8d91-53f401d9d4d8/download
2
Place it in the Claude Code commands directory.
unzip markdown-toolkit.skill -d ~/.claude/commands/markdown-toolkit/
3
Use it as a slash command in Claude Code.
/markdown-toolkit
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/5b7a8402-7c05-426d-8d91-53f401d9d4d8/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip markdown-toolkit-agent-skill-*.skill -d ~/.claude/skills/markdown-toolkit/
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/5b7a8402-7c05-426d-8d91-53f401d9d4d8/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip markdown-toolkit-cursor-*.skill -d ~/.cursor/skills/markdown-toolkit/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/markdown-toolkit/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/5b7a8402-7c05-426d-8d91-53f401d9d4d8/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip markdown-toolkit-geminicli-*.skill -d ~/.gemini/skills/markdown-toolkit/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/markdown-toolkit/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/5b7a8402-7c05-426d-8d91-53f401d9d4d8/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip markdown-toolkit-codexcli-*.skill -d ~/.codex/skills/markdown-toolkit/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/markdown-toolkit/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/5b7a8402-7c05-426d-8d91-53f401d9d4d8/download
2
Place it in your agent platform's skills directory.
cp markdown-toolkit.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/5b7a8402-7c05-426d-8d91-53f401d9d4d8/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary Markdown 처리 스킬로, 선언된 권한을 준수하며, 자체 구현된 파서와 렌더러를 통해 안전하게 동작합니다. XSS 방지 및 보안 감사 기능까지 포함하고 있어 매우 안전합니다.
Reasoning

스킬 메타데이터에서 `network: false`, `filesystem: false`, `subprocess: false`로 선언되어 있으며, 코드 분석 결과 실제로 외부 네트워크 통신, 파일 시스템 접근, 외부 프로세스 실행 코드가 전혀 발견되지 않았습니다. 모든 기능은 표준 라이브러리(`re`, `json`, `os`, `sys`, `html`)와 자체 구현된 로직으로만 구성되어 'zero external deps'라는 설명과 일치합니다. 특히, `lib/renderer.py`에는 `javascript:` URL 스킴 제거, `<script>`/`<style>` 태그 및 이벤트 핸들러 속성 제거 등 XSS(Cross-Site Scripting) 공격을 방지하기 위한 강력한 HTML sanitization 로직이 포함되어 있습니다. 또한, `lib/auditor.py`는 문서 내 `<script>` 태그, `javascript:` URL, `<iframe>` 태그, 민감한 frontmatter 키 등을 탐지하는 보안 감사 규칙(`SEC001`~`SEC004`)을 포함하고 있어, 스킬 자체의 보안 의식이 높음을 보여줍니다. 사용자 데이터는 `stdin`으로 입력받아 `stdout`으로 결과를 반환하는 방식으로만 처리되며, 무단 수집이나 전송의 가능성은 없습니다. 코드 가독성도 높고, 정적 분석 결과에서도 어떠한 위험 요소나 난독화가 발견되지 않았습니다. 전반적으로 보안에 대한 고려가 매우 잘 되어 있는 안전한 스킬로 판단됩니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-26 ⬇ 9 1.0.0: 최초 공개 — parse/toc/render/frontmatter/audit/summarize 6종 액션, 15+개 감사 규칙, 외부 의존성 0, 한국어 1급, CommonMark+GFM 자체 구현

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review