student-discount-application

Orchestrates Douyin binding, CHSI enrollment verification, and student discount benefit granting via a single tool.

2|Updated Aug 9, 2026
One-click install
npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill student-discount-application-deepjh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: student-discount-application
Source: https://github.com/DeepJH/doubao-skill-and-info/tree/main/skills/student-discount-application
Command: npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill student-discount-application-deepjh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Applying for the Doubao Pro student discount involves a multi-stage flow—Douyin account binding, CHSI (Xuexin) enrollment verification, QR-code student authentication, and benefit granting—that is easy to mishandle or misreport. This Skill drives the entire flow deterministically through one idempotent tool, routing strictly on visible response text so users always get accurate stage guidance. ## Core Features & Use Cases - End-to-end application orchestration: Calls student_discount_run_application_step with an empty object and routes on stable content anchors across 11 business states (bind required, auth required, pending, granted, already granted, expired, etc.). - Embedded CHSI enrollment verification: Runs a one-time browser-based Xuexin check when student authentication is first required, returning a minimized result without collecting credentials or personal data. - Strict error and retry handling: Matches known error anchors, retries at most once with visible or fallback wait seconds, and falls back to a manual authentication entry link only after repeated failure. - Use Case: A student says "帮我申请学生优惠". The Skill checks binding status, runs the CHSI verification, displays the authentication QR code as a markdown image, waits for confirmation, and finally confirms the 2.5x student quota benefit has been granted. ## Quick Start Ask the assistant to start or continue my Doubao student discount application and confirm the current status.

Frequently Asked Questions about student-discount-application

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply for the Doubao student discount?

Ask the assistant to start the student discount application. The Skill calls the application tool with an empty object, checks Douyin binding and student authentication status, and guides you through each stage until the benefit is granted.

How does the CHSI Xuexin enrollment verification work?

When student authentication is first required, the Skill opens chsi.com.cn in a browser and hands control to you for login. It only checks whether a currently valid enrollment record exists and returns a minimized result without collecting passwords, ID numbers, or verification codes.

Why does the student discount flow ask me to scan a QR code?

After Douyin binding is confirmed, student authentication must be completed on a mobile device. The Skill extracts the QR code CDN link from the tool response and displays it as a markdown image for you to scan and finish authentication.

What happens if the student discount tool returns an error?

The Skill matches the error against known anchors such as binding query failure or QR generation failure, waits the indicated seconds, and retries once. If it still fails, it provides a manual authentication entry link and ends the round.

When should this student discount Skill not be triggered?

It must not load for general discount inquiries, questions about other promotions, or ambiguous requests. It activates only when the user explicitly asks to apply for, continue, or check a Doubao Pro student discount application.