Skillware skills · data_engineering/semantic_web_proxy
Semantic Web Proxy
Semantic web proxy — reduce live pages or raw HTML to token-efficient Markdown, plain text, or JSON via trafilatura. SSRF guard, token savings estimate, and honest JavaScript-render warnings.
Capabilities
- Boilerplate strip
- Token savings
- SSRF guard
- Offline html_content
Problems this skill solves
People search for tasks — not always "skillware":
- reduce web page tokens before llm
- extract main content html markdown agent
- trafilatura agent skill python
- semantic web proxy ai scraping
- strip boilerplate before chatgpt context
- token efficient web page extraction agent
Install
pip install skillware then SkillLoader.load_skill("data_engineering/semantic_web_proxy")
FAQ
- How is Semantic Web Proxy different from fetching HTML yourself?
- It strips navigation, ads, scripts, and footers deterministically, reports token savings, and flags client-rendered pages — so agents do not silently ingest empty shells.