evo-taxonomy-data-pipeline

evo-taxonomy-data-pipeline is a skill for Claude Code, Codex from OpenLAIR/OpenSkill. It costs 31 tokens per session (193 once invoked), scanned A, original, Apache-2.0.

An e-commerce data tool that combines category files from Amazon, Facebook, and Google. It cleans category paths, separates hierarchy levels, and writes unified CSV files.

In plain words
What is it for?
It is for preparing product-category data for catalogues, feeds, analysis, or other e-commerce systems.
Why use it?
It removes repetitive work when category data comes from different sources and uses inconsistent formatting. The result is structured data that is easier to compare and process.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for preparing product-category data for catalogues, feeds, analysis, or other e-commerce systems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/openlair/openskill/evo-taxonomy-data-pipeline
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OpenLAIR/OpenSkill --skill evo-taxonomy-data-pipeline
Clone the repo
git clone --depth 1 https://github.com/OpenLAIR/OpenSkill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for evo-taxonomy-data-pipeline

README.md
[![agentmods](https://agentmods.dev/badge/skills/openlair/openskill/evo-taxonomy-data-pipeline/github.svg)](https://agentmods.dev/skills/openlair/openskill/evo-taxonomy-data-pipeline)
Your own site
<a href="https://agentmods.dev/skills/openlair/openskill/evo-taxonomy-data-pipeline"><img src="https://agentmods.dev/badge/skills/openlair/openskill/evo-taxonomy-data-pipeline/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for evo-taxonomy-data-pipeline

Your own site · 80×15
<a href="https://agentmods.dev/skills/openlair/openskill/evo-taxonomy-data-pipeline"><img src="https://agentmods.dev/badge/skills/openlair/openskill/evo-taxonomy-data-pipeline.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 193 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.00193
Opus 5 $0.00015 $0.00097
Sonnet 5 $0.00006 $0.00039
Haiku 4.5 $0.00003 $0.00019

Measured yesterday against content hash 691b75275417, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

evo-taxonomy-data-pipeline scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/utils.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

tasks-evolved/taxonomy-tree-merge/environment/skills/evo-taxonomy-data-pipeline/SKILL.md · 20 lines

What it actually says

Taxonomy Data Pipeline

Loads Amazon/Facebook/Google CSVs, normalizes category_path text, splits hierarchical levels, writes outputs.

Usage

import sys; sys.path.insert(0, '/app/environment/skills/evo-taxonomy-data-pipeline/scripts')
from utils import load_source_csvs, normalize_category_paths, split_hierarchy_columns, write_unified_outputs

df = load_source_csvs('/root/data/amazon_product_categories.csv','/root/data/fb_product_categories.csv','/root/data/google_shopping_product_categories.csv')
df = normalize_category_paths(df)
df = split_hierarchy_columns(df)
write_unified_outputs(df, '/root/output/unified_taxonomy_full.csv', '/root/output/unified_taxonomy_hierarchy.csv')
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 20 lines · 31 tokens per session scan A 691b75275417

Subscribe to this mod's changes

evo-taxonomy-data-pipeline is a skill published in the GitHub repository OpenLAIR/OpenSkill (90 stars, last pushed 2d ago), licensed Apache-2.0. It adds 31 tokens to every session and 193 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-11.

Related

Other skills, from other repositories

stripe-best-practices

Guides Stripe integration decisions across development and test environment planning (separate sandboxes vs the shared test mode sandbox), API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties), billing/subscriptions, tax and registrations (Stripe Tax…

stripe/ai · 161 tokens

Cursor rules for Medusa

Skill "Cursor rules for Medusa" from AmariahAK/atlarix-skills, covering cursor rules for medusa, when to use this skill, source, medusa rules and general rules.

AmariahAK/atlarix-skills · 5 tokens

Medusa rules and best practices

Medusa rules and best practices. These rules should be used when building applications with Medusa.

AmariahAK/atlarix-skills · 6 tokens

amazon-reviews-api-skill

This skill helps users automatically extract Amazon product reviews via the Amazon Reviews API. Agent should proactively apply this skill when users express needs like getting reviews for Amazon product with ASIN B07TS6R1SF, analyzing customer feedback for a specific Amazon item, getting ratings and comments for a…

browser-act/skills · 124 tokens

amazon-competitor-analyzer

Scrapes Amazon product data from ASINs using browseract.com automation API and performs surgical competitive analysis. Compares specifications, pricing, review quality, and visual strategies to identify competitor moats and vulnerabilities.

browser-act/skills · 48 tokens

experimental-design

Best practices for designing reproducible ML experiments. Use when planning ablations, baselines, or controlled experiments.

aiming-lab/AutoResearchClaw · 25 tokens