skills/ssl-checker/SKILL.md
SSL证书检查器是一个用于检查SSL证书有效期的agent技能,它可以检查指定域名的SSL证书是否即将过期,返回检查结果,使用mcp-email发送即将过期的警告邮件给订阅者。
npx skillsauth add kit101/skillz ssl-checkerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
当用户明确要求检查某域名的SSL证书有效期时
scripts/ssl-checker.js,调用方式通过node scripts/ssl-checker.js获取脚本使用说明references/notify.mdreferences/report-template.txtdomains: 要检查的域名数组(必需)warningThreshold: 警告阈值(可选,默认30天)documentation
Convert academic papers, theses, and technical documents from .docx to clean Markdown with proper LaTeX formulas, equation numbering, figures, and tables. Triggers when the user mentions converting a .docx paper/thesis/document to Markdown, extracting formulas from Word to LaTeX, or cleaning up pandoc-generated Markdown with formula artifacts. Also trigger when user says "docx转md", "word转markdown", "论文转markdown", "公式转latex", or mentions pandoc output has broken/escaped formulas.
development
Convert Markdown files to PDF with Chinese formatting, LaTeX math formulas, and embedded images. Use this skill whenever the user wants to turn a .md file into a PDF document, especially when the Markdown contains Chinese text, math formulas ($$ or $), tables, or images. Triggers include:"md转pdf", "markdown to pdf", "导出pdf", "生成pdf", "convert md to pdf", "转为pdf", or when the user mentions a .md file and asks to make it a PDF.
development
Convert Markdown files to professional .docx documents with Chinese formatting, table styling, automatic TOC, headers/footers, and page layout control. Use this skill whenever the user wants to turn a .md file into a Word document, especially for software requirement specifications, technical reports, requirements documents, or any structured Chinese document. Triggers include: "convert md to docx", "md转docx", "markdown to word", "生成word文档", "导出docx", "make a word doc from markdown".
development
Compare two markdown files and generate a structured changelog in open-source standard format (date-based versions, Summary/Added/Changed/Removed tables). Use whenever the user wants to compare .md file versions, create a changelog or release notes, document version differences, or mentions "changelog", "版本差异", "修订日志", "diff", "变更记录" in context of markdown files.