Beginner Friendly Workbench Builder
Paste the following prompt into your AI chat to install this skill:
Please follow https://skillhub.cn/install/skillhub.md to install @user_f25544d4/wangtongxue.
About this skill
Problem
Many personal tools are over-designed when treated as full management systems: expense tracking, habit check-ins, to-do lists, exam prep, fitness logging, kids’ learning, or creator workflow. Users often do not know how to specify fields, modules, colors, or prompts. Generic HTML generators also tend to produce pages that depend on external resources, feel poor on mobile, or lose data after refresh or device changes. This skill narrows the task to a shippable vertical use case: a zero-baseline user can describe a scenario and receive a working, portable page that can be deployed to the home screen.
How It Works
The skill routes keywords into nine built-in scenario presets, such as ledger workbench, fitness workbench, exam prep workbench, and personal IP workbench. It does not ask users to define fields, charts, or visual details first. Instead, it loads the expert specification from the matched preset, asks no more than two simple multiple-choice questions, and aims to start generation within two rounds.
The generated output follows explicit engineering constraints:
- A single HTML file with inline CSS and JavaScript, avoiding CDNs, external fonts, and chart libraries.
- Data stored in
localStoragewithwb_prefixed keys, plus JSON export, import/restore, and a confirmation dialog before clearing; ledger-style outputs also support CSV export. - Charts and icons rendered with inline SVG, avoiding Canvas libraries and emoji icons.
- Mobile-first layout for narrow screens, supporting deployment to a phone home screen.
The skill also includes assets/workbench-starter.html as a baseline template and references/verify_static.js as a static checker for hard rules such as zero external links, inline SVG, mobile adaptation, and wb_ key prefixes.
Boundaries
It is intended for personal use, not account systems, admin backends, browser push notifications, or large-file and video storage. The first version usually stays within three to four modules, so complex workflows should be iterated incrementally. If the need is highly unique and does not match a preset, the skill falls back to a guided workflow, but the goal remains to produce a minimal working version before adding more fields or visual details.
Use Cases
- Generate a persistent HTML expense ledger with JSON export and import recovery.
- Build a single-file CET-4/6 word and mistake-review page with inline SVG charts.
- Set up a mobile-friendly creator workbench for topics, scripts, and reviews.
- Turn kids' literacy and poem-learning needs into a home-screen-ready web page.
Best For
- Beginners who want a local HTML expense ledger without writing prompts.
- Parents who need a single-file web page for children's literacy review.
- Creators who want a phone-ready page for topics, scripts, and reviews.
- Exam candidates who need a deployable CET-4/6 word and mistake log.
Related Skills
Local workflow memory with matching and SOP updates.
An OpenClaw live streaming executor that initializes TRTC streaming, starts a real-time dashboard, generates viewer URLs, and continuously reports live events.
Breaks down physical supply chains for super-trends to identify second- and third-layer bottlenecks, runs valuation and reverse checks, and maintains trackable reports.
A token-saving compression mode for Chinese LLMs with lite, full, ultra, and classical tiers, preserving code and technical terms while handling edge cases.