← スキル一覧に戻る

homepage-bookmarks
by taoi11
Welcome to my homepage
⭐ 0🍴 0📅 2026年1月12日
SKILL.md
name: homepage-bookmarks description: Configure bookmarks.yaml for Homepage dashboard - quick-access links with icons and categories license: MIT compatibility: opencode metadata: project: homepage type: yaml-config
Homepage bookmarks.yaml Configuration
Reference for quick-access bookmarks.
Structure
---
- CategoryName:
- ServiceName:
- abbr: AB
href: https://url.com
Properties
| Property | Type | Required | Description |
|---|---|---|---|
abbr | string | No | 2-letter abbreviation |
href | string | Yes | Link URL |
icon | string | No | Icon (overrides abbr) |
description | string | No | Custom description |
Basic Example
---
- Developer:
- Github:
- abbr: GH
href: https://github.com/
- Social:
- Reddit:
- abbr: RD
href: https://reddit.com/
With Icons
---
- Developer:
- Github:
- icon: si-github
href: https://github.com/
- GitLab:
- icon: si-gitlab
href: https://gitlab.com/
- Social:
- YouTube:
- icon: si-youtube
href: https://youtube.com/
- Reddit:
- icon: si-reddit
href: https://reddit.com/
With Descriptions
---
- Infrastructure:
- Tailscale:
- abbr: TS
href: https://login.tailscale.com/admin/machines
description: VPN Management
- Cloudflare:
- icon: si-cloudflare
href: https://dash.cloudflare.com/
description: DNS and CDN
Icon Sources
Same as services:
icon: github.png # Dashboard Icons
icon: si-github # Simple Icons
icon: mdi-github # Material Design Icons
icon: sh-github # selfh.st icons
icon: https://example.com/icon.png # Remote URL
Layout Options
In settings.yaml, control bookmark appearance:
layout:
Developer:
style: row
columns: 4
iconsOnly: true # Show only icons
Complete Example
---
- Infrastructure:
- Tailscale:
- abbr: TS
href: https://login.tailscale.com/admin/machines
- Unraid:
- abbr: UNR
href: http://unraid.local
- iLO:
- abbr: iLO
href: https://10.1.11.11/
- Developer:
- GitHub:
- icon: si-github
href: https://github.com/
- GitLab:
- icon: si-gitlab
href: https://gitlab.com/
- Stack Overflow:
- icon: si-stackoverflow
href: https://stackoverflow.com/
- Entertainment:
- YouTube:
- icon: si-youtube
href: https://youtube.com/
- Netflix:
- icon: si-netflix
href: https://netflix.com/
- Spotify:
- icon: si-spotify
href: https://open.spotify.com/
スコア
総合スコア
35/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です