這個頁面是做什麼的 What this page is for

賴管家 Skill 是「賴管家(Laiguanjia)— 個人工作室/中小商家 LINE OA 經營工具」的 LLM 代理層, 透過 Model Context Protocol (MCP) 向任何支援 MCP 的 host agent(例如 Claude Desktop、Cowork mode)曝露 6 個唯讀工具

這個頁面不是產品行銷頁,而是為以下三類讀者準備的技術透明度入口:

如果您是想開始試用賴管家的店家使用者,這個頁面不適合您,請直接前往 官方網站免費試用入口

三項可驗證的設計原則 Three verifiable design principles

以下每顆徽章都對應一份白皮書章節。點擊徽章可直接閱讀對應的技術設計說明與實作證據。 這些徽章不是第三方認證,而是「我們主張的技術特性」與「可自行驗證的檔案」的連結。

徽章 技術主張 可驗證檔案(點擊可跳至 repo 對應章節)
MCP Compatible 以 FastMCP + stdio transport 實作,6 個工具全部 destructiveHint=False,可由任何 MCP host agent 載入 白皮書 §01 MCP 架構
Dual-Layer Validated 每次 release 前跑兩層驗證:VM 端 Python JSON canonical diff(bytes 級比對)+ Mac 端 MCP Inspector UI spot check 白皮書 §04 雙層驗證
Consent-Gated initiate_trial_contact 第一行即為 consent gate(isinstance(bool) + is True 嚴格比對),8 個測試 case 全綠 白皮書 §03 Consent Gate

徽章圖片來源:shields.io,動態產生,無任何第三方驗證服務介入。若徽章 URL 被修改,請以 repo 白皮書原文為準。

深入資源 Deep-dive resources

📦

Source Code原始碼(MIT 授權)

完整 MCP server Python 原始碼、6 個工具的 handler 邏輯、資料層 JSON、單元測試、完整 git history 公開。

github.com/dvdmaru/laiguanjia-skill
📄

Technical Whitepaper技術白皮書(繁中 + 英文 1:1 對照)

四章架構:MCP 架構總覽 / 三段分離 / Consent Gate 範式 / 雙層 diff 驗證。每章含攻擊面分析、法規邊界、獨立可重現性章節。

docs/whitepaper/
🎯

Industry Case Studies產業案例研究(6 篇)

髮型設計師、健身教練、美甲師、寵物美容師、醫美診所、代駕司機——6 位具名主角,內容來自官網公開 blog,非真實客戶個資。

docs/case-studies/

重要聲明 Disclaimer

本頁面不主張任何第三方認證。

上述三顆徽章(MCP Compatible / Dual-Layer Validated / Consent-Gated)皆為「Self-attested design claims」—— 由我們主張、由我們可驗證,不代表任何外部機構背書。 例如 MCP Compatible 不是 Anthropic 官方認證,Consent-Gated 不是個資法意義上的 informed consent 背書。

所有技術細節皆可於上列 repo 自行驗證:白皮書、原始碼、單元測試、git commit history 全部公開,歡迎 clone、閱讀、質疑。 若您是代表法務或資安部門的審查者,可於 repo 的 Issues 開 issue 並標記 whitepaper-review,我會於 2 個工作天內首次回覆。

Disclaimer (EN): This page makes no third-party certification claims. All badges above are self-attested design claims that you can independently verify via the public repo. They do not imply endorsement from Anthropic, any security authority, or any legal body.