# Send Expo App Store Deploy 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": "expo-appstore-deploy",
    "name": "Expo App Store Deploy",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/jini92/expo-appstore-deploy",
    "canonicalUrl": "https://clawhub.ai/jini92/expo-appstore-deploy",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/expo-appstore-deploy",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=expo-appstore-deploy",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "expo-appstore-deploy",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T02:04:44.985Z",
      "expiresAt": "2026-05-10T02:04:44.985Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=expo-appstore-deploy",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=expo-appstore-deploy",
        "contentDisposition": "attachment; filename=\"expo-appstore-deploy-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "expo-appstore-deploy"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/expo-appstore-deploy"
    },
    "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/expo-appstore-deploy",
    "downloadUrl": "https://openagent3.xyz/downloads/expo-appstore-deploy",
    "agentUrl": "https://openagent3.xyz/skills/expo-appstore-deploy/agent",
    "manifestUrl": "https://openagent3.xyz/skills/expo-appstore-deploy/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/expo-appstore-deploy/agent.md"
  }
}
```
## Documentation

### Expo App Store Deploy

Full pipeline details in references/guide.md.

### Quick Commands

# iOS: first-time (interactive Apple login required)
npx eas-cli build --platform ios --profile production

# iOS: subsequent builds
npx eas-cli build --platform ios --profile production --non-interactive

# Android
npx eas-cli build --platform android --profile production --non-interactive

# Submit
npx eas-cli submit --platform ios --id <BUILD_ID>
npx eas-cli submit --platform android --id <BUILD_ID>

# Build + submit in one step
npx eas-cli build --platform ios --profile production --auto-submit

### Common Failures

ErrorFixInstall dependencies failsRemove native packages from devDependenciesCredentials not set upRun first build interactively (no --non-interactive)Apple 2FA invalid codeUse SMS method, never reuse codesascAppId not allowed emptyRemove field on first submit, add returned ID afterAlready submitted this buildNot an error - previous submission succeeded

### Prerequisites

Apple Developer Program active
Google Play Console + identity verification complete
eas-cli installed: npx eas-cli --version
eas.json with projectId in app.config.ts

### App Store Review Tips

AI apps: expect 12+ or 17+ age rating requirement
Microphone: NSMicrophoneUsageDescription must be clear
External server dependency: handle offline gracefully
Social login: Apple Sign In required if other social logins present
Paid apps: Restore Purchases button required
Demo account + server URL required in Review Notes
All URLs (Privacy, Support, Marketing) must return HTTP 200 before submission
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jini92
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T02:04:44.985Z
- Expires at: 2026-05-10T02:04:44.985Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/expo-appstore-deploy)
- [Send to Agent page](https://openagent3.xyz/skills/expo-appstore-deploy/agent)
- [JSON manifest](https://openagent3.xyz/skills/expo-appstore-deploy/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/expo-appstore-deploy/agent.md)
- [Download page](https://openagent3.xyz/downloads/expo-appstore-deploy)