Loading...
Loading...
Found 10 Skills
Application management skill. It provides capabilities of application query, form query and form field query. It is triggered when users need to "query the application list", "view form information" or "get form fields".
Feishu Miaoda Apps (lark-cli apps): Deploy local HTML files or directories as accessible, shareable Miaoda apps (static websites / web pages) and return access URLs; it also provides management capabilities such as app creation, update, listing, and setting access scopes (specific for designated visibility / public for open internet access / tenant for all enterprise members). Use this when users say phrases like 'Develop PPT / slides / presentations / demoable demos with HTML / web pages', 'Deploy / publish HTML / static websites / web pages / dist directories', 'Deploy HTML files in /xxx to Miaoda using lark-cli', 'Develop xxx and deploy it as a shareable website / accessible link / shareable URL', 'Generate a PPT / page / demo that can be shared with others', or mention keywords such as Miaoda / miaoda / apps / app_id / access scope / open-to-tenant / open-to-public. **Deployment Strategy: When users explicitly mention 'Deploy / publish / share / accessible / shareable URL', directly use `apps +html-publish` for automatic deployment and return the URL; when users only express vague intentions like 'Demoable / write a PPT / create a demo', after completing the HTML, first ask 'Do you want to deploy it to Miaoda for sharing?' before making a decision.**
Bubble integration. Manage Applications. Use when the user wants to interact with Bubble data.
Manage App Store app info and per-locale metadata using the `asc` CLI tool. Use this skill when: (1) Listing app info records: "asc app-infos list --app-id ID" (2) Updating app categories: "asc app-infos update --app-info-id ID --primary-category 6014" (3) Browsing categories: "asc app-categories list --platform IOS" (4) Listing per-locale app metadata: "asc app-info-localizations list --app-info-id ID" (5) Creating a new locale entry: "asc app-info-localizations create --app-info-id ID --locale en-US --name 'My App'" (6) Updating name, subtitle, or privacy URLs: "asc app-info-localizations update --localization-id ID --name 'New Name'" (7) Deleting a locale entry: "asc app-info-localizations delete --localization-id ID" (8) Navigating to age rating: "asc age-rating get --app-info-id ID" (use getAgeRating affordance) (9) User says "update app name", "update subtitle", "set privacy policy URL", "list app info", "manage app metadata", "set category", "update category"
Sync and validate Google Play metadata, listings, and assets with gpd, including Fastlane-style workflows. Use when updating store listings or translations.
Glide integration. Manage Applications. Use when the user wants to interact with Glide data.
Frappe Bench CLI command reference for site management, app management, development, and production operations. Use when running bench commands, managing sites, migrations, builds, or deployments.
User and grant management for Google Play Console via gplay users and gplay grants commands. Use when asked to manage developer account users, permissions, or app-level access grants.
Use MuMuManager.exe to centrally manage and operate MuMu Emulator 12 instances, including instance configuration, creation/cloning/deletion/renaming, import/export, startup/shutdown/restart/window control, app installation/uninstallation/startup/shutdown, device information, system tools, ADB commands, driver management and window sorting, etc. It is suitable for writing scripts to batch automate the management of MuMu Emulator.
Control Android cloud phones via the `pb` CLI. Make sure to use this skill whenever the user mentions logging into apps, installing apps, browsing on a phone, opening an app (Twitter, Google Play, WeChat, Instagram, TikTok, WhatsApp, Telegram, etc.), searching on phone, checking what's on screen, taking screenshots, tapping buttons, typing text, swiping, or any task that involves an Android device. This skill applies even if the user doesn't say "phone" or "pb" — phrases like "help me log in to Twitter", "install WeChat", "open Google Play", "search for something", or "check the screen" all imply phone operation. Always prefer pb over desktop browsers or Playwright for mobile and app tasks.