Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate Flatpak manifest with proper permissions and sandboxing
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-11 | ✗→✓ | ▲ Improved | 132% | 0% |
| case-01 | ✓→✓ | = Same ✓ | 107% | 0% |
| case-02 | ✓→✓ | = Same ✓ | 13% | 0% |
| case-03 | ✓→✓ | = Same ✓ | 28% | 0% |
| case-04 | ✓→✓ | = Same ✓ | 14% | 0% |
Generate Flatpak manifests with proper permissions, sandboxing, and Flathub compatibility.
json{ "type": "object", "properties": { "projectPath": { "type": "string" }, "appId": { "type": "string" }, "runtime": { "type": "string" }, "permissions": { "type": "array" } }, "required": ["projectPath", "appId"] }
yamlapp-id: com.example.MyApp runtime: org.freedesktop.Platform runtime-version: '23.08' sdk: org.freedesktop.Sdk command: myapp finish-args: - --share=ipc - --socket=x11 - --socket=wayland - --device=dri - --share=network - --filesystem=home modules: - name: myapp buildsystem: simple build-commands: - install -D myapp /app/bin/myapp sources: - type: archive url: https://example.com/myapp-1.0.0.tar.gz sha256: abc123...
bashflatpak-builder build-dir com.example.MyApp.yaml flatpak-builder --install --user build-dir com.example.MyApp.yaml
snap-yaml-generatorappimage-builderOther measured skills in the registry, with their headline benchmark lift.