# Send Macos Spm App Packaging to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "macos-spm-app-packaging",
    "name": "Macos Spm App Packaging",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Dimillian/macos-spm-app-packaging",
    "canonicalUrl": "https://clawhub.ai/Dimillian/macos-spm-app-packaging",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/macos-spm-app-packaging",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=macos-spm-app-packaging",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "assets/templates/bootstrap/Package.swift",
      "assets/templates/bootstrap/Sources/MyApp/main.swift",
      "assets/templates/bootstrap/version.env",
      "assets/templates/build_icon.sh",
      "assets/templates/compile_and_run.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/macos-spm-app-packaging"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/macos-spm-app-packaging",
    "downloadUrl": "https://openagent3.xyz/downloads/macos-spm-app-packaging",
    "agentUrl": "https://openagent3.xyz/skills/macos-spm-app-packaging/agent",
    "manifestUrl": "https://openagent3.xyz/skills/macos-spm-app-packaging/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/macos-spm-app-packaging/agent.md"
  }
}
```
## Documentation

### Overview

Bootstrap a complete SwiftPM macOS app folder, then build, package, and run it without Xcode. Use assets/templates/bootstrap/ for the starter layout and references/packaging.md + references/release.md for packaging and release details.

### Two-Step Workflow

Bootstrap the project folder

Copy assets/templates/bootstrap/ into a new repo.
Rename MyApp in Package.swift, Sources/MyApp/, and version.env.
Customize APP_NAME, BUNDLE_ID, and versions.



Build, package, and run the bootstrapped app

Copy scripts from assets/templates/ into your repo (for example, Scripts/).
Build/tests: swift build and swift test.
Package: Scripts/package_app.sh.
Run: Scripts/compile_and_run.sh (preferred) or Scripts/launch.sh.
Release (optional): Scripts/sign-and-notarize.sh and Scripts/make_appcast.sh.
Tag + GitHub release (optional): create a git tag, upload the zip/appcast to the GitHub release, and publish.

### Templates

assets/templates/package_app.sh: Build binaries, create the .app bundle, copy resources, sign.
assets/templates/compile_and_run.sh: Dev loop to kill running app, package, launch.
assets/templates/build_icon.sh: Generate .icns from an Icon Composer file (requires Xcode install).
assets/templates/sign-and-notarize.sh: Notarize, staple, and zip a release build.
assets/templates/make_appcast.sh: Generate Sparkle appcast entries for updates.
assets/templates/setup_dev_signing.sh: Create a stable dev code-signing identity.
assets/templates/launch.sh: Simple launcher for a packaged .app.
assets/templates/version.env: Example version file consumed by packaging scripts.
assets/templates/bootstrap/: Minimal SwiftPM macOS app skeleton (Package.swift, Sources/, version.env).

### Notes

Keep entitlements and signing configuration explicit; edit the template scripts instead of reimplementing.
Remove Sparkle steps if you do not use Sparkle for updates.
Sparkle relies on the bundle build number (CFBundleVersion), so BUILD_NUMBER in version.env must increase for each update.
For menu bar apps, set MENU_BAR_APP=1 when packaging to emit LSUIElement in Info.plist.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Dimillian
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/macos-spm-app-packaging)
- [Send to Agent page](https://openagent3.xyz/skills/macos-spm-app-packaging/agent)
- [JSON manifest](https://openagent3.xyz/skills/macos-spm-app-packaging/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/macos-spm-app-packaging/agent.md)
- [Download page](https://openagent3.xyz/downloads/macos-spm-app-packaging)