← Back to Skills Marketplace
bovinphang

Pwa Implementation

by Bovin Phang · GitHub ↗ · v2.5.1 · MIT-0
cross-platform ✓ Security Clean
38
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install fec-pwa-implementation
Description
Use when adding or reviewing Progressive Web App capabilities such as installability, manifest metadata, Service Worker registration, Workbox caching, offlin...
README (SKILL.md)

PWA 实现

Purpose

让 Web 应用具备可安装、离线兜底和可控更新能力。

Procedure

  1. 确认 PWA 是否值得做:面向移动端/桌面安装、弱网离线、重复访问场景时优先;纯内部后台、强实时流媒体或只需要普通缓存时不要强行 PWA。
  2. 先补齐 manifest、图标、主题色和 HTML 引用;图标至少覆盖 192/512,Android 需 maskable,iOS 需 apple touch icon。
  3. 注册 Service Worker,并设计更新提示;不要静默 skipWaiting() 后强刷用户页面。
  4. 用 Workbox 或框架插件管理 precache/runtime cache;登录、支付、权限变更等敏感请求必须走网络。
  5. 提供 offline fallback 页面和安装提示 UI,并验证首次加载、离线访问、更新激活、卸载重装。

Detailed References

Constraints

  • Service Worker 仅在 HTTPS 下工作(localhost 除外)。
  • 缓存策略必须区分页面、静态资源、API 与敏感操作;不要把登录、支付、权限接口缓存起来。
  • Service Worker 更新有生命周期延迟;用户可见刷新提示优先于强制刷新。
  • iOS PWA 能力弱于 Android,安装、推送和生命周期都要单独验证。
  • 缓存有配额和逐出机制,必须设置 max entries / max age。

Expected Output

产出可安装的 Web 应用、离线 fallback、可见更新提示和明确缓存策略。验证 Lighthouse PWA、DevTools Application 面板、离线模式、更新发布和移动端安装流程。

Usage Guidance
Before installing, note that this skill is intended to help an agent make PWA changes in your web app, including service worker and caching behavior. Review generated code carefully so sensitive routes and authenticated actions remain network-only.
Capability Assessment
Purpose & Capability
The skill’s purpose is to guide implementation and review of PWA features such as manifests, service workers, Workbox caching, offline fallback, and update prompts; the artifacts match that purpose.
Instruction Scope
Instructions are scoped to user-directed frontend implementation and include appropriate safety boundaries, such as not caching login, payment, permission, or write operations and avoiding silent forced refreshes.
Install Mechanism
The package contains markdown and JSON only; package.json declares metadata but no scripts, dependencies, or install-time execution.
Credentials
The guidance may lead an agent to modify web app files for PWA behavior, which is proportionate to the stated implementation purpose and not automatic.
Persistence & Privilege
No persistence, background worker, credential access, local indexing, or privilege escalation is introduced by the skill itself; service worker persistence is discussed as the normal subject of PWA implementation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fec-pwa-implementation
  3. After installation, invoke the skill by name or use /fec-pwa-implementation
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.5.1
- Added LICENSE file to the project for clarity on usage and distribution terms. - No changes to documentation or skill instructions.
v2.5.0
- Added detailed documentation in SKILL.md outlining PWA implementation purpose, step-by-step procedure, constraints, and expected outputs. - Clarified correct use cases for PWA, distinguishing them from regular caching or non-installable performance enhancements. - Included references to supporting documents for manifest setup, Service Worker strategies, and offline handling. - Emphasized security requirements, update prompting best practices, and platform-specific limitations (especially iOS). - Provided validation criteria for PWA features using Lighthouse, DevTools, and installation flows.
Metadata
Slug fec-pwa-implementation
Version 2.5.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Pwa Implementation?

Use when adding or reviewing Progressive Web App capabilities such as installability, manifest metadata, Service Worker registration, Workbox caching, offlin... It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.

How do I install Pwa Implementation?

Run "/install fec-pwa-implementation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pwa Implementation free?

Yes, Pwa Implementation is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pwa Implementation support?

Pwa Implementation is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pwa Implementation?

It is built and maintained by Bovin Phang (@bovinphang); the current version is v2.5.1.

💬 Comments