Browser Abstraction Layer
Installation
SKILL.md
Browser Abstraction Layer
Unified interface for web content extraction across browser providers
Provider Selection
function get_browser_provider() {
// 1. Check environment first
if (is_antigravity_environment()) {
return "antigravity" // Use native browser agent
}
// 2. Fall back to config
config = Read("km-config.json")
return config?.browser?.provider || "playwright"
}
Related skills
More from treylom/knowledge-manager
zettelkasten note creation
Create atomic, interconnected notes following Zettelkasten methodology
39baoyu-slide-deck
Generate professional slide deck images from content. Creates comprehensive outlines with style instructions, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", or "slide deck".
28knowledge manager setup
Automated setup wizard for Knowledge Manager - configures MCP servers and creates config files
14knowledge manager workflow
6-phase workflow for content extraction, analysis, and export to Obsidian/Notion
13social media content extraction
Extract content from Threads, Instagram with reply collection and depth control
12export formats
Output format specifications for Obsidian, Notion, and Markdown exports
11