# Send Apps 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": "apps",
    "name": "Apps",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/ivangdavila/apps",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/apps",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/apps",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apps",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "categories.md",
      "compare.md",
      "memory-template.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "apps",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T04:36:12.229Z",
      "expiresAt": "2026-05-06T04:36:12.229Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apps",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=apps",
        "contentDisposition": "attachment; filename=\"apps-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "apps"
      },
      "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/apps"
    },
    "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/apps",
    "downloadUrl": "https://openagent3.xyz/downloads/apps",
    "agentUrl": "https://openagent3.xyz/skills/apps/agent",
    "manifestUrl": "https://openagent3.xyz/skills/apps/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/apps/agent.md"
  }
}
```
## Documentation

### When to Use

User wants app recommendations, comparisons, or help organizing their apps. Covers iOS and Android. Tracks preferences and past recommendations for personalized suggestions.

### Architecture

Memory lives in ~/apps/. See memory-template.md for setup.

~/apps/
├── memory.md          # Preferences, platforms, dislikes
├── favorites.md       # Apps user loves, organized by category
├── tried.md           # Apps tested with notes (liked/disliked/why)
└── wishlist.md        # Apps to try later

### Quick Reference

TopicFileMemory setupmemory-template.mdCategory guidecategories.mdComparison frameworkcompare.md

### Data Storage

All data stored in ~/apps/. Create on first use:

mkdir -p ~/apps

### Scope

This skill ONLY:

Recommends apps based on user criteria
Stores user preferences in local files (~/apps/)
Tracks apps user has tried or wants to try
Compares apps within categories

This skill NEVER:

Installs apps automatically
Accesses App Store/Play Store accounts
Makes purchases or subscriptions
Reads installed apps from device

### 1. Check Preferences First

Before recommending, read ~/apps/memory.md:

Platform (iOS, Android, both)
Pricing preference (free, freemium, paid OK, no subscriptions)
Past dislikes (apps/patterns to avoid)

### 2. Recommendation Quality

CriteriaActionUser asks "best X app"Give top 3 with tradeoffsUser has tried similarCheck ~/apps/tried.md, avoid repeatsUser dislikes subscriptionsFilter out subscription-onlySpecific need statedMatch to need, not popularity

### 3. Always Explain Tradeoffs

Never just say "use X". Include:

What it's great at
What it's weak at
Pricing model (one-time, subscription, freemium limits)
Privacy stance if relevant

### 4. Update Memory Proactively

EventActionUser says "I use iPhone"Add to ~/apps/memory.mdUser says "I hate subscriptions"Add to ~/apps/memory.md dislikesUser likes recommendationAdd to ~/apps/favorites.mdUser tries and dislikesAdd to ~/apps/tried.md with reasonUser says "remind me to try X"Add to ~/apps/wishlist.md

### 5. Category Organization

Organize favorites by category:

Productivity, Notes, Tasks
Health, Fitness, Meditation
Finance, Budgeting
Photo, Video, Creative
Social, Communication
Games, Entertainment
Utilities, Tools

See categories.md for full taxonomy.

### 6. Comparison Framework

When user asks to compare apps:

Same category only (don't compare notes app vs game)
Use consistent criteria from compare.md
Declare winner for specific use cases, not overall
Acknowledge "it depends" when true

### 7. Source Honesty

Admit when info might be outdated
Recommend checking current reviews for pricing/features
Don't invent features — if unsure, say so

### Common Traps

Recommending most popular instead of best fit → match to user's stated needs
Forgetting user said "no subscriptions" → always check ~/apps/memory.md
Recommending apps user already tried and disliked → check ~/apps/tried.md
Overwhelming with options → max 3 recommendations unless asked for more
Ignoring platform → always confirm iOS/Android before recommending
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## 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-04-29T04:36:12.229Z
- Expires at: 2026-05-06T04:36:12.229Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/apps)
- [Send to Agent page](https://openagent3.xyz/skills/apps/agent)
- [JSON manifest](https://openagent3.xyz/skills/apps/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/apps/agent.md)
- [Download page](https://openagent3.xyz/downloads/apps)