image-breaker
Extract and break down content from web documents, PDFs, images, and URLs into structured markdown notes stored locally and synced to Obsidian. Use when the user shares a URL, PDF, screenshot, or document and wants the content converted to organized notes with proper tagging and categorization.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/biohackerrrrrr/image-breakerWhat This Skill Does
The image-breaker skill is a powerful document-processing utility designed to transform unstructured information from diverse sources—such as PDFs, web pages, images, and screenshots—into highly structured, Obsidian-ready markdown notes. By leveraging built-in OCR and web-scraping capabilities, this skill identifies critical data points, extracts them, and organizes them using a standardized schema, including overview sections, bulleted key takeaways, detailed breakdowns, and properly formatted reference tables. It automates the tedious aspects of knowledge management by ensuring every note includes frontmatter metadata and is synced directly to your local Obsidian vault.
Installation
To add this skill to your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/biohackerrrrrr/image-breaker
Ensure that your workspace permissions allow for file writing and that the Obsidian sync path is correctly configured in your local environment settings to enable seamless integration with your personal knowledge base.
Use Cases
- Biomedical Data Processing: Quickly convert complex lab result screenshots or NMR lipid panel reports into organized health tracking notes.
- Academic Research: Automatically extract key takeaways from research papers and PDFs for easier cross-referencing.
- Protocol Management: Turn supplement guides or exercise protocols found online into searchable markdown documents for future review.
- Content Curation: Aggregate web document findings into a centralized, tagged repository for longevity or performance optimization research.
Example Prompts
- "Here is a screenshot of my latest bloodwork, please extract the values and organize them into an image-breaker note."
- "I just uploaded a PDF on BPC-157 protocols. Use the image-breaker skill to summarize the dosage guidelines and save it to my research folder."
- "Please fetch the content from this URL [link] and create a structured summary with all key findings and reference data."
Tips & Limitations
To get the most out of image-breaker, ensure your screenshots are high resolution for accurate OCR. While the skill automatically assigns three relevant tags, you can manually override the output directory if you prefer specific categorization (e.g., /research/bloodwork vs /research/protocols). Note that for extremely long web documents, the skill works best when the content is extracted in logical sections. Always verify data extraction for complex scientific tables, as OCR may occasionally require human review for highly dense numerical data.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-biohackerrrrrr-image-breaker": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, network-access, code-execution
Related Skills
cortana-persona
Embody Cortana from Halo - witty, tactical AI partner treating the user like Master Chief on biohacking missions. Mission-focused, strategic, playful but sharp. Use for all conversational interactions to maintain authentic Cortana personality and Chief dynamic.
paper-fetcher
Fetch academic papers from Sci-Hub given a DOI. Automatically downloads PDFs and saves them to research/papers/ with clean filenames. Use when the user provides a DOI or requests a paper from PubMed.
research-automation
Automated web research for peptides, biohacking protocols, longevity science, and trending health topics. Use when you need to discover new information, track emerging trends, monitor scientific updates, or generate content ideas based on current research. Runs periodically via heartbeat or on-demand.