# Homepage Icon Finder

> Use when setting icon values for Homepage (gethomepage.dev) dashboard services, or when homepage icons appear broken/missing. Triggers on homepage YAML configs with icon fields.

- **Type:** Skill
- **Install:** `agentstack add skill-derio-net-agent-skills-homepage-icon-finder`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [derio-net](https://agentstack.voostack.com/s/derio-net)
- **Installs:** 0
- **Category:** [Data & Analytics](https://agentstack.voostack.com/c/data-and-analytics)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [derio-net](https://github.com/derio-net)
- **Source:** https://github.com/derio-net/agent-skills/tree/main/skills/homepage-icon-finder

## Install

```sh
agentstack add skill-derio-net-agent-skills-homepage-icon-finder
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Homepage Icon Finder

Find and verify icons for [Homepage](https://gethomepage.dev) dashboard service entries.

## Icon Sources & Prefixes

| Prefix | Source | Example | Search URL |
|--------|--------|---------|------------|
| *(none)* | [Dashboard Icons](https://github.com/walkxcode/dashboard-icons) | `argo-cd` | Fetch `https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/tree.json` |
| `si-` | [Simple Icons](https://simpleicons.org) | `si-github` | Fetch `https://raw.githubusercontent.com/simple-icons/simple-icons/master/slugs.md` |
| `sh-` | [selfh.st Icons](https://selfh.st/icons/) | `sh-nextcloud` | Fetch `https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/index.json` |
| `mdi-` | [Material Design Icons](https://materialdesignicons.com) | `mdi-flask-outline` | Search `https://pictogrammers.com/library/mdi/` |
| URL | Direct image | `https://example.com/logo.png` | N/A |
| `/icons/` | Local mount | `/icons/myapp.png` | Mount to `/app/public/icons` in container |

## Lookup Procedure

1. **Search Dashboard Icons first** (highest quality, purpose-built for dashboards):
   ```
   WebFetch https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/tree.json
   → search for service name and common aliases
   ```
   Names use hyphens: `argo-cd`, `home-assistant`, `pi-hole`, `visual-studio-code`

2. **Try Simple Icons** if not found (brand logos):
   ```
   WebFetch https://raw.githubusercontent.com/simple-icons/simple-icons/master/slugs.md
   → search for brand name
   ```
   Slugs are lowercase, no hyphens: `argo`, `kubernetes`, `grafana`

3. **Try selfh.st** for self-hosted app icons:
   ```
   WebFetch https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/index.json
   → search for app name
   ```

4. **Fall back to MDI** for generic icons: `mdi-server`, `mdi-kubernetes`, `mdi-robot`

5. **Last resort**: Direct URL to the project's logo from their GitHub/website

## Color Customization

For `si-` and `mdi-` icons, append hex color: `si-github-#181717`, `mdi-server-#4CAF50`

## Common Gotchas

| Service | Wrong | Right | Why |
|---------|-------|-------|-----|
| ArgoCD | `argocd`, `si-argocd` | `argo-cd` (dashboard) or `si-argo` (simple) | Dashboard Icons uses hyphenated name; Simple Icons slug is just `argo` |
| Pi-hole | `pihole` | `pi-hole` | Dashboard Icons uses hyphen |
| Home Assistant | `homeassistant` | `home-assistant` | Dashboard Icons uses hyphen |
| Sidero Omni | `sidero-omni`, `si-sidero` | `/icons/sidero-omni.png` (local mount) | Not in any icon registry; committed to `docs/icons/`, copied into container by role |
| KubeVirt | `kubevirt`, `si-kubevirt` | `https://raw.githubusercontent.com/kubevirt/community/main/logo/KubeVirt_icon.svg` | Not in any icon registry; use direct GitHub URL |

## Verification

After setting an icon, the only true verification is loading the Homepage dashboard. However, you can pre-verify by checking the icon exists in the source registry using the search URLs above.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [derio-net](https://github.com/derio-net)
- **Source:** [derio-net/agent-skills](https://github.com/derio-net/agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-derio-net-agent-skills-homepage-icon-finder
- Seller: https://agentstack.voostack.com/s/derio-net
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
