tvdr-obsidian-kb通过API与本地Obsidian知识库交互,实现笔记创建、语义搜索及笔记管理功能。
Install via ClawdBot CLI:
clawdbot install admirobot/tvdr-obsidian-kbGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → http://192.168.18.15:5000/api/noteCalls external URL not in known-safe list
http://192.168.18.15:5000/health`AI Analysis
The skill interacts with a local Obsidian API server (192.168.18.15) on the internal network, which is consistent with its stated purpose of managing a knowledge base. While it sends user-provided note data to this endpoint, there is no evidence of credential harvesting, obfuscation, or communication with unauthorized external servers. The primary risk is the potential exposure of internal network details and reliance on an unauthenticated local service.
Audited Apr 18, 2026 · audit v1.0
Generated May 9, 2026
用户利用Obsidian API创建笔记、实现语义搜索,构建个人知识库,便于长期记忆和快速检索。适用于个人学习、工作记录和创意管理。
多Agent通过统一API共享知识库,创建和检索项目文档、经验教训,实现跨主机协作。适用于软件开发、创意工作室等团队。
编剧使用专用函数创建剧本笔记、记录灵感、保存工作日志,并通过语义搜索相关创作经验。适用于影视、文学创作领域。
运维团队将故障处理、调优经验存入知识库,按目录分类管理,方便后续搜索和复用。适用于IT运维和系统管理。
为企业提供私有化部署的语义知识库服务,支持多团队共享和API集成,按用户数或存储量收费。
将Obsidian知识库作为AI Agent的长期记忆模块,嵌入到各类Agent产品中,收取API调用费或授权费。
为特定行业(如编剧、项目文档)定制知识库方案,包括目录规范、脚本工具和培训,收取项目费。
💬 Integration Tip
集成时确保API服务可用,并通过身份标识规范区分不同Agent的笔记来源。
Scored May 9, 2026
Work with Obsidian vaults (plain Markdown notes) and automate via notesmd-cli.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Obsidian笔记库按KG笔记法整理——四种笔记类型、链接权限、关系中转、命名规范、新旧分离。自动纠错+建关系+去重+补缺+无关内容分离+分层加载
Manage a personal knowledge base by adding, searching, organizing, and reviewing articles, links, and notes with tags and natural language queries.
Automatically extract key points from long texts in Chinese or English using keywords or length triggers, outputting clear, concise bullet-point summaries.
Generate a daily work report by automatically discovering all git repositories the user worked on, collecting commit logs across all branches, and summarizin...