Compétences baoyu-markdown-to-html
📄

baoyu-markdown-to-html

Risque faible ⚙️ Commandes externes📁 Accès au système de fichiers🌐 Accès réseau🔑 Variables d’environnement

Markdownをスタイル付きHTMLに変換

プレーンなMarkdownファイルを、WeChat最適化テーマ、コードハイライト、数式、図表サポート付きの美しくスタイリッシュなHTMLに変換します。

Prend en charge: Claude Codex Code(CC)
📊 71 Adéquat
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "baoyu-markdown-to-html". # Hello World This is a test.

Résultat attendu:

  • HTMLファイル: Hello.html
  • スタイル付きの見出しと段落タグを含む
  • WeChat互換性のためのインラインCSS

Utilisation de "baoyu-markdown-to-html". Code block: ```javascript console.log('test'); ```

Résultat attendu:

  • シンタックスハイライト付きコードを含むHTMLファイル
  • コードブロックに行番号
  • テーマに適したコードスタイリング

Utilisation de "baoyu-markdown-to-html". Math: $E = mc^2$

Résultat attendu:

  • レンダリングされたKaTeX数式を含むHTMLファイル
  • 数式が適切にフォーマットされている
  • MathJax/KaTeX CSSが埋め込まれている

Audit de sécurité

Risque faible
v1 • 2/17/2026

This is a legitimate markdown-to-HTML converter skill. The static findings are false positives - external commands invoke the rendering script and external tools (PlantUML, Ruby) for markdown extensions, network calls fetch external resources needed for rendering (images, diagram servers), and filesystem operations are standard read/write for file conversion. No malicious intent or data exfiltration detected.

21
Fichiers analysés
5,135
Lignes analysées
8
résultats
1
Total des audits
Problèmes à risque moyen (2)
External Command Execution
The skill uses spawnSync to execute the markdown rendering script via npx/bun. This is legitimate functionality for invoking the markdown processor.
Network Requests for Remote Images
The skill downloads remote images referenced in markdown files. This is standard functionality for a markdown converter.
Problèmes à risque faible (2)
Environment Variable Access
The skill reads environment variables for debug configuration. This is a standard practice.
Temporary File Operations
The skill creates temporary files during the conversion process. This is expected behavior for file processing.
Audité par: claude

Score de qualité

45
Architecture
100
Maintenabilité
85
Contenu
50
Communauté
76
Sécurité
91
Conformité aux spécifications

Ce que vous pouvez construire

WeChat記事の公開

Markdown記事をWeChat互換のHTMLに変換し、スタイル付きフォーマットとコードハイライトで公式アカウントに公開。

ドキュメント変換

Markdownドキュメントファイルを、美しいスタイリングと図表サポート付きのスタンドアロンHTMLに変換。

ブログ記事のエクスポート

Markdownブログ記事を、数式とシンタックスハイライト付きコードブロック付きのスタイル付きHTMLに変換。

Essayez ces prompts

基本的なMarkdown変換
Convert the file README.md to HTML using the default theme
WeChat最適化出力
Convert article.md to HTML with the grace theme, optimized for WeChat publication
コードハイライト付き
Convert tutorial.md to HTML with the simple theme, include code block syntax highlighting
元のタイトルを保持
Convert doc.md to HTML using the default theme and keep the original title in the output

Bonnes pratiques

  • WeChat記事にはdefaultテーマを使用する(このプラットフォーム用に最適化されている)
  • 画像の適切な埋め込みのために、参照画像と同じディレクトリにmarkdownファイルを保持する
  • 公開前にWeChatエディターで出力をテストしてフォーマットの問題を確認する

Éviter

  • 機密ドキュメントの変換には使用しないでください - HTMLは暗号化されません
  • 非常に大きなmarkdownファイルの変換は避けてください(処理が遅くなる可能性があります)
  • JavaScript多用の複雑なmarkdown拡張機能の完璧なレンダリングは期待しないでください

Foire aux questions

どのテーマが利用可能ですか?
3つのテーマが利用可能です:default(クラシックなWeChatスタイル)、grace(シャドウと角丸カードでエレガント)、simple(モダンでミニマル)。
何かをインストールする必要がありますか?
Bunランタイムのインストールが必要です。このスキルはnpx/bunを使用して変換スクリプトを実行します。
WeChat記事に使用できますか?
はい、defaultとgraceテーマはWeChat公式アカウント記事用に特別に最適化されています。
リモート画像はどのように処理されますか?
リモート画像は自動的にダウンロードされ、オフライン表示のためにHTML内でローカルパスで埋め込まれます。
どのmarkdown拡張機能がサポートされていますか?
コードハイライト、数式(KaTeX)、PlantUML図表、脚注、アラート、カスタムインフォグラフィック。
出力テーマをカスタマイズできますか?
はい、EXTEND.md設定ファイルを通じてカスタムCSS変数を提供できます。

Détails du développeur

Structure de fichiers