Favicon
Fetch and download favicons from any website for your design projects. Use when grabbing icons, checking availability, or previewing favicon renders.
Why use this skill?
Easily download website favicons, verify icon links, or generate SVG placeholders for design projects using the OpenClaw Favicon skill. Fast, reliable, and developer-friendly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/faviconWhat This Skill Does
The Favicon skill is a robust utility designed to handle every aspect of website icon management. Whether you are a web developer looking to extract branding assets or a designer needing quick placeholder mockups, this skill streamlines the process of locating, validating, and retrieving icons. It intelligently parses websites to identify icons, attempting multiple detection methods including standard /favicon.ico checks, HTML link tag analysis, and Apple-touch-icon lookups. When direct retrieval fails, the skill provides a seamless fallback to the Google Favicon API, ensuring you rarely walk away empty-handed. Additionally, it offers a generative feature for creating SVG-based placeholders, perfect for prototyping when specific assets are unavailable.
Installation
To integrate the Favicon skill into your environment, use the OpenClaw repository manager. Run the following command in your terminal:
clawhub install openclaw/skills/skills/bytesagain/favicon
Ensure that the system requirements, specifically curl, are installed on your host machine. For advanced metadata analysis using the info command, verify that file and xxd utilities are available on your system, as these enable precise MIME type and format detection.
Use Cases
This skill is indispensable for developers building web scrapers, dashboard tools, or bookmarking applications that require visual identification for URLs. Designers use it for rapid prototyping, and QA engineers use it to verify that assets are correctly linked and publicly accessible across production environments.
Example Prompts
- "Check if https://openai.com has a valid favicon configured and identify which detection method works best."
- "Download the favicon for https://github.com and save it as github_logo.ico in my current working directory."
- "Generate a 64x64 SVG placeholder favicon using the letters 'AI' for my new project design mockups."
Tips & Limitations
The Favicon skill relies on external web responses; therefore, network latency may occur. While the HTML parsing and Google API fallback are highly effective, some websites block automated requests via robots.txt or CORS policies, which may result in download failures. When using the info command, ensure the file path is correct, as the skill performs local file system reads. For the best experience, use the generate command when building new sites to create consistent visual markers before official branding is finalized.
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-bytesagain-favicon": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: network-access, file-write, file-read, external-api
Related Skills
axure-prototype-generator
Axure 原型代码生成器 - 输出 JavaScript 格式 HTML 代码,支持内联框架直接加载可交互原型。
douyin-cover-builder
这是一个面向中文创作者的 OpenClaw Skill,输入主题与人物气质后,会输出可直接用于生图模型的高质量提示词与创意说明。
vibe-coding-checker
描述一个功能或项目,AI 快速评估用 Cursor/Windsurf/Bolt 等 AI 编程工具能否独立实现, 给出可行性判断、推荐工具、拆解路径和风险提示。
AB-Agents-Vision-MiniMax
👁️ Image analysis via MiniMax VL API. Describe images, extract text from screenshots, analyze photos. Requires MiniMax Token Plan API key (free tier available).
AB-Agents-Vision
👁️ Image analysis using MiniMax VL API. Describe images, extract text from screenshots, analyze photos. Works with local files and URLs. Simple shell wrapper.