← 返回 Skills 市场
722
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install react-native-update
功能描述
Unified integration skill for React Native Update / Pushy(统一入口)across OpenClaw and Claude Code workflows. Use for 安装配置, appKey/update.json 接线, iOS/Android 原生...
安全使用建议
This appears to be a legitimate React Native / Pushy integration helper. Before using it: (1) verify you have Node/npm (and CocoaPods for iOS) available locally — the playbook and doctor rely on them; (2) review update.json and sensitive appKey values locally (the skill reads that file but does not send data externally); (3) avoid blindly running global installers from the playbook (e.g., `npm i -g`) without understanding them — prefer local installs when possible; (4) run the included `scripts/integration_doctor.sh` in a safe, local checkout or sandbox to see its output; and (5) if you will let the agent run commands autonomously, limit that to a trusted agent/context because instruction-only skills can still execute shell commands on your behalf.
功能分析
Type: OpenClaw Skill
Name: react-native-update
Version: 0.3.0
The skill bundle is classified as suspicious due to the direct instruction in `SKILL.md` for the AI agent to execute a local shell script (`scripts/integration_doctor.sh`). While the script's intent is diagnostic and its current implementation does not show malicious behavior (e.g., no exfiltration, no unauthorized network calls), the execution of shell commands (`cd`, `grep`, `node -e`) by the agent represents a risky capability. This capability, if combined with an agent vulnerability (e.g., unsanitized user input for `<app-root>`), could potentially lead to shell injection or other command execution vulnerabilities, even though the skill itself does not contain explicit malicious code.
能力评估
Purpose & Capability
The skill's name, description, SKILL.md, playbook and doctor script are coherent for a React Native Update/Pushy integration helper. One small mismatch: the metadata lists no required binaries, but the playbook and doctor script assume common dev tools (node, npm/yarn, pod) are available and will be used (e.g. `npm i`, `pod install`, `node -e`). This is expected for the task but the missing required-binaries declaration is a documentation gap.
Instruction Scope
Runtime instructions stick to integration tasks: detecting project type, applying dependency steps from the included playbook, wiring appKey/update.json, doing minimal native edits, and running the bundled `integration_doctor.sh`. The script only reads project files (package.json, update.json, ios/Podfile, android) and greps for expo-updates; it does not contact external endpoints or read arbitrary system config.
Install Mechanism
This is an instruction-only skill with no install spec or downloads. No archives, remote installers, or unknown third-party URLs are introduced by the skill itself.
Credentials
The skill requests no environment variables or credentials. It does expect local project files (notably update.json, which contains platform appKey values). Those appKey values may be sensitive for your rollout configuration — the skill reads them locally but does not exfiltrate them. Ensure you are comfortable having the agent inspect these files before running the doctor.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify other skills or global agent configuration. It also does not write long-lived credentials or change system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install react-native-update - 安装完成后,直接呼叫该 Skill 的名称或使用
/react-native-update触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.3.0
Add practical examples for class component integration and custom whitelist(gray rollout) usage.
v0.2.0
Switch canonical skill to unified entry (OpenClaw + Claude Code) and make this slug the single maintained release.
v0.1.0
Initial public release for fast React Native/Expo integration.
元数据
常见问题
React Native Update (Pushy) Integration 是什么?
Unified integration skill for React Native Update / Pushy(统一入口)across OpenClaw and Claude Code workflows. Use for 安装配置, appKey/update.json 接线, iOS/Android 原生... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 722 次。
如何安装 React Native Update (Pushy) Integration?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install react-native-update」即可一键安装,无需额外配置。
React Native Update (Pushy) Integration 是免费的吗?
是的,React Native Update (Pushy) Integration 完全免费(开源免费),可自由下载、安装和使用。
React Native Update (Pushy) Integration 支持哪些平台?
React Native Update (Pushy) Integration 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 React Native Update (Pushy) Integration?
由 Sunny Luo(@sunnylqm)开发并维护,当前版本 v0.3.0。
推荐 Skills