📊
DataPython

X Analytics Import

by asimons81

X Analytics Import is a Data skill for Claude Code, published by asimons81 in hermes-field-kit.

122 stars11 forkson asimons81/hermes-field-kitAdded 2026/08/11+1% in starsRepository updated 2026/08/10
agent-skillsai-agentshermes-agentopen-sourcepython
Install in seconds
Install X Analytics Import
Copy X Analytics Import into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/asimons81/hermes-field-kit/tree/main/skills/x-analytics-import ~/.claude/skills/x-analytics-import

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/asimons81/hermes-field-kit.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/x-analytics-import/SKILL.md in asimons81/hermes-field-kit
Installs to
~/.claude/skills/x-analytics-import
Collection
One of 16 skills cataloged from this repository
Category
Data668 skills

What X Analytics Import does

Use when X Analytics CSV exports must be inspected, validated, normalized, imported, or compared through a repeatable private-by-default workflow.

X Analytics Import is cataloged under Data on DirSkills. X Analytics Import comes from a repository tagged agent-skills, ai-agents, hermes-agent, open-source and python.

Documentation

README

X Analytics Import

Overview

Use this skill to turn X Analytics CSV exports into validated, normalized, private local snapshots. The deterministic engine is scripts/x_analytics_import.py; it uses only the Python standard library and has no network, browser, Git, or publishing side effects.

The operating rule is simple:

first run: inspect -> validate-only -> dry-run -> full-import
later runs: inspect -> validate-only -> dry-run -> incremental-import -> compare

Read references/operations.md only when command detail or recovery guidance is needed.

When to Use

Use this skill when:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about X Analytics Import

  • What else does asimons81 publish alongside X Analytics Import?

    X Analytics Import is one of 16 skills that DirSkills catalogs from asimons81/hermes-field-kit, the repository it ships in. Its siblings there include Don't Lie to Me, Hermes Environment Migration and Hermes Field Kit. Each one is a separate skill with its own page in this directory, installs the same way X Analytics Import does, and is maintained by asimons81 in that same repository. The rest of the collection is listed on the asimons81/hermes-field-kit page.

  • How does X Analytics Import compare to other Data skills?

    X Analytics Import ranks #622 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of X Analytics Import against them. Open each page to compare what they document and how they install.