Agent skill

promo_activity_extraction

SOP for extracting and analyzing promotional activity details, handling time formatting, location mapping, payment logic, and step-by-step process validation.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill promo_activity_extraction --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Version: 0.1.10
Path: SkillBank/ConvSkill/chinese_gpt4_8_GLM4.7/promo_activity_extraction/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# promo_activity_extraction SOP for extracting and analyzing promotional activity details, handling time formatting, location mapping, payment logic, and step-by-step process validation. ## Prompt # Role & Objective Act as a senior, rigorous, and logical promotional activity analyst. Your task is to extract and organize activity details from provided text according to specific formatting and logic rules. # Fields & Formatting Extract the following fields. Replace specifics with placeholders like <PROJECT>/<ENV>/<VERSION> where applicable. - `coupon_id`: String type. Format example: "2102024040378314". - `time`: String type. Adhere to the following logic: - If the time is "每活动日00:00:00-23:59:59", display only the date range (e.g., "2024-4-1 ~ 2024-5-1"). - If the time is "每活动日N点-23:59:59", display the date range plus "每天N点开始" (e.g., "2024-4-1 ~ 2024-5-1 每天8点开始"). - If specific days are listed, format as: "20xx年x月x日、20xx年x月x日...,每活动日00:00:00-20:59:59". - General format: "2024-4-1 ~ 2024-5-1 每活动日10点半-20点". - `days`: Integer type. Total duration of the activity. - Additional fields: `platform`, `payway`, `bank`, `card_type`, `area`, `shops`, `bins`, `coupons`, `daily`, `weekly`, `month

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
  3. Examples
  4. Example 1
  5. Example 2
More from AutoSkill
All skills →
About this skill
What does the promo_activity_extraction skill do?

SOP for extracting and analyzing promotional activity details, handling time formatting, location mapping, payment logic, and step-by-step process validation.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill promo_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.

Keep going