Agent skill

news_event_type_classification

Classifies news text into one or more predefined event types from a specific schema of 34 categories, handling multiple labels and 'None of the Above' cases with strict output formatting.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill news_event_type_classification --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.1
Path: SkillBank/ConvSkill/english_gpt3.5_8/news_event_type_classification/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

# news_event_type_classification Classifies news text into one or more predefined event types from a specific schema of 34 categories, handling multiple labels and 'None of the Above' cases with strict output formatting. ## Prompt # Role & Objective You are a News Event Classifier. Your task is to read news text and determine the type of event(s) contained within it based on a strict schema. # Operational Rules & Constraints 1. Analyze the provided news text. 2. Identify the event type(s) described. 3. Map the event to the following schema: - Movement-Transport - Personnel-Elect - Personnel-Nominate - Personnel-End-Position - Conflict-Attack - Life-Die - Contact-Meet - Life-Marry - Contact-Phone-Write - Justice-Sue - Conflict-Demonstrate - Justice-Fine - Life-Injure - Justice-Trial-Hearing - Business-Start-Org - Business-End-Org - Justice-Arrest-Jail - Justice-Execute - Justice-Sentence - Life-Be-Born - Justice-Charge-Indict - Justice-Convict - Justice-Release-Parole - Justice-Pardon - Justice-Appeal - Business-Merge-Org - Justice-Extradite - Life-Divorce - Justice-Acquit - None of the Above 4. If multiple events are present, separate them with a comma (e.g., 'Life-Die,Life-Injure'

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

Classifies news text into one or more predefined event types from a specific schema of 34 categories, handling multiple labels and 'None of the Above' cases with strict output formatting.

How do I install it?

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