deepchat-data-import

by ThinkInAIXYZ 6.2k Apache-2.0 Updated Aug 18, 2026
Data Codex
deepchat-data-import skill by ThinkInAIXYZ
deepchat-data-import — Data skill by ThinkInAIXYZ

deepchat-data-import is an open-source data skill for Codex, published by ThinkInAIXYZ. Its author describes it as: “Help developers build third-party tools that import, inspect, migrate, or analyze DeepChat data. Use when Codex needs to work with DeepChat provider configuration, model configuration, MCP/app settings, sessions, mess…”. The project has 6.2k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `git clone https://github.com/ThinkInAIXYZ/deepchat ~/.claude/skills/deepchat-data-import`.

What deepchat-data-import does

Use this skill to design or implement importers for DeepChat local data. Treat DeepChat's SQLite schema as an internal but documentable contract: inspect the current schema when precision matters, prefer read-only snapshots, and avoid writing to a live profile.

Installation

Add deepchat-data-import to your agent with:

git clone https://github.com/ThinkInAIXYZ/deepchat ~/.claude/skills/deepchat-data-import

Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.

What's inside

The SKILL.md for deepchat-data-import is organised into these sections:

  • Overview
  • Workflow
  • Safety Rules
  • Source Files

When to use it

Reach for deepchat-data-import when you want data help from Codex without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.

Strengths

  • Clear Apache-2.0 license — safe to read and adapt
  • Ships in ThinkInAIXYZ/deepchat, an established project with 6,228 GitHub stars
  • Declares compatibility with Codex
  • Actively maintained (recent commits)

Topics

agentagent-skillsaiai-assistantai-sdkchatgptclaudecross-platformdeepseekelectrongeminiharness-designhermes-agentllm-clientmcpmcp-clientopenai-clientopenclaw

Frequently asked questions

What does deepchat-data-import do?
Help developers build third-party tools that import, inspect, migrate, or analyze DeepChat data. Use when Codex needs to work with DeepChat provider configuration, model configuration, MCP/app settings, sessions, messages, legacy chat data, `agent.db`, `chat.db`, SQLCipher encrypted SQLite, Electron safeStorage wrapped passwords, Tauri importers, or native macOS/Windows/Linux data access.
How do I install deepchat-data-import?
Run git clone https://github.com/ThinkInAIXYZ/deepchat ~/.claude/skills/deepchat-data-import in your agent, then reload your skills. Review the source at https://github.com/ThinkInAIXYZ/deepchat before installing.
Is deepchat-data-import free to use?
Yes. deepchat-data-import is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.
Which agents does deepchat-data-import work with?
deepchat-data-import declares compatibility with Codex. Agent Skills use a portable SKILL.md format, so other compatible clients can usually load it too.
Where does deepchat-data-import come from?
deepchat-data-import ships inside ThinkInAIXYZ/deepchat, a repository that contains 25 catalogued skills in total. The repository's 6,228 GitHub stars apply to that whole collection, not to this skill on its own.

Related skills

More Data →

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas

6.2k ThinkInAIXYZ Apache-2.0

Expert data processing specialist with intelligent DuckDB/Polars selection for maximum performance. Always includes numpy, never uses pandas, runs everything through uv. Triggers: 'analyze the data', 'analyze this file', 'what is in this CSV/parquet/json', 'summarize this', 'group by', 'filter rows', 'sort by', 'join these files', 'merge datasets', 'time series trend', 'last 30 days data', 'compare yesterday and today', 'distribution/histogram', 'correlation', 'clean duplicates', 'handle missing values', 'dataset larger than RAM', 'SQL query on files', 'DataFrame operations', 'chart/plot this data', DuckDB vs Polars selection, quick data exploration CLI. NOT for plain text/code inspection, configs, or tiny inline math.

68k code-yeongyu Other

Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support

GPU-accelerated data curation for LLM training. Supports text/image/video/audio. Features fuzzy deduplication (16× faster), quality filtering (30+ heuristics), semantic deduplication, PII redaction, NSFW detection. Scales across GPUs with RAPIDS. Use for preparing high-quality training datasets, cleaning web data, or deduplicating large corpora.

Scalable data processing for ML workloads. Streaming execution across CPU/GPU, supports Parquet/CSV/JSON/images. Integrates with Ray Train, PyTorch, TensorFlow. Scales from single machine to 100s of nodes. Use for batch inference, data preprocessing, multi-modal data loading, or distributed ETL pipelines.