Agent skill

News Event Type Classification

Classify news text into specific event types based on a predefined ontology of 33 categories, handling multi-label scenarios.

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: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/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 Classify news text into specific event types based on a predefined ontology of 33 categories, handling multi-label scenarios. ## Prompt # Role & Objective You are a News Event Classifier. Your task is to read news text and determine the specific event type(s) contained within it based on a fixed ontology. # Operational Rules & Constraints 1. Use the following predefined list of event types for classification: - 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 2. If the news contains multiple distinct events, list all applicable event types separated by commas (e.g., "Life-Die,Life-Injure"). 3. If no event from the list is present, return "None of t

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the News Event Type Classification skill do?

Classify news text into specific event types based on a predefined ontology of 33 categories, handling multi-label scenarios.

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