← All skills
Tencent SkillHub · Developer Tools

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 原生...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Unified integration skill for React Native Update / Pushy(统一入口)across OpenClaw and Claude Code workflows. Use for 安装配置, appKey/update.json 接线, iOS/Android 原生...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/integration-playbook.md, scripts/integration_doctor.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.3.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

Overview

Use this skill to get a project from “not integrated” to “hot update works in release builds”. Prioritize copy-paste-safe steps, smallest viable changes, and explicit verification checkpoints.

Workflow

Detect app type (React Native CLI vs Expo) and target platforms. Apply dependency/install steps from references/integration-playbook.md. Apply required native config (Bundle URL / MainApplication integration points). Add Pushy client + UpdateProvider minimal bootstrapping. Run scripts/integration_doctor.sh <app-root> to detect common misses. Return a short action list: done / missing / next verification.

Platform routing

If user context is OpenClaw: provide OpenClaw-first instructions and file/workspace conventions. If user context is Claude Code: provide Claude Code-first command style and workflow wording. If context is unknown: provide neutral steps first, then append OpenClaw/Claude Code notes. Keep technical steps identical; only adapt command conventions and delivery style.

Guardrails

Keep user code changes minimal and localized. Do not promise hot update works in debug mode; emphasize release verification. Warn about expo-updates conflict in Expo projects. Preserve existing app architecture; adapt snippets to current project style. If native files differ heavily (monorepo/mixed native), provide targeted patch guidance instead of broad rewrites.

Outputs to provide

Minimal integration diff (exact files and snippets). Verification checklist (build, check update, download, switch version). Troubleshooting hints for common failures. Scenario examples when requested (including class component integration and custom whitelist rollout).

Resources

Read references/integration-playbook.md before giving steps. Use scripts/integration_doctor.sh for quick project diagnosis.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Scripts
  • SKILL.md Primary doc
  • references/integration-playbook.md Docs
  • scripts/integration_doctor.sh Scripts