{
  "schemaVersion": "1.0",
  "item": {
    "slug": "apple-developer-toolkit",
    "name": "Apple Developer Toolkit",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Abdullah4AI/apple-developer-toolkit",
    "canonicalUrl": "https://clawhub.ai/Abdullah4AI/apple-developer-toolkit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/apple-developer-toolkit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apple-developer-toolkit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "build-wwdc-index.js",
      "cli.js",
      "hooks/generate-changelog.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/apple-developer-toolkit"
    },
    "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/apple-developer-toolkit",
    "agentPageUrl": "https://openagent3.xyz/skills/apple-developer-toolkit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apple-developer-toolkit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apple-developer-toolkit/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Apple Developer Toolkit",
        "body": "Three tools in one binary. Each part works independently with different credential requirements."
      },
      {
        "title": "Architecture",
        "body": "Ships as a single unified binary appledev with multi-call support:\n\nappledev build ...    # iOS app builder (SwiftShip)\nappledev store ...    # App Store Connect CLI\nappledev b ...        # Short alias\nappledev s ...        # Short alias\n\nOne binary, three tools, zero duplication."
      },
      {
        "title": "Credential Requirements by Feature",
        "body": "FeatureCredentials NeededWorks Without SetupDocumentation Search (Part 1)NoneYesApp Store Connect (Part 2)App Store Connect API key (.p8)NoiOS App Builder (Part 3)LLM API key + XcodeNo"
      },
      {
        "title": "Part 1: Documentation Search (no setup needed)",
        "body": "Works immediately with Node.js:\n\nnode cli.js search \"NavigationStack\""
      },
      {
        "title": "Part 2: App Store Connect CLI",
        "body": "Install via Homebrew:\n\nbrew install Abdullah4AI/tap/appledev\n\nAuthenticate with your App Store Connect API key:\n\nappledev store auth login --name \"MyApp\" --key-id \"KEY_ID\" --issuer-id \"ISSUER_ID\" --private-key /path/to/AuthKey.p8\n\nOr set environment variables:\n\nexport APPSTORE_KEY_ID=\"your-key-id\"\nexport APPSTORE_ISSUER_ID=\"your-issuer-id\"\nexport APPSTORE_PRIVATE_KEY_PATH=\"/path/to/AuthKey.p8\"\n\nAPI keys are created at https://appstoreconnect.apple.com/access/integrations/api"
      },
      {
        "title": "Part 3: iOS App Builder",
        "body": "Prerequisites: Xcode (with iOS Simulator), XcodeGen, and an LLM API key for code generation.\n\nappledev build setup    # Checks and installs prerequisites"
      },
      {
        "title": "Build from source",
        "body": "bash scripts/setup.sh"
      },
      {
        "title": "Part 1: Documentation Search",
        "body": "node cli.js search \"NavigationStack\"\nnode cli.js symbols \"UIView\"\nnode cli.js doc \"/documentation/swiftui/navigationstack\"\nnode cli.js overview \"SwiftUI\"\nnode cli.js samples \"SwiftUI\"\nnode cli.js wwdc-search \"concurrency\"\nnode cli.js wwdc-year 2025\nnode cli.js wwdc-topic \"swiftui-ui-frameworks\""
      },
      {
        "title": "Part 2: App Store Connect",
        "body": "Full reference: references/app-store-connect.md\n\nTaskCommandList appsappledev store appsUpload buildappledev store builds upload --app \"APP_ID\" --ipa \"app.ipa\" --waitFind build by numberappledev store builds find --app \"APP_ID\" --build-number \"42\"Wait for build processingappledev store builds wait --build \"BUILD_ID\"Publish TestFlightappledev store publish testflight --app \"APP_ID\" --ipa \"app.ipa\" --group \"Beta\" --waitSubmit App Storeappledev store publish appstore --app \"APP_ID\" --ipa \"app.ipa\" --submit --confirm --waitPre-submission validationappledev store validate --app \"APP_ID\" --version-id \"VERSION_ID\"List certificatesappledev store certificates listReviewsappledev store reviews --app \"APP_ID\" --output tableUpdate localizationsappledev store localizations update --app \"APP_ID\" --locale \"en-US\" --name \"My App\"Sales reportappledev store analytics sales --vendor \"VENDOR\" --type SALES --subtype SUMMARY --frequency DAILY --date \"2024-01-20\"Xcode Cloudappledev store xcode-cloud run --app \"APP_ID\" --workflow \"CI\" --branch \"main\" --waitNotarizeappledev store notarization submit --file ./MyApp.zip --waitStatus dashboardappledev store status --app \"APP_ID\" --output tableWeekly insightsappledev store insights weekly --app \"APP_ID\" --source analyticsMetadata pullappledev store metadata pull --app \"APP_ID\" --version \"1.2.3\" --dir ./metadataRelease notesappledev store release-notes generate --since-tag \"v1.2.2\"Diff localizationsappledev store diff localizations --app \"APP_ID\" --path ./metadataNominationsappledev store nominations create --app \"APP_ID\" --name \"Launch\"Price point filterappledev store pricing price-points --app \"APP_ID\" --price 0.99IAP (family sharable)appledev store iap create --app \"APP_ID\" --family-sharableSubscription (family sharable)appledev store subscriptions create --app \"APP_ID\" --family-sharable"
      },
      {
        "title": "Environment Variables",
        "body": "All environment variables are optional. They override flags when set.\n\nVariableDescriptionAPPSTORE_KEY_IDAPI Key IDAPPSTORE_ISSUER_IDAPI Issuer IDAPPSTORE_PRIVATE_KEY_PATHPath to .p8 key fileAPPSTORE_PRIVATE_KEYRaw private key stringAPPSTORE_PRIVATE_KEY_B64Base64-encoded private keyAPPSTORE_APP_IDDefault app IDAPPSTORE_PROFILEDefault auth profileAPPSTORE_DEBUGEnable debug outputAPPSTORE_TIMEOUTRequest timeoutAPPSTORE_BYPASS_KEYCHAINSkip system keychain"
      },
      {
        "title": "Part 3: Multi-Platform App Builder",
        "body": "Supports iOS, watchOS, tvOS, and iPad. Generates complete Swift/SwiftUI apps from natural language with AI-powered code generation.\n\nappledev build                     # Interactive mode\nappledev build setup               # Install prerequisites (Xcode, XcodeGen, AI backend)\nappledev build fix                 # Auto-fix build errors\nappledev build run                 # Build and launch in simulator\nappledev build open                # Open project in Xcode\nappledev build chat                # Interactive chat mode (edit/ask questions)\nappledev build info                # Show project status\nappledev build usage               # Token usage and cost"
      },
      {
        "title": "Supported Platforms",
        "body": "PlatformStatusiOSFull supportiPadFull supportmacOSSupportedwatchOSSupportedtvOSSupportedvisionOSSupported"
      },
      {
        "title": "How it works",
        "body": "describe > analyze > plan > build > fix > run\n\nAnalyze - Extracts app name, features, core flow, target platform from description\nPlan - Produces file-level build plan: data models, navigation, design\nBuild - Generates Swift source files, project.yml, asset catalog\nFix - Compiles and auto-repairs until build succeeds\nRun - Boots Simulator and launches the app"
      },
      {
        "title": "Interactive commands",
        "body": "CommandDescription/runBuild and launch in simulator/fixAuto-fix compilation errors/openOpen project in Xcode/ask [question]Ask a question about the project/model [name]Switch model (sonnet, opus, haiku)/infoShow project info/usageToken usage and cost"
      },
      {
        "title": "Hooks",
        "body": "The toolkit supports lifecycle hooks for automation. Hooks fire at key points during build and store operations, running scripts or sending notifications."
      },
      {
        "title": "Quick Start",
        "body": "# Initialize hook system with indie dev template\nbash scripts/hook-init.sh --template indie\n\n# Test a hook\nbash scripts/hook-runner.sh build.done STATUS=success APP_NAME=MyApp DURATION_SEC=42\n\n# Dry run (preview without executing)\nbash scripts/hook-runner.sh --dry-run build.done STATUS=success APP_NAME=MyApp\n\n# Per-project hooks\nbash scripts/hook-init.sh --template indie --project"
      },
      {
        "title": "Config Locations",
        "body": "Global: ~/.appledev/hooks.yaml (applies to all projects)\nProject: .appledev/hooks.yaml (overrides/extends global)\nHook scripts: ~/.appledev/hooks/ (reusable shell scripts)\nLogs: ~/.appledev/hook-logs/ (daily execution logs)"
      },
      {
        "title": "Templates",
        "body": "Three templates available via hook-init.sh --template:\n\nTemplateFocusindieSolo dev: Telegram notifications, auto TestFlightteamTeam: Slack + Telegram, git tagging, changelogciCI/CD: Logging, test running, no interactive notifications"
      },
      {
        "title": "Built-in Hook Scripts",
        "body": "ScriptPurposenotify-telegram.shSend Telegram notificationgit-tag-release.shCreate and push git tagrun-swift-tests.shRun Swift tests (SPM or Xcode)generate-changelog.shGenerate changelog from git history"
      },
      {
        "title": "Event Catalog",
        "body": "42 events across 4 categories: build (13), store (20), docs (4), pipeline (5). Full reference: references/hooks-reference.md"
      },
      {
        "title": "Agent Integration",
        "body": "When running appledev commands via the skill, fire appropriate hook events after completion:\n\n# After appledev build completes\nbash scripts/hook-runner.sh build.done STATUS=success APP_NAME=AppName DURATION_SEC=30\n\n# After store upload\nbash scripts/hook-runner.sh store.upload.done STATUS=success APP_ID=123 BUILD_NUMBER=42"
      },
      {
        "title": "References",
        "body": "ReferenceContentreferences/app-store-connect.mdComplete App Store Connect CLI commandsreferences/ios-rules/38 iOS development rulesreferences/swiftui-guides/12 SwiftUI best practice guidesreferences/ios-app-builder-prompts.mdSystem prompts for app building"
      },
      {
        "title": "iOS Rules (38 files)",
        "body": "accessibility, app_clips, app_review, apple_translation, biometrics, camera, charts, color_contrast, components, dark_mode, design-system, feedback_states, file-structure, forbidden-patterns, foundation_models, gestures, haptics, healthkit, live_activities, localization, maps, mvvm-architecture, navigation-patterns, notification_service, notifications, safari_extension, share_extension, siri_intents, spacing_layout, speech, storage-patterns, swift-conventions, timers, typography, view-composition, view_complexity, website_links, widgets"
      },
      {
        "title": "SwiftUI Guides (12 files)",
        "body": "animations, forms-and-input, layout, liquid-glass, list-patterns, media, modern-apis, navigation, performance, scroll-patterns, state-management, text-formatting"
      }
    ],
    "body": "Apple Developer Toolkit\n\nThree tools in one binary. Each part works independently with different credential requirements.\n\nArchitecture\n\nShips as a single unified binary appledev with multi-call support:\n\nappledev build ...    # iOS app builder (SwiftShip)\nappledev store ...    # App Store Connect CLI\nappledev b ...        # Short alias\nappledev s ...        # Short alias\n\n\nOne binary, three tools, zero duplication.\n\nCredential Requirements by Feature\nFeature\tCredentials Needed\tWorks Without Setup\nDocumentation Search (Part 1)\tNone\tYes\nApp Store Connect (Part 2)\tApp Store Connect API key (.p8)\tNo\niOS App Builder (Part 3)\tLLM API key + Xcode\tNo\nSetup\nPart 1: Documentation Search (no setup needed)\n\nWorks immediately with Node.js:\n\nnode cli.js search \"NavigationStack\"\n\nPart 2: App Store Connect CLI\n\nInstall via Homebrew:\n\nbrew install Abdullah4AI/tap/appledev\n\n\nAuthenticate with your App Store Connect API key:\n\nappledev store auth login --name \"MyApp\" --key-id \"KEY_ID\" --issuer-id \"ISSUER_ID\" --private-key /path/to/AuthKey.p8\n\n\nOr set environment variables:\n\nexport APPSTORE_KEY_ID=\"your-key-id\"\nexport APPSTORE_ISSUER_ID=\"your-issuer-id\"\nexport APPSTORE_PRIVATE_KEY_PATH=\"/path/to/AuthKey.p8\"\n\n\nAPI keys are created at https://appstoreconnect.apple.com/access/integrations/api\n\nPart 3: iOS App Builder\n\nPrerequisites: Xcode (with iOS Simulator), XcodeGen, and an LLM API key for code generation.\n\nappledev build setup    # Checks and installs prerequisites\n\nBuild from source\nbash scripts/setup.sh\n\nPart 1: Documentation Search\nnode cli.js search \"NavigationStack\"\nnode cli.js symbols \"UIView\"\nnode cli.js doc \"/documentation/swiftui/navigationstack\"\nnode cli.js overview \"SwiftUI\"\nnode cli.js samples \"SwiftUI\"\nnode cli.js wwdc-search \"concurrency\"\nnode cli.js wwdc-year 2025\nnode cli.js wwdc-topic \"swiftui-ui-frameworks\"\n\nPart 2: App Store Connect\n\nFull reference: references/app-store-connect.md\n\nTask\tCommand\nList apps\tappledev store apps\nUpload build\tappledev store builds upload --app \"APP_ID\" --ipa \"app.ipa\" --wait\nFind build by number\tappledev store builds find --app \"APP_ID\" --build-number \"42\"\nWait for build processing\tappledev store builds wait --build \"BUILD_ID\"\nPublish TestFlight\tappledev store publish testflight --app \"APP_ID\" --ipa \"app.ipa\" --group \"Beta\" --wait\nSubmit App Store\tappledev store publish appstore --app \"APP_ID\" --ipa \"app.ipa\" --submit --confirm --wait\nPre-submission validation\tappledev store validate --app \"APP_ID\" --version-id \"VERSION_ID\"\nList certificates\tappledev store certificates list\nReviews\tappledev store reviews --app \"APP_ID\" --output table\nUpdate localizations\tappledev store localizations update --app \"APP_ID\" --locale \"en-US\" --name \"My App\"\nSales report\tappledev store analytics sales --vendor \"VENDOR\" --type SALES --subtype SUMMARY --frequency DAILY --date \"2024-01-20\"\nXcode Cloud\tappledev store xcode-cloud run --app \"APP_ID\" --workflow \"CI\" --branch \"main\" --wait\nNotarize\tappledev store notarization submit --file ./MyApp.zip --wait\nStatus dashboard\tappledev store status --app \"APP_ID\" --output table\nWeekly insights\tappledev store insights weekly --app \"APP_ID\" --source analytics\nMetadata pull\tappledev store metadata pull --app \"APP_ID\" --version \"1.2.3\" --dir ./metadata\nRelease notes\tappledev store release-notes generate --since-tag \"v1.2.2\"\nDiff localizations\tappledev store diff localizations --app \"APP_ID\" --path ./metadata\nNominations\tappledev store nominations create --app \"APP_ID\" --name \"Launch\"\nPrice point filter\tappledev store pricing price-points --app \"APP_ID\" --price 0.99\nIAP (family sharable)\tappledev store iap create --app \"APP_ID\" --family-sharable\nSubscription (family sharable)\tappledev store subscriptions create --app \"APP_ID\" --family-sharable\nEnvironment Variables\n\nAll environment variables are optional. They override flags when set.\n\nVariable\tDescription\nAPPSTORE_KEY_ID\tAPI Key ID\nAPPSTORE_ISSUER_ID\tAPI Issuer ID\nAPPSTORE_PRIVATE_KEY_PATH\tPath to .p8 key file\nAPPSTORE_PRIVATE_KEY\tRaw private key string\nAPPSTORE_PRIVATE_KEY_B64\tBase64-encoded private key\nAPPSTORE_APP_ID\tDefault app ID\nAPPSTORE_PROFILE\tDefault auth profile\nAPPSTORE_DEBUG\tEnable debug output\nAPPSTORE_TIMEOUT\tRequest timeout\nAPPSTORE_BYPASS_KEYCHAIN\tSkip system keychain\nPart 3: Multi-Platform App Builder\n\nSupports iOS, watchOS, tvOS, and iPad. Generates complete Swift/SwiftUI apps from natural language with AI-powered code generation.\n\nappledev build                     # Interactive mode\nappledev build setup               # Install prerequisites (Xcode, XcodeGen, AI backend)\nappledev build fix                 # Auto-fix build errors\nappledev build run                 # Build and launch in simulator\nappledev build open                # Open project in Xcode\nappledev build chat                # Interactive chat mode (edit/ask questions)\nappledev build info                # Show project status\nappledev build usage               # Token usage and cost\n\nSupported Platforms\nPlatform\tStatus\niOS\tFull support\niPad\tFull support\nmacOS\tSupported\nwatchOS\tSupported\ntvOS\tSupported\nvisionOS\tSupported\nHow it works\ndescribe > analyze > plan > build > fix > run\n\nAnalyze - Extracts app name, features, core flow, target platform from description\nPlan - Produces file-level build plan: data models, navigation, design\nBuild - Generates Swift source files, project.yml, asset catalog\nFix - Compiles and auto-repairs until build succeeds\nRun - Boots Simulator and launches the app\nInteractive commands\nCommand\tDescription\n/run\tBuild and launch in simulator\n/fix\tAuto-fix compilation errors\n/open\tOpen project in Xcode\n/ask [question]\tAsk a question about the project\n/model [name]\tSwitch model (sonnet, opus, haiku)\n/info\tShow project info\n/usage\tToken usage and cost\nHooks\n\nThe toolkit supports lifecycle hooks for automation. Hooks fire at key points during build and store operations, running scripts or sending notifications.\n\nQuick Start\n# Initialize hook system with indie dev template\nbash scripts/hook-init.sh --template indie\n\n# Test a hook\nbash scripts/hook-runner.sh build.done STATUS=success APP_NAME=MyApp DURATION_SEC=42\n\n# Dry run (preview without executing)\nbash scripts/hook-runner.sh --dry-run build.done STATUS=success APP_NAME=MyApp\n\n# Per-project hooks\nbash scripts/hook-init.sh --template indie --project\n\nConfig Locations\nGlobal: ~/.appledev/hooks.yaml (applies to all projects)\nProject: .appledev/hooks.yaml (overrides/extends global)\nHook scripts: ~/.appledev/hooks/ (reusable shell scripts)\nLogs: ~/.appledev/hook-logs/ (daily execution logs)\nTemplates\n\nThree templates available via hook-init.sh --template:\n\nTemplate\tFocus\nindie\tSolo dev: Telegram notifications, auto TestFlight\nteam\tTeam: Slack + Telegram, git tagging, changelog\nci\tCI/CD: Logging, test running, no interactive notifications\nBuilt-in Hook Scripts\nScript\tPurpose\nnotify-telegram.sh\tSend Telegram notification\ngit-tag-release.sh\tCreate and push git tag\nrun-swift-tests.sh\tRun Swift tests (SPM or Xcode)\ngenerate-changelog.sh\tGenerate changelog from git history\nEvent Catalog\n\n42 events across 4 categories: build (13), store (20), docs (4), pipeline (5). Full reference: references/hooks-reference.md\n\nAgent Integration\n\nWhen running appledev commands via the skill, fire appropriate hook events after completion:\n\n# After appledev build completes\nbash scripts/hook-runner.sh build.done STATUS=success APP_NAME=AppName DURATION_SEC=30\n\n# After store upload\nbash scripts/hook-runner.sh store.upload.done STATUS=success APP_ID=123 BUILD_NUMBER=42\n\nReferences\nReference\tContent\nreferences/app-store-connect.md\tComplete App Store Connect CLI commands\nreferences/ios-rules/\t38 iOS development rules\nreferences/swiftui-guides/\t12 SwiftUI best practice guides\nreferences/ios-app-builder-prompts.md\tSystem prompts for app building\niOS Rules (38 files)\n\naccessibility, app_clips, app_review, apple_translation, biometrics, camera, charts, color_contrast, components, dark_mode, design-system, feedback_states, file-structure, forbidden-patterns, foundation_models, gestures, haptics, healthkit, live_activities, localization, maps, mvvm-architecture, navigation-patterns, notification_service, notifications, safari_extension, share_extension, siri_intents, spacing_layout, speech, storage-patterns, swift-conventions, timers, typography, view-composition, view_complexity, website_links, widgets\n\nSwiftUI Guides (12 files)\n\nanimations, forms-and-input, layout, liquid-glass, list-patterns, media, modern-apis, navigation, performance, scroll-patterns, state-management, text-formatting"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Abdullah4AI/apple-developer-toolkit",
    "publisherUrl": "https://clawhub.ai/Abdullah4AI/apple-developer-toolkit",
    "owner": "Abdullah4AI",
    "version": "1.260308.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/apple-developer-toolkit",
    "downloadUrl": "https://openagent3.xyz/downloads/apple-developer-toolkit",
    "agentUrl": "https://openagent3.xyz/skills/apple-developer-toolkit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apple-developer-toolkit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apple-developer-toolkit/agent.md"
  }
}