openwebf-app-webf-go

Run and debug WebF apps in WebF Go across desktop, iOS, and Android.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/archview-ai/webf-plugin --skill openwebf-app-webf-go
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openwebf-app-webf-go
Source: https://github.com/archview-ai/webf-plugin/tree/main/webf-plugin/skills/openwebf-app-webf-go
Command: npx skills add https://github.com/archview-ai/webf-plugin --skill openwebf-app-webf-go

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run and debug a WebF app specifically in WebF Go (desktop/iOS/Android): load dev URLs, connect via devtools://, collect WEBF_NATIVE_LOG logs, clear WebF Go cache, and handle WebF Go limitations.

Core Features & Use Cases

  • Establish the dev loop: dev server → WebF Go URL → DevTools → logs
  • LAN checks and device reachability when dev servers aren’t accessible
  • Logs collection with WEBF_NATIVE_LOG, clearing cache, and handling WebF Go quirks

Quick Start

Load the dev server URL in WebF Go, open the DevTools URL, and begin collecting logs.

Frequently Asked Questions about openwebf-app-webf-go

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run and debug a WebF app in WebF Go?

Load your dev server URL into WebF Go, open the DevTools URL via devtools://, and begin collecting logs. This establishes the dev loop connecting your development server to WebF Go across desktop, iOS, and Android platforms.

How do I collect WEBF_NATIVE_LOG logs from WebF Go?

Enable WEBF_NATIVE_LOG to capture native logs during debugging. Access logs through DevTools after connecting via devtools:// to monitor application behavior and troubleshoot issues in real time.

What should I do if WebF Go can't reach my dev server?

Check LAN connectivity and device reachability first. Verify your dev server is accessible from the device running WebF Go, and confirm firewall settings allow the connection across your local network.

How do I clear the WebF Go cache during development?

Clear the WebF Go cache to remove stale data and ensure fresh loads of your app. This is essential when testing cache behavior or resolving issues caused by outdated cached content.

Does WebF Go work the same way on desktop, iOS, and Android?

WebF Go runs on desktop, iOS, and Android, but has platform-specific limitations and quirks. Understand these constraints when debugging to avoid platform-specific issues affecting your dev loop.