后端与 API
后端服务、API、Webhook 和服务端工具
Skills 列表

joseon-sillok-search
从官方 sillok.history.go.kr 网站搜索朝鲜王朝实录记录,支持关键词搜索以及可选的国王/年份筛选。
nomadamas
lck-analytics
使用Riot官方LoL Esports数据和Oracle's Elixir风格的historical数据,查询LCK比赛结果、当前排名、实时转折点、BP对阵/协同、补丁meta和战队实力评级。
nomadamas
han-river-water-level
基于汉江洪水控制办公室(HRFCO)数据,通过观测站名称或观测站代码查询当前水位/流量。默认路径为 k-skill-proxy 的 han-river water-level 端点。
nomadamas
korea-weather
通过气象厅短期预报查询服务及代理查询韩国天气并总结。
nomadamas
korean-patent-search
通过官方KIPRIS Plus开放API,使用关键词搜索和申请号详细查询,检索韩国专利和实用新型公开数据。
nomadamas
household-waste-info
当用户按区域名称(市/郡/区)查询生活垃圾的投放星期、时间及地点信息,并希望获取 data.go.kr 官方生活垃圾投放指南时使用。
nomadamas
delivery-tracking
通过官方承运商接口,使用运单号跟踪CJ大韩通运和韩国邮政的包裹,并将工作流围绕一个承运商适配器进行组织,以便将来支持更多快递公司。
nomadamas
kbo-results
使用 kbo-game npm 包获取特定日期的 KBO 比赛日程和结果。当用户询问今天的 KBO 比赛、昨天的比分或特定日期的记分板时使用。
nomadamas
fine-dust-location
基于AirKorea的细颗粒物/超细颗粒物查询,通过区域名称或位置提示进行查询。默认路径为k-skill-proxy的report端点。
nomadamas
korean-law-search
通过 k-skill-proxy 查询韩国法律法规、具体法条、司法判例、权威行政解释及地方法规。当用户需要查找韩国法律、法条或判例时使用。
nomadamas
coupang-product-search
基于 retention-corp/coupang_partners 的本地 Coupang MCP 兼容层,用于查询 Coupang 商品搜索、火箭配送筛选、价格区间搜索、商品对比、热销榜单及 Goldbox 每日特价。
nomadamas
kleague-results
查询K联赛比赛结果和当前排名,支持按日期/球队筛选。使用官方JSON接口和kleague-results npm包。
nomadamas
real-estate-search
通过 k-skill-proxy 查询韩国公寓、写字楼、联排别墅、独栋住宅的实际交易价格和租金。基于 tae0y 的 real-estate-mcp 和韩国国土交通部(MOLIT)公共数据 API。
nomadamas
korean-spell-check
使用 Nara/PNU 韩语拼写检查器保守地校对韩语文本,对长输入进行分块,并返回以修改建议为中心的校正结果。
nomadamas
used-car-price-search
对比韩国各大租车服务商后,通过 SK 租车 Direct 타고BUY 的库存快照(inventory snapshot)查询二手车价格及买断价。
nomadamas
kakaotalk-mac
在 Apple Silicon macOS 上通过 katok CLI 搜索本地 KakaoTalk 聊天记录归档。
nomadamas
seoul-subway-arrival
使用首尔官方开放数据API查询首尔实时地铁到站信息。当用户询问列车何时到达、哪些列车正在接近车站或首尔地铁当前拥挤程度时使用。
nomadamas
create-verification-skill
Generate a project-local verification skill that drives your app the way a user does — any language, framework, or platform. Use for /create-verification-skill, \"make a control skill for this repo\", or when a project has no scripted way to prove UI/CLI/service behavior.
cursor
trailmark
构建并查询多语言源代码与二进制代码图,用于安全分析。包含预分析阶段,用于爆炸半径、污点传播、权限边界、入口点枚举、代理/未解析调用追踪、类型/引用查询、结构遍历、图差异、审计增强、通过 `.trailmark/links.toml` 声明的跨语言/FFI/外部链接,以及 SQL 模式图。适用于分析调用路径、映射攻击面、发现复杂度热点、枚举入口点、追踪污点传播、衡量爆炸半径、导入 SARIF/weAudit/二进制发现、跨语言或 RPC 边界链接源代码图,或构建用于审计优先级的代码图。在使用特定版本的 Trailmark API 前,请先进行特性门控;当目标语言未知或为多语言时,优先使用 `trailmark.parse.detect_languages()` 或 `--language auto`。
trailofbits
audit-augmentation
将外部审计发现(来自 SARIF 静态分析结果、weAudit 注释文件以及版本门控的 Trailmark 0.4.x 二进制分析图导出)增强到 Trailmark 代码图上。通过文件和行重叠将发现映射到图节点,创建基于严重性的子图,并支持将发现与预分析数据(爆炸半径、污点等)交叉引用。适用于将 SARIF 结果投影到代码图上、叠加 weAudit 注释、导入二进制图发现、将 Semgrep、CodeQL 或二进制分析发现与调用图数据交叉引用,或在代码结构上下文中可视化审计发现。
trailofbits
diagramming-code
根据 Trailmark 代码图生成 Mermaid 图表。生成调用图、类层次结构、模块依赖图、包含关系图、复杂度热力图以及攻击面数据流可视化。适用于可视化代码架构、绘制调用图、生成类图、创建依赖图、生成复杂度热力图,或可视化数据流和攻击面路径为 Mermaid 图表。
trailofbits
n8n-code-tool
Write JavaScript or Python for the n8n Custom Code Tool (@n8n/n8n-nodes-langchain.toolCode) — the AI-agent-callable tool, NOT the workflow Code node. Use when building a Code Tool attached to an AI Agent, writing code that an LLM will invoke, parsing the `query` input, returning a string result, defining an input schema for structured arguments (specifyInputSchema, jsonSchemaExample, DynamicStructuredTool), or troubleshooting errors like \"Wrong output type returned\", \"No execution data available\", \"The response property should be a string, but it is an object\", \"Cannot assign to read only property 'name'\", or an AI agent that refuses to call the tool. Covers the critical differences between Code node and Code Tool: return format (string vs `[{json:{...}}]`), unavailability of `$fromAI`/`$input`/`$helpers` in the Code Tool sandbox, naming rules for AI invocation, and when to use `toolWorkflow`/HTTP Request Tool instead.
czlonkowski
using-n8n-mcp-skills
Use when building, editing, validating, testing, or debugging an n8n workflow through the n8n-mcp MCP server — designing a flow, configuring a node, writing an expression or Code node, wiring credentials, or fixing one that misbehaves. The entry-point skill for the n8n-mcp-skills pack: it routes you to the right specialist skill, gives working knowledge of every n8n-mcp tool from turn one, and states the rules that keep workflows from breaking in production. Always consult it first on any n8n, workflow, node, or automation task — even a quick one-off, and even when the user names no skill — because n8n's surface drifts between versions and the specialist skills prevent silent failures.
czlonkowski
n8n-binary-and-data
Handle files and binary data in n8n correctly. Use when working with files, images, PDFs, attachments, uploads or downloads, base64, vision/multimodal input, or when an AI agent needs a file as tool input or output — and whenever the user mentions $binary, binaryPropertyName, "read the PDF", "attach the file", "send the image", Merge losing binary, or a CDN for chat images. Covers the $binary vs $json split, reading/writing binary, keeping binary alive across transforms with Merge, the agent-tool binary boundary, and the CDN/URL requirement for chat surfaces.
czlonkowski