# Openwebf Host Bundle Loading

> Choose and implement WebFBundle loading in a Flutter host (remote URL, assets, localhost dev, inline) and diagnose bundle load failures (bad URL, missing assets, network errors). Use when the user mentions WebFBundle, bundle URL/path, remote vs assets vs localhost vs inline, or “bundle won’t load”.

- Skill: `majiayu000/openwebf-host-bundle-loading` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/openwebf-host-bundle-loading`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/openwebf-host-bundle-loading/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/openwebf-host-bundle-loading

---


# OpenWebF Host: Bundle Loading (WebFBundle)

## Instructions

1. Identify the bundle mode (remote URL, assets, localhost dev, inline) and the constraints (release cadence, store policy, offline needs).
2. Use `mcp__openwebf__project_profile` to detect what the repo already has (controller manager, bundle loading, caching).
3. Use MCP docs to confirm correct `WebFBundle` usage and safe defaults.
4. Provide minimal, copy-pastable host-side code changes and verification steps.

More:
- [reference.md](reference.md)
- [doc-queries.md](doc-queries.md)
- [examples.md](examples.md)

