← Back to Skills Marketplace
YZTurboWebAndroid
by
hefuwei-95
· GitHub ↗
· v1.0.0
269
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yzturbo-web-android
Description
YZTurboWebAndroid 高性能 Android WebView 容器 SDK 接入。用于在 Android 项目中集成 WebView 容器,实现: (1) WebView 预加载与复用,提升 H5 页面加载速度 (2) 离线包管理,拦截请求优先命中本地资源 (3) JS Bridge 双向通信,Na...
Usage Guidance
This guide appears coherent for integrating an Android WebView SDK, but before using it: (1) verify the Gradle artifact source and repository and prefer well-known hosts (or review the SDK code) to reduce supply-chain risk; (2) review the SDK's privacy policy and permissions it requires in AndroidManifest (WebView can expose app data if misconfigured); (3) audit any JS bridge handlers you register to avoid exposing sensitive data or executing untrusted input (validate and restrict method names/origins); and (4) test the SDK in an isolated/dev build to confirm expected behavior before shipping to users.
Capability Analysis
Type: OpenClaw Skill
Name: yzturbo-web-android
Version: 1.0.0
The skill bundle provides documentation and integration examples for the YZTurboWebAndroid SDK, a high-performance WebView container. The content in SKILL.md consists of standard Kotlin and JavaScript code snippets for WebView management and JS Bridge communication, with no evidence of malicious intent, data exfiltration, or prompt injection. The referenced dependency 'com.youzan.turboweb:turbo-web' is consistent with legitimate libraries from the Youzan ecosystem.
Capability Assessment
Purpose & Capability
Name, description, and SKILL.md all describe integrating a high-performance Android WebView SDK (initialization, Gradle dependency, WebView pooling, JS bridge). There are no unrelated requirements (no env vars, binaries, or config paths) that don't belong to an SDK integration guide.
Instruction Scope
Runtime instructions are limited to Android app code examples (Application init, fragments, acquiring/releasing WebView, JS bridge handlers). The doc does not instruct reading system files, environment variables, or transmitting data to unexpected external endpoints. URL examples are placeholders for the integrator's domains.
Install Mechanism
This is instruction-only with no install spec; it asks the developer to add a Gradle dependency (com.youzan.turboweb:turbo-web:1.0.1). The SKILL.md does not state which Maven repository hosts the artifact (Maven Central, internal repo, etc.), which is a supply-chain detail integrators should verify before adding the dependency.
Credentials
No environment variables, credentials, or config paths are requested. JS Bridge examples show passing app data between native and JS, which is expected for this type of SDK; no unexplained secret access is requested.
Persistence & Privilege
Skill is not always-enabled and allows normal autonomous invocation. There is no install-time behavior or instructions that modify other skills or system-wide agent settings; no elevated persistence is requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install yzturbo-web-android - After installation, invoke the skill by name or use
/yzturbo-web-android - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of YZTurboWebAndroid high-performance WebView container SDK for Android.
- Supports WebView preloading and reuse to accelerate H5 page load times.
- Provides offline package management, prioritizing local resource interception.
- Enables robust JS Bridge for two-way communication between Native and H5.
- Offers easy integration via WebViewFragment and advanced manual WebView management.
- Includes detailed guides for JS Bridge handler registration and event triggering.
Metadata
Frequently Asked Questions
What is YZTurboWebAndroid?
YZTurboWebAndroid 高性能 Android WebView 容器 SDK 接入。用于在 Android 项目中集成 WebView 容器,实现: (1) WebView 预加载与复用,提升 H5 页面加载速度 (2) 离线包管理,拦截请求优先命中本地资源 (3) JS Bridge 双向通信,Na... It is an AI Agent Skill for Claude Code / OpenClaw, with 269 downloads so far.
How do I install YZTurboWebAndroid?
Run "/install yzturbo-web-android" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is YZTurboWebAndroid free?
Yes, YZTurboWebAndroid is completely free (open-source). You can download, install and use it at no cost.
Which platforms does YZTurboWebAndroid support?
YZTurboWebAndroid is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created YZTurboWebAndroid?
It is built and maintained by hefuwei-95 (@hefuwei-95); the current version is v1.0.0.
More Skills