Health Management Assistant
Paste the following prompt into your AI chat to install this skill:
Please install @user_8e436d2a/jiankangguanli according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
Health assessment conversations often drift into free-form advice: users provide scattered symptoms, and the agent fills in conclusions on its own. That makes it hard to trace where a risk judgment came from. This skill separates the flow into intake, backend model invocation, and result passthrough, so the local assistant acts more like a data collection and presentation layer rather than directly generating medical conclusions.
How It Works
- Structured intake: It guides users to provide name, age, gender, region, occupation, medical history, family history, lifestyle, medication, allergy, and other relevant details. For female users, it can also ask about menstrual cycle, pregnancy planning, pregnancy, lactation, and other special states.
- Lab data input: Users can submit health check reports, lab sheets, or test result text. If the platform supports images, the skill can prompt users to upload images and extract text, while preserving as much indicator information as possible.
- Backend model call: The collected data and conversation context are sent to the
cyzh-cfcmodel endpoint with streaming enabled,temperatureset to0.7, andmax_tokensset to2048. The API key is fetched dynamically from the configured endpoint and cached in-process, avoiding plaintext secrets in local config. - Lossless presentation: The skill requires the full model response to be shown, including staged reasoning, Markdown tables, bold text, and risk markers, without summarizing, trimming, or reinterpreting the content.
- Optional HTML report: When the user explicitly requests it, the skill can render a report template with placeholders for screening links, hotline numbers, risk score, risk level, lab data tables, disease risk cards, and intervention suggestions.
Boundaries
This skill is best used as a health information organizer and report display entry point, not as a diagnostic tool. Model output is for reference only; urgent or critical conditions should be handled by seeking immediate medical care. If the backend API times out or fails, the assistant should tell the user to retry later instead of fabricating medical advice locally.
Use Cases
- When a user sends lab report text, ask for missing history, medications, and allergies, then call the backend model for a health risk assessment.
- After collecting profile, history, and lab data in chat, invoke the backend endpoint and show the full returned risk report.
- When a user explicitly asks for an HTML report, render the page using configured screening link, hotline, and template placeholders.
- For female users discussing pregnancy, lactation, or pregnancy-planning risk, add the special-state questions before submitting the assessment.
Best For
- Chat assistant developers who need to turn lab report text into structured health assessment inputs.
- Conversation product owners who want full model risk reports without the assistant rewriting medical content.
- Application engineers who consume backend medical LLM output and optionally render HTML report pages.
- Health service operators who collect female users' pregnancy, lactation, or pre-conception details before assessment.
Related Skills
A Python-based travel planner that integrates itinerary, attractions, budget, weather, currency, packing, and guide generation.
A fitness assistant for cutting, bulking, and maintenance with training check-ins, meal nutrition estimates, daily summaries, and goal calorie settings.
An AI health coach for interpreting check-up metrics, planning diet and exercise, and preparing symptom notes for visits; no diagnosis or prescriptions.
Create zero-configuration travel itineraries with daily plans, lodging, food, transit, and budget, then generate shareable travel cards.