Skip to content
View KerberosClaw's full-sized avatar
  • Taiwan

Organizations

@iOSDevClub

Block or report KerberosClaw

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
KerberosClaw/README.md

KerberosClaw

IoT × AI Agent × RAG

做了十幾年的 IoT,接過的設備從 Modbus PLC 到 IKEA 檯燈都有。現在把這些經驗打包成 MCP Server 讓 AI 用人話操作設備,順便手刻了一條 RAG pipeline 搞懂每個環節在幹嘛。

底下這些專案就是成果 — 有些是從生產環境的傷疤長出來的,有些是半夜睡不著寫的。歡迎翻翻看,如果覺得有用就拿去,覺得好笑也算我賺到。

Projects

Project One-liner
kc_rag_lab 從零手刻 RAG pipeline,不用框架,因為「我用 LangChain」不算懂 RAG
kc_iot_gateway 4 種協議的設備塞進 1 個 REST API + Dashboard + MCP Server
kc_modbus_mcp AI 說「讀取溫度」而不是「讀 register 0x0000 的 float32」
kc_tradfri_mcp 讓 AI 開關 IKEA 的燈,經由 CoAP/DTLS,因為事情從來沒有簡單過
kc_system_design 4 個系統設計踩坑故事,大多在凌晨兩點學會的
kc_ai_skills 那些做到懶得再手動做的事,包裝成 AI skill
kc_openclaw_local_llm 測了 13 個本地 LLM,只有 2 個能穩定 call tool

Tech

MQTT, Modbus, CoAP, Webhook | Python, FastAPI, FastMCP | RAG, ChromaDB, Gradio | Docker, MCP, Ollama

Popular repositories Loading

  1. kc_ai_skills kc_ai_skills Public

    AI Skills That Actually Do Things — reusable skills for any LLM workflow

    Python 25 3

  2. kc_openclaw_local_llm kc_openclaw_local_llm Public

    Guide and tools for running OpenClaw with local Ollama LLMs on consumer NVIDIA GPUs. 13 models tested on RTX 5070 Ti 16GB.

    2 1

  3. kc_rag_lab kc_rag_lab Public

    Local-first RAG pipeline, hand-built from scratch — no LangChain, no paid APIs. Feed it Markdown docs, ask questions, get grounded answers with citations.

    Python 1

  4. kc_job_radar kc_job_radar Public

    104 人力銀行職缺雷達 — 自動搜尋、篩選、去重、Gmail 監聽、狀態碼追蹤,Docker cron + Telegram 通知

    Python 1

  5. kc_tradfri_mcp kc_tradfri_mcp Public

    IKEA TRADFRI CoAP → MCP Server for OpenClaw / LLM smart home control

    Python

  6. kc_modbus_mcp kc_modbus_mcp Public

    Modbus TCP MCP Server — let AI agents read/write PLC registers by name, not by raw address

    Python 1