agentsclimarketplace

Appimage builder

Skill a5c-ai/babysitter/library/specializations/desktop-development/skills/appimage-builder

Build AppImage bundles with AppDir structure for portable Linux applicationsFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill appimage-builder

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.7 KB, 311 tokens by cl100k_base, as published. Nobody here has run it

appimage-builder

Build AppImage bundles for portable Linux application distribution that runs on most distributions.

Capabilities

  • Create AppDir structure
  • Generate .desktop files
  • Bundle dependencies
  • Configure AppRun script
  • Use appimagetool or linuxdeploy
  • Configure update information
  • Sign AppImages

Input Schema

{
  "type": "object",
  "properties": {
    "projectPath": { "type": "string" },
    "appName": { "type": "string" },
    "executablePath": { "type": "string" },
    "iconPath": { "type": "string" },
    "updateUrl": { "type": "string" }
  },
  "required": ["projectPath", "appName", "executablePath"]
}

AppDir Structure

MyApp.AppDir/
├── AppRun
├── myapp.desktop
├── myapp.png
└── usr/
    ├── bin/
    │   └── myapp
    └── lib/
        └── [bundled libraries]

Build Commands

# Using appimagetool
ARCH=x86_64 appimagetool MyApp.AppDir MyApp-x86_64.AppImage

# Using linuxdeploy
linuxdeploy --appdir MyApp.AppDir --output appimage

Related Skills

  • deb-package-builder
  • flatpak-manifest-generator

What ships with it: 1 file

453 B alongside SKILL.md

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.