content-bridge
Content Bridge - 通用内容摄取路由层
智能路由层,根据 URL 类型自动调用对应的内容摄取 skill,返回标准化内容。
定位与职责
Content Bridge 是通用内容摄取基础设施,不绑定任何下游应用。
- 核心职责:识别内容源类型 → 路由到对应摄取 skill → 返回标准化内容
- 复用性:任何 skill(deep-learning、knowledge-sync、research 等)都可依赖
- 不负责:不直接实现具体平台的抓取逻辑,不处理下游应用逻辑(如 NotebookLM 上传)
- 边界清晰:专注于"内容获取"这一层,下游如何使用由调用方决定
架构说明
Content Bridge 是路由层,不是实现层:
More from hamsterider-m/personal-skills
document-parser
文档解析器。支持 PDF/DOCX/EPUB 等格式,返回提取的文本内容。
1deep-learning
Orchestrate deep learning workflows using NotebookLM. Triggers when user wants to deeply understand a topic, research a concept, or learn from materials (links, videos, documents, keywords). Automatically collects materials, uploads to NotebookLM, generates multi-format artifacts (report/podcast/slides/video/quiz/flashcards), and delivers all via Feishu.
1browser-plus
Intelligent browser automation with smart routing between OpenClaw native browser tool and Vercel agent-browser. Use when needing to interact with web pages, especially for filling forms, clicking elements, or typing text in rich text editors that resist standard DOM manipulation. Automatically detects element types and routes to the best execution strategy.
1ultimate-search
>
1issue-driven
Issue-driven development workflow. Manage GitHub Issues as SSOT for all dev tasks — create, worktree, code review, PR, and status tracking.
1web-reader
Extract clean text content from any webpage using Defuddle (primary) or Jina AI (fallback). Use when needing to fetch article content, social media posts, or any web page text without dealing with paywalls, login walls, or complex HTML parsing. Automatically converts web pages to clean Markdown format.
1