← 返回 Skills 市场
versacexcodes

mobile app builder with live link, publishes to app store, create ai apps

作者 VersaceXcodes · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
644
总下载
4
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mobile-app-builder-ai
功能描述
Build full-stack web and mobile apps from a text description. Creates projects, plans features, and starts Quick Start builds for background execution.
安全使用建议
This skill appears to implement what it claims (building, iterating, and publishing apps), but it will: (1) start a device-login flow or accept personal tokens and then save a PAT to ~/.openclaw/launchpulse/auth.json (or a custom OPENCLAW_STATE_DIR), (2) accept many optional external-service tokens (GitHub, Fly, Stripe, RevenueCat) necessary for deployment/publishing, and (3) send project data to a hosted API (api.launchpulse.ai by default). Before installing or using it: inspect the included script, confirm the API base URL is legitimate, avoid entering high-privilege production secrets unless necessary (use least-privilege or temporary tokens), consider setting OPENCLAW_STATE_DIR to a controlled location, and delete local auth.json when done. If you need higher assurance, run the skill in a sandboxed environment or review network traffic to verify what data is sent.
功能分析
Type: OpenClaw Skill Name: mobile-app-builder-ai Version: 1.0.0 The skill is classified as suspicious due to multiple critical vulnerabilities. The `SKILL.md` instructions pose a prompt injection risk, as they direct the OpenClaw agent to execute `node` commands with user-controlled input (e.g., `<description>`, `<change request>`) directly interpolated, potentially leading to shell injection against the agent's host. Additionally, the `scripts/launchpulse.cjs` script contains a Local File Inclusion (LFI) vulnerability, where user-supplied file paths for `--payload-file`, `--vars-file`, and `--contact-file` are read directly using `fs.readFileSync`, allowing arbitrary file access on the agent's system. The `db query` command also passes raw user SQL to the backend API, creating a potential SQL injection vulnerability in the overall system. While these are severe flaws, there is no clear evidence of intentional malicious behavior (e.g., exfiltration to an attacker-controlled domain, persistence mechanisms) within the provided files, indicating they are likely vulnerabilities rather than deliberate malware.
能力评估
Purpose & Capability
Name/description claim to build web/mobile apps and publish them; the included script and CLI options actually implement that (API calls to a hosted LaunchPulse service, deploy/publish workflows, support for GitHub/Fly/Stripe tokens). This capability set is coherent with the stated purpose. However, the registry metadata claims 'no required env vars' and 'no required config paths' while SKILL.md and the script actually rely on and store authentication under the OpenClaw state directory—an omission in the manifest.
Instruction Scope
SKILL.md instructs the agent to run the provided node script from the OpenClaw workspace and to pass/accept files like payload JSON, .env files, and other user-supplied files. The script performs network requests to the LaunchPulse API, may upload project data and read/write the user's OpenClaw state directory. All of this is consistent with an app builder, but it means the skill will read/write local files and transmit data to api.launchpulse.ai (or an overridden API base).
Install Mechanism
No install spec; the skill is instruction-only but includes a JS script. There is no remote binary download or installer; the script uses standard Node APIs and global fetch. This is a low-risk installation mechanism in itself.
Credentials
The metadata declares no required env vars or config paths, yet SKILL.md and the script reference multiple environment variables (LAUNCHPULSE_PAT/LAUNCHPULSE_API_KEY/LAUNCHPULSE_ACCESS_TOKEN, LAUNCHPULSE_API_BASE_URL, and many optional tokens/keys for GitHub, Fly, Stripe, RevenueCat, etc.) and will store a PAT at ${OPENCLAW_STATE_DIR:-~/.openclaw}/launchpulse/auth.json. Requesting or accepting service credentials is proportionate to deploy/publish functionality, but failing to declare the config path and the range of optional credentials in the registry metadata is an inconsistency and a privacy/security concern.
Persistence & Privilege
The skill stores a personal access token locally (auth.json under the OpenClaw state dir) and uses it for API calls — this is expected for a CLI that talks to a hosted service. always:true is not set. The skill does not request system-wide privileges or modify other skills' configurations per the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mobile-app-builder-ai
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mobile-app-builder-ai 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of LaunchPulse (Web + Mobile App Generator): - Build web and Expo mobile apps from a text description, including feature planning and background builds. - Project/session context is provided immediately for real-time progress monitoring. - Full support for production operations: deployment, app store publishing, domains, database, storage, and environment setup. - Simple authentication with automatic device-login; support for manual token/API key input. - Token-based billing with free and paid tiers and add-on packs. - Run via standardized CLI commands for login, project creation, iteration, and production tasks.
元数据
Slug mobile-app-builder-ai
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

mobile app builder with live link, publishes to app store, create ai apps 是什么?

Build full-stack web and mobile apps from a text description. Creates projects, plans features, and starts Quick Start builds for background execution. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 644 次。

如何安装 mobile app builder with live link, publishes to app store, create ai apps?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install mobile-app-builder-ai」即可一键安装,无需额外配置。

mobile app builder with live link, publishes to app store, create ai apps 是免费的吗?

是的,mobile app builder with live link, publishes to app store, create ai apps 完全免费(开源免费),可自由下载、安装和使用。

mobile app builder with live link, publishes to app store, create ai apps 支持哪些平台?

mobile app builder with live link, publishes to app store, create ai apps 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 mobile app builder with live link, publishes to app store, create ai apps?

由 VersaceXcodes(@versacexcodes)开发并维护,当前版本 v1.0.0。

💬 留言讨论