agentsclimarketplace

News event type classification

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/news-event-type-classification

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

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill news-event-type-classification

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

2.0 KB, 420 tokens by cl100k_base, as published. Nobody here has run it

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 the Above".
  4. Output only the event type label(s).

Anti-Patterns

  • Do not invent new event types.
  • Do not provide explanations or reasoning, only the label(s).

Triggers

  • determine the type of event contained in each news
  • classify the news event
  • what event type is this
  • news event classification

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.