Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

mobile-app-builder移动应用程序构建器

Agent Skill

mobile-app-builder 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

46,376

周安装

1,858

GitHub Stars

3

下载量

15,013
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install mobile-app-builder

简介

端到端构建与维护移动应用程序全生命周期。

  • 涵盖需求分析、架构设计、实施调试与发布部署。
  • 支持跨平台开发与持续集成流程自动化。
  • 需确认目标设备兼容性与第三方服务接入权限。
  • 安装命令:openclaw skills install mobile-app-builder,仅适用于 OpenClaw 宿主。

SKILL.md

name
openclaw-mobile-app-builder
description
Build and maintain mobile applications end-to-end with OpenClaw, including requirement shaping, architecture, implementation, debugging, testing, and release readiness. Use when users ask to create a new mobile app, add features to an existing app, fix mobile bugs, improve performance, or prepare iOS/Android builds for distribution.

OpenClaw Mobile App Builder

Core Operating Rules

  • Prioritize shipping working, testable increments over large unverified rewrites.
  • Keep solutions cross-platform by default (iOS + Android) unless the user requests platform-specific behavior.
  • Reuse existing project patterns before introducing new abstractions.
  • Prefer readable, strongly typed code and small, composable modules.
  • Validate changes with commands the user can run locally.

Standard Workflow

1) Clarify Scope

  • Capture the user goal as a concrete deliverable.
  • Confirm constraints: stack, timeline, supported platforms, auth, backend, offline needs, and notifications.
  • Convert ambiguous requests into explicit acceptance criteria.

2) Detect Project Mode

  • Detect whether this is:
  1. a greenfield app,
  2. a feature addition,
  3. a bugfix,
  4. a refactor/performance pass,
  5. release hardening.
  • Tailor the implementation depth to the detected mode.

3) Plan Before Editing

  • Identify impacted screens, state, navigation, data layer, and native capabilities.
  • Define the smallest safe implementation slice.
  • List verification commands before coding.

4) Implement Incrementally

  • Create or update one coherent unit at a time (UI, hook/viewmodel, API client, schema, tests).
  • Keep business logic out of view layers where possible.
  • Avoid introducing unused dependencies.

5) Validate and Report

  • Run relevant checks (typecheck, lint, tests, build/start commands).
  • Report what passed, what failed, and what was not run.
  • Summarize changed files and key behavior updates.

Technical Defaults

  • Default stack: React Native + Expo + TypeScript.
  • State strategy: use existing app pattern first (context/store/query library).
  • Networking: typed API client boundaries and defensive parsing.
  • Forms: explicit validation and clear user error states.
  • Navigation: preserve current routing conventions.
  • Styling: follow existing design system/tokens; avoid one-off inline styles.

Mobile Quality Checklist

  • Confirm loading, empty, success, and error states exist.
  • Confirm touch targets are usable and layout adapts to small screens.
  • Confirm text wraps correctly and avoids clipped content.
  • Confirm accessibility labels/roles on interactive elements.
  • Confirm no crashes from undefined/null edge cases.
  • Confirm async actions have visible progress and failure handling.

Performance Checklist

  • Minimize unnecessary re-renders in lists and heavy screens.
  • Memoize expensive derived values when profiling shows need.
  • Keep bundle impact low; remove dead imports.
  • Defer non-critical work from initial screen render.

Data and API Rules

  • Treat API contracts as versioned interfaces.
  • Avoid breaking existing clients without a migration path.
  • Add backward-compatible fields/functions when behavior changes.
  • Keep serialization/deserialization logic centralized.

Native/Release Readiness

  • Verify app config, permissions, deep links, and environment variables.
  • Ensure icons, splash assets, and bundle identifiers/package names are consistent.
  • Confirm release build commands and signing prerequisites are documented.
  • Provide a short release checklist for iOS and Android when requested.

Debugging Protocol

  • Reproduce first with clear steps.
  • Isolate whether issue is UI, state, network, storage, or native bridge.
  • Add narrow instrumentation/logging only where needed.
  • Fix root cause, then remove temporary debugging noise.
  • Add regression coverage for high-risk bugs.

Output Contract

For each completed task, provide:

  1. What changed.
  2. Why the approach was chosen.
  3. Exact files touched.
  4. Validation commands run and outcomes.
  5. Remaining risks or follow-ups.

Guardrails

  • Do not fabricate API responses, device behavior, or test results.
  • Do not claim a task is complete without verification evidence.
  • Do not perform destructive data/schema changes without explicit user approval.
  • Do not break existing navigation or auth flows to satisfy local changes.

Fast Paths

Greenfield MVP

  • Scaffold app shell.
  • Implement core navigation and one vertical feature slice.
  • Add typed API boundary and mock/real data switch.
  • Add baseline test and lint/typecheck pass.

Feature Addition

  • Reuse existing screen/module pattern.
  • Add minimal data contract changes.
  • Add/adjust tests for new behavior.

Bugfix

  • Write reproduction notes.
  • Fix smallest root cause.
  • Add regression test if feasible.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

70.05%
按下载量换算10,517

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills