Parent-Child H5 Invitation Deployment and Notification Kit
Paste the following prompt into your AI chat to install this skill:
Please install @user_d6cbf64c/parent-child-invitation-making according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Parent-child events in family groups usually only need a simple page that can be opened, used for sign-up, and linked to navigation. But manually building the H5 page, deploying it, and drafting the group message still causes issues: broken links, failed navigation jumps, missing local images, and inconsistent sign-up copy. This skill turns “event details—H5 template—static hosting—group notification” into a repeatable workflow, so non-frontend contributors can also ship a reusable invitation page.
How It Works
The core approach is to edit a shared HTML template by replacing content, then publish the page on html2web.com. Typical inputs are the event title, date and time, detailed address, map sharing link, and extra notes. Key steps include:
- Edit template content: Replace the page title, copy, time, location, and navigation
URLwhile keeping the structure and styles intact; save the file asindex.htmlwithUTF-8encoding. - Deploy statically: Upload it to
html2web.comto generate a link that can be opened in WeChat. - Notify the community: Reuse a fixed message template, paste the H5 link, and ask parents to provide their child’s name, number of attendees, and dietary restrictions.
- Validate and publish: Check the time, location, navigation, and sign-up behavior before sending it to the family group.
Boundaries
It fits lightweight event pages such as camping trips, birthday parties, and small class gatherings. Avoid changing the core JS in the template, prefer online image URLs, and re-copy map navigation links from the map app when needed. It is not a substitute for complex backend forms, access control, or analytics systems, and works best for “quick publishing + online sign-up + community notification” workflows.
Use Cases
- Prepare an openable event page for a class camping trip with online sign-up and map navigation links.
- Turn a birthday party’s time, location, and dietary restrictions into a family-group-ready notification.
- Reuse an HTML template for a small class gathering, replace event copy quickly, and deploy it as an H5 page.
- Troubleshoot broken WeChat links or unresponsive navigation by re-uploading index.html and replacing the map link.
Best For
- Class teachers who publish weekly event pages and collect parent sign-ups.
- Community organizers who need to turn offline family outings into H5 invitations quickly.
- Operations staff without frontend experience who reuse HTML templates for event deployment.
- Parent organizers responsible for class gathering notices, navigation links, and dietary-restriction counts.
Related Skills
Call Mew image and design APIs in two stages to create an emotional background and compose a share-ready quote check-in poster.
Generate felt-craft pendant designs, part breakdowns, and structured analysis from a product image or Base64 input.
A ComfyUI image-generation skill that uses a five-step dialog to collect prompts, prefill templates, confirm parameters, submit API jobs, and return results.
A design-system guidance skill for Impeccable that produces token-based rules, component states, accessibility criteria, and QA checklists.