用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/castrojo/bluefin-skills --skill flatpak命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | flatpak |
| description | Install, remove, update, and troubleshoot Flatpak applications on Bluefin. |
| domain | sysadmin |
Bluefin uses Flathub as the primary application delivery mechanism. All GUI apps
should be installed as Flatpaks. The base image ships with a curated set; users
add their own via flatpak install or Bazaar (Bluefin's default app store).
Load with: point your agent at this file.
brew install) for those# Search for an app
flatpak search <name>
# Install from Flathub
flatpak install flathub <app-id>
# Remove an app
flatpak remove <app-id>
# Update all Flatpaks
flatpak update
# List installed Flatpaks
flatpak list --app
# Override permissions (example: grant home directory access)
flatpak override --user <app-id> --filesystem=home
# Reset permissions to defaults
flatpak override --user --reset <app-id>
# Show current permissions
flatpak info --show-permissions <app-id>
# Run a Flatpak with verbose output (debugging)
flatpak run --verbose <app-id>
| App | Flatpak ID |
|---|---|
| Firefox | org.mozilla.firefox |
| Bazaar (app store) | io.github.kolunmi.Bazaar |
| Flatseal (permission manager) | com.github.tchx84.Flatseal |
| Warehouse (Flatpak manager UI) | io.github.flattool.Warehouse |
App won't launch: Run flatpak run --verbose <app-id> and look for permission errors.
Missing library or runtime: Run flatpak update — the runtime may need updating.
Permission denied errors: Use Flatseal or flatpak override to grant needed permissions.
"Not installed" but visible in Software: Run flatpak repair to rebuild the local database.