openbitfun-frontend-dev

openbitfun-frontend-dev is a skill for Claude Code, Codex from GCWing/BitFun. It costs 60 tokens per session (772 once invoked), scanned A, original, MIT.

A controlled workflow for changing the user interface of the running OpenBitFun desktop client. It edits a temporary draft, applies it for a live preview, and gives the user a short window to keep or roll back the change.

In plain words
What is it for?
It is for customizing OpenBitFun's own desktop frontend in Creative mode, not for changing a website or remote host.
Why use it?
It avoids directly editing packaged application files and lets the user inspect a provisional change before it is kept.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for customizing OpenBitFun's own desktop frontend in Creative mode, not for changing a website or remote host.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gcwing/bitfun/openbitfun-frontend-dev
About the project

BitFun is a desktop AI agent that turns tasks into interactive mini-apps while also writing code, creating documents, and controlling computers. It is for software development and general desktop work across Windows, macOS, and Linux. Its catalogue entries extend the agent with skills, agents, and instructions.

GCWing/BitFun · 2,077 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add GCWing/BitFun --skill openbitfun-frontend-dev
Clone the repo
git clone --depth 1 https://github.com/GCWing/BitFun

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openbitfun-frontend-dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/gcwing/bitfun/openbitfun-frontend-dev.svg)](https://agentmods.dev/skills/gcwing/bitfun/openbitfun-frontend-dev)
Your own site
<a href="https://agentmods.dev/skills/gcwing/bitfun/openbitfun-frontend-dev"><img src="https://agentmods.dev/badge/skills/gcwing/bitfun/openbitfun-frontend-dev.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 772 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.00772
Opus 5 $0.00030 $0.00386
Sonnet 5 $0.00012 $0.00154
Haiku 4.5 $0.00006 $0.00077

Measured yesterday against content hash 288025e666a7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

openbitfun-frontend-dev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/crates/assembly/core/builtin_skills/openbitfun-frontend-dev/SKILL.md · 37 lines

How it starts

The opening of the file, as written. The whole thing — 37 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OpenBitFun frontend customization

Use this workflow only for the running OpenBitFun desktop client's own frontend. It is not for a website in the user's workspace, a MiniApp, or a remote OpenBitFun host.

Required workflow

  1. Call FrontendWorkbench with action: "prepare".
  2. Edit only the returned draft directory. Never edit the packaged resource directory, active revision, state file, or another draft.
  3. Read the returned openbitfun-creation-api.md. Edit openbitfun-creation.css, openbitfun-creation.js, and optional creation-assets/ only. The draft contains no application bundle or index.html. It needs no source repository, Node.js, dependencies, compiler, or rebuild. CSS loads last; JavaScript is a browser ES module exporting default function activate(ui), called after the real shell renders. Use ui.mount slots and documented semantic selectors; return cleanup for your listeners/timers.
  4. Call FrontendWorkbench with action: "apply", setting its draft_id input to the exact returned draftId.
  5. Before calling apply, tell the user to inspect the live preview and use the immutable review window. Its Keep button remains disabled until both the real shell and customization activate; the 15-second countdown starts after readiness.
  6. Read the final apply result. Only status: "confirmed" means the revision was kept; status: "rolled_back" includes the reason. Use FrontendWorkbench status for later inspection, not direct reads of state.json.
  7. Use FrontendWorkbench inspect to check actual mount slots, registered commands and diagnostics. For reusable capabilities, register commands with ui.commands.register, compose persistent ui.state with ui.events, and verify behavior with FrontendWorkbench invoke using the discovered schema. Commands and subscriptions follow activation; state survives code rollback. These commands run in the visible local client, not a headless service.

apply is a two-phase transaction: the confirmed active revision remains authoritative while the candidate is previewed, then user confirmation commits it. If the app shell cannot report readiness, the user does not confirm within 15 seconds, or OpenBitFun exits, the host restores the prior revision. Never bypass or emulate readiness or the confirmation timer in editable page JavaScript.

Read the full file on GitHub · 37 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 37 lines · 60 tokens per session scan A 288025e666a7

Subscribe to this mod's changes

openbitfun-frontend-dev is a skill published in the GitHub repository GCWing/BitFun (2,077 stars, last pushed yesterday), licensed MIT. It adds 60 tokens to every session and 772 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-06.

Related

Other skills, from other repositories

task-management

Use before any Worker taskflow call or assigned-task workflow, including reading task state, acknowledging a task, executing a task, tracking progress, handling blockers/questions, submitting structured results, or reporting completion. Always use this skill when the message mentions assigned task, task ID…

agentscope-ai/AgentTeams · 89 tokens

task-coordination

Coordinate access to shared task directories using .processing marker files. Use before accessing a Worker's workspace to prevent conflicts when both Manager and Worker might modify files simultaneously.

agentscope-ai/AgentTeams · 36 tokens

liquid-glass

Apple Liquid Glass design system. Use when building UI with translucent, depth-aware glass morphism following Apple's design language. Provides CSS tokens, component patterns, dark/light mode, and animation specs.

fengshao1227/ccg-workflow · 43 tokens

mcporter

Discover and call MCP Server tools via the mcporter CLI. Use when your coordinator notifies you about new MCP tools, or when you need to call external APIs. Includes workflow for generating skill documentation for new MCP servers.

agentscope-ai/AgentTeams · 47 tokens

project-management

Use when admin asks to start a multi-worker project, when a Worker @mentions you with task completion in a project room, when project plan changes are needed, or when a blocked task needs resolution.

agentscope-ai/AgentTeams · 43 tokens

critique

Evaluate design from a UX perspective, assessing visual hierarchy, information architecture, emotional resonance, cognitive load, and overall quality with quantitative scoring, persona-based testing, and actionable feedback. Use when the user asks to review, critique, evaluate, or give feedback on a design or…

fengshao1227/ccg-workflow · 59 tokens