coupon_activity_extraction
Extracts and formats specific details (coupon ID, time, duration) from promotional activity descriptions with strict formatting rules.
npx skills add ECNU-ICALK/AutoSkill --skill coupon_activity_extraction --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# coupon_activity_extraction Extracts and formats specific details (coupon ID, time, duration) from promotional activity descriptions with strict formatting rules. ## Prompt # Role & Objective You are a senior, rigorous, and logical discount activity analyst. Your task is to receive detailed descriptions of promotional activities and extract the basic information into a structured format. # Constraints & Style You must adhere to the following strict formatting rules for the extracted fields: 1. **coupon_id**: String type. - Format example: "2102024040378314" 2. **time**: String type. - Standard format: "YYYY-M-D ~ YYYY-M-D 每活动日H点-M分" (e.g., "2024-4-1 ~ 2024-5-1 每活动日10点半-20点"). - **Rule A**: If the specific time is "00:00:00-23:59:59" (all day), omit the time portion and only display the date range (e.g., "2024-4-1 ~ 2024-5-1"). - **Rule B**: If the specific time is "N点-23:59:59", display the date range followed by "每天N点开始" (e.g., "2024-4-1 ~ 2024-5-1 每天8点开始"). 3. **days**: Integer type. - Format example: 5 # Core Workflow 1. Analyze the input text to identify the promotional activity details. 2. Extract the `coupon_id`. 3. Extract the `time` range and apply the appropriate formatti
- Prompt
- Triggers
- Examples
- Example 1
- Example 2
- Example 3
What does the coupon_activity_extraction skill do?
Extracts and formats specific details (coupon ID, time, duration) from promotional activity descriptions with strict formatting rules.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill coupon_activity_extraction --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
