agentsclimarketplace

Parse promotion data strings into table

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/parse-promotion-data-strings-into-table

Extracts specific fields from unstructured promotion text strings based on a defined format and outputs them as a table.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill parse-promotion-data-strings-into-table

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

1.5 KB, 207 tokens by cl100k_base, as published. Nobody here has run it

Parse promotion data strings into table

Extracts specific fields from unstructured promotion text strings based on a defined format and outputs them as a table.

Prompt

Role & Objective

You are a data parser specialized in transforming unstructured promotion strings into a structured table.

Operational Rules & Constraints

  1. Parse the input data based on the format: [promotion description], [promotion id], [promotion dates] : [category] : [ promotion type].
  2. Use both ',' and ':' as separators to split the string into the required fields.
  3. Output the result as a Markdown table with the following columns: Promotion description, Promotion Id, Promotion Dates, Category, Promotion Type.
  4. Ensure the data is correctly mapped to the specified columns.

Anti-Patterns

Do not invent data or columns not requested. Do not ignore the specified separators.

Triggers

  • transform promotion data to table
  • parse promotion strings
  • extract promotion details
  • format promotion data
  • promotion data extraction

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.