appsFind, compare, and organize mobile apps with personalized recommendations and preference tracking.
Install via ClawdBot CLI:
clawdbot install ivangdavila/appsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 1, 2026
A user wants to find the best note-taking app for their iPhone, specifying they prefer one-time purchases over subscriptions and need strong offline functionality. The skill analyzes their stored preferences, checks tried apps to avoid repeats, and recommends top 3 options with detailed tradeoffs on features, pricing, and privacy.
A freelance designer seeks to organize and compare productivity and creative apps across iOS and Android devices, tracking favorites and wishlists for tax deductions or project needs. The skill helps categorize apps, update memory with dislikes (e.g., subscription models), and provides comparisons based on specific use cases like graphic design or client communication.
A fitness coach needs to recommend meditation and health-tracking apps to clients, considering varied platforms and pricing preferences. The skill uses stored category guides to suggest apps, explains tradeoffs like freemium limits, and proactively updates memory with client feedback to refine future personalized suggestions.
Parents looking for educational games for children on Android devices, with a focus on free options and privacy-safe features. The skill compares apps within the games/entertainment category, avoids past dislikes from memory, and provides clear explanations of strengths and weaknesses to aid decision-making without overwhelming with choices.
Offer basic app recommendations and organization for free, with premium tiers providing advanced comparison analytics, priority support, and integration with external app stores. Revenue is generated through subscription fees from power users or businesses needing detailed insights.
Generate revenue by including affiliate links to app stores or developer websites within recommendations. Partner with app developers for featured placements or sponsored content, ensuring transparency to users about any commissions while maintaining recommendation integrity based on user preferences.
License the skill's framework to companies for internal app management, such as IT departments organizing employee-approved apps or agencies curating tools for clients. Revenue comes from one-time licensing fees or annual contracts, with customization options for specific industry needs.
💬 Integration Tip
Integrate with existing productivity tools via APIs to sync app data, and ensure local file storage in ~/apps/ is backed up for reliability across sessions.
Scored May 30, 2026
Best practices and example-driven guidance for building SwiftUI views and components. Use when creating or refactoring SwiftUI UI, designing tab architecture with TabView, composing screens, or needing component-specific patterns and examples.
Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.
Audit and improve SwiftUI runtime performance from code review and architecture. Use for requests to diagnose slow rendering, janky scrolling, high CPU/memory usage, excessive view updates, or layout thrash in SwiftUI apps, and to provide guidance for user-run Instruments profiling when code review alone is insufficient.
Swift Concurrency review and remediation for Swift 6.2+. Use when asked to review Swift Concurrency usage, improve concurrency compliance, or fix Swift concurrency compiler errors in a feature or file.
Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view’s layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.
Build performant cross-platform apps with Flutter widgets, state management, and platform integration.