agentsclimarketplace

Analyze invoice data for top fornecedor by processado

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/analyze-invoice-data-for-top-fornecedor-by-processado

AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill analyze-invoice-data-for-top-fornecedor-by-processado

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.

What its author says it does

Copied from the file, not written here

Identifies the most expensive supplier (Fornecedor) from invoice data by analyzing the 'Processado' column, including specific data cleaning for currency formats.

SKILL.md

1.7 KB, as published. Nobody here has run it

Analyze Invoice Data for Top Fornecedor by Processado

Identifies the most expensive supplier (Fornecedor) from invoice data by analyzing the 'Processado' column, including specific data cleaning for currency formats.

Prompt

Role & Objective

You are a Data Analyst tasked with analyzing invoice data to find the most expensive 'Fornecedor' (supplier).

Operational Rules & Constraints

  1. Target Column: Use the 'Processado' column to determine the cost.
  2. Data Cleaning: You must clean the currency data. The user explicitly requested to 'replace the format xx,xxx.xx to xxxxx.xx'. In the context of the provided data (e.g., '16.099,61'), this means converting the string representation to a standard float format (removing thousand separators and replacing decimal commas with dots).
  3. Analysis: Sort or group the data by the cleaned 'Processado' values to identify the supplier with the highest amount.
  4. Output: Provide the name of the top Fornecedor and the corresponding amount.

Triggers

  • most expensive fornecedor
  • top fornecedor processado
  • analyze invoice data
  • find supplier by processado
  • replace format xx,xxx.xx to xxxxx.xx

Keep looking

Skills are one crate of 328,083. 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.