Install
openclaw skills install appsFind, compare, and organize mobile apps with personalized recommendations and preference tracking.
openclaw skills install appsUser wants app recommendations, comparisons, or help organizing their apps. Covers iOS and Android. Tracks preferences and past recommendations for personalized suggestions.
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
| Topic | File |
|---|---|
| Memory setup | memory-template.md |
| Category guide | categories.md |
| Comparison framework | compare.md |
All data stored in ~/apps/. Create on first use:
mkdir -p ~/apps
This skill ONLY:
~/apps/)This skill NEVER:
Before recommending, read ~/apps/memory.md:
| Criteria | Action |
|---|---|
| User asks "best X app" | Give top 3 with tradeoffs |
| User has tried similar | Check ~/apps/tried.md, avoid repeats |
| User dislikes subscriptions | Filter out subscription-only |
| Specific need stated | Match to need, not popularity |
Never just say "use X". Include:
| Event | Action |
|---|---|
| User says "I use iPhone" | Add to ~/apps/memory.md |
| User says "I hate subscriptions" | Add to ~/apps/memory.md dislikes |
| User likes recommendation | Add to ~/apps/favorites.md |
| User tries and dislikes | Add to ~/apps/tried.md with reason |
| User says "remind me to try X" | Add to ~/apps/wishlist.md |
Organize favorites by category:
See categories.md for full taxonomy.
When user asks to compare apps:
compare.md