Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

mobilemobile 搜索

Agent Skill

mobile 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

54,755

周安装

2,328

GitHub Stars

3

下载量

19,183
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mobile(mobile 搜索)
来源仓库:https://github.com/ivangdavila/mobile
安装命令:
openclaw skills install mobile
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mobile

简介

mobile 用于查找、检索和筛选移动应用开发相关内容,适合在 OpenClaw 中处理生命周期和离线场景。

  • 它提供平台约定和性能优化建议。
  • 使用方式包括输入功能需求或平台类型,由 Agent 返回实现方案。
  • 安装命令为 openclaw skills install mobile,需确认目标 SDK 版本。
  • 建议参考官方文档核对兼容性,避免适配失败。

SKILL.md

name
Mobile
description
Build mobile applications with proper lifecycle handling, offline support, and platform conventions.
metadata
{"clawdbot":{"emoji":"📱","os":["linux","darwin","win32"]}}

Lifecycle Awareness

  • App can be killed anytime in background—save state before backgrounding
  • Restore state on return—user expects to continue where they left off
  • Handle low memory warnings—release caches, non-essential resources
  • Background tasks have time limits—complete or request extension

Permissions

  • Ask in context, not at launch—explain why when requesting
  • Degrade gracefully if denied—app should still work with reduced features
  • Don't ask for unnecessary permissions—users notice and distrust
  • Re-request after demonstrating value—not immediately after denial

Offline First

  • Assume network is unreliable—design for offline, sync when possible
  • Cache aggressively—previous content better than loading spinner
  • Queue actions for retry—don't fail on network error
  • Conflict resolution strategy—last write wins or manual merge
  • Show sync status—user should know if data is current

Performance

  • Target 60fps—dropped frames feel janky
  • Main thread for UI only—heavy work on background threads
  • Memory matters more than desktop—constrained devices, aggressive OS killing
  • Battery awareness—reduce location polling, network requests when possible
  • Startup time under 2 seconds—first impression matters

Navigation Patterns

  • Follow platform conventions—iOS back gesture, Android back button
  • Navigation stack manageable—don't go 10 levels deep
  • Deep link to any screen—shareable, notification taps work
  • Preserve scroll position on return—don't jump to top

Notifications

  • Push for time-sensitive external events—new message, delivery update
  • Local for reminders, timers—user-initiated
  • Don't spam—users will disable; quality over quantity
  • Actionable when possible—reply, mark done from notification
  • Group related notifications—less intrusive

Deep Linking

  • Universal Links (iOS) / App Links (Android) for owned domains
  • Handle gracefully when app not installed—fallback to web
  • Parse parameters safely—malicious links exist
  • Test all entry points—not just main launch

Storage

  • Secure storage for tokens, credentials—Keychain, Keystore
  • User data survives reinstall where appropriate—cloud backup
  • Cache is cache—can be cleared; don't store critical data
  • Large files: consider on-demand download—not bundled in app

Input Handling

  • Keyboard avoidance—content shifts to stay visible
  • Dismiss keyboard appropriately—tap outside, scroll, submit
  • Input accessories for relevant actions—next field, done, toolbar
  • Paste, autofill support—reduce typing on small keyboards

Touch and Gestures

  • 44pt minimum touch target—consistent with platform guidelines
  • System gestures reserved—don't override swipe from edge
  • Gesture discoverability—hint or teach, don't assume knowledge
  • Haptic feedback for significant actions—confirmation, errors

Accessibility

  • VoiceOver (iOS) / TalkBack (Android) testing—navigate entire app
  • Dynamic type support—text scales with user preference
  • Sufficient contrast—check in accessibility inspector
  • Labels on all interactive elements—not just visible text

Testing

  • Real devices essential—simulators miss performance, sensors, edge cases
  • Multiple OS versions—support at least current minus 2
  • Different screen sizes—small phones to tablets
  • Network conditions—slow, intermittent, offline

App Store Survival

  • Read rejection reasons before submitting—common pitfalls documented
  • Privacy policy required—explain data collection
  • Login test account for reviewers—if auth required
  • No placeholder content—everything functional in review build
  • Update regularly—abandoned apps get deprioritized

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.82%
按下载量换算14,928

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills