Skill Claude CodeCodex
A data-processing component for cleaning or mapping IP addresses. The available description does not explain which IP changes it makes or what inputs it accepts.
Skill Claude CodeCodex
A data-processing component for cleaning or mapping IP addresses. The available description does not explain which IP changes it makes or what inputs it accepts.
Skill Claude CodeCodex
Skill "clean_links_mapper" from cas-bigdatalab/piflow, covering clean links mapper, 核心参数, 使用方法, 实现原理 and 1. 初始化算子.
Skill Claude CodeCodex
A preprocessing tool for turning collected JSONL, JSON, or TXT records into a consistent structure with titles, paragraphs, and content types. It can identify plain text, Markdown, and HTML structures.
Skill Claude CodeCodex
A check for logical relationships between two columns in structured data files such as CSV, TSV, and Excel. It supports six comparison operators and can combine multiple rules.
Skill Claude CodeCodex
A tool that masks sensitive fields in structured data by replacing characters while keeping the field and its position. It can mask phone numbers, identity numbers, names, email addresses, and bank cards.
Skill Claude CodeCodex
A tool that appends multiple structured data files with the same columns row by row into one file. This operation is often called concatenation or vertical merging.
Skill Claude CodeCodex
A tool that joins multiple structured data files using a selected key, producing one file with related fields combined. A JOIN matches records that share the same key value.
Skill Claude CodeCodex
A tool that rescales numeric fields in JSONL files using either Z-score standardization or Min-Max scaling. It keeps the original values and marks which values were changed.
Skill Claude CodeCodex
A tool that splits a structured data table into separate files based on one field. Each unique value in that field gets its own output file.
Skill Claude CodeCodex
A JSONL dataset splitter that divides one file into multiple subsets by percentage. JSONL is a format with one JSON record per line, and the tool supports random or field-based splitting that preserves category proportions.
Skill Claude CodeCodex
A data-type conversion tool for changing fields between types such as numbers, text, and dates.
Skill Claude CodeCodex
A file-output stop operator for Dataspace, a storage area used by a data workflow. It receives one file from an earlier workflow step and uploads it to a specified relative directory, keeping the input filename.