feather
Apache Feather/Arrow IPC format reference. V1 vs V2 format differences, pyarrow.feather read/write with compression, R arrow package integration, Arrow type system, Feather vs Parquet benchmarks, pandas DataFrame caching, LZ4/ZSTD compression options, and pipeline best practices.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain1/featherFeather
Apache Feather/Arrow IPC format reference — fast columnar DataFrame I/O.
Commands
| Command | Description |
|---|---|
intro | Feather overview, V1 vs V2, key properties |
python | pyarrow.feather read/write, benchmarks |
r-lang | R arrow package, Python↔R interop |
schema | Arrow types, nested types, metadata |
vs-parquet | Speed vs compression tradeoffs |
pandas | pd.read_feather, caching patterns |
compression | LZ4/ZSTD options, when to use each |
best-practices | Pipeline patterns, file size guidelines |
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain1-feather": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
scrapebadger
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
JSONLint
Validate and pretty-print JSON files from the terminal. Use when linting config files, formatting API payloads, checking syntax before deployment.
SeedGen
Generate reproducible seeds and deterministic test data. Use when creating random seeds, rotating salt values, auditing randomness, storing seed records.
ChartMaker
Visualize data with bar charts, sparklines, and progress bars in terminal. Use when plotting metrics, rendering inline charts, or transforming data.
Spreadsheet & Data Wrangling Master
Complete spreadsheet methodology — data cleanup, transformation, analysis, dashboards, automation, and reporting. Works with CSV, Excel, Google Sheets, or any tabular data. Use when the user needs to clean messy data, build reports, create dashboards, automate recurring spreadsheet tasks, or transform data between formats.