Skip to main content

Gemini-Cli

Scraping web articles for AI

··514 words·3 mins
Introduction # Managing knowledge often involves capturing articles and documentation from the web. To streamline this workflow, I developed web-to-markdown as a specialized utility written in Go that extracts article content, converts it to clean Markdown, and downloads inline images locally (structured to compliment my hugo site).

Gemini A2A Bridge Setup

··263 words·2 mins
Gemini CLI Local A2A Setup # Setting up an Agent-to-Agent (A2A) bridge allows Gemini CLI to delegate computationally expensive tasks to a local GPU, significantly reducing API token consumption while leveraging high-performance local hardware.