Artifactr: Local-first CLI tool for managing AI coding agent artifacts

✍️ OpenClawRadar📅 Published: April 16, 2026🔗 Source
Artifactr: Local-first CLI tool for managing AI coding agent artifacts
Ad

Artifactr is a cross-platform CLI tool for managing LLM "artifacts"—files or folders intended for use with AI coding tools like skills, commands, and agent definitions. Built over two weeks using claude-code and openspec, it's MIT-licensed and available on PyPI via pip or pipx.

Ad

Key Features

The tool addresses manual management of AI artifacts in terminal environments, avoiding token waste on simple file operations. Key features include:

  • Local-first storage: No network connections except for manual updates. Files are stored in portable "vault" formats inspired by Obsidian and Logseq.
  • Export capabilities: Export individual artifacts as zip archives or entire vaults for sharing.
  • Automatic syncing: Use link or --link to symlink vault contents to project directories, keeping artifacts synced automatically.
  • Import management
  • Git-aware functionality: Default behavior adds imported files to .git/info/exclude to prevent accidental commits and conceal AI usage indicators from public repos. Disable with --no-exclude.
  • Custom tool support: Add support for any coding agent via YAML configuration. Configs can be exported with vaults.
  • Discovery commands: Use art spelunk to recursively discover artifacts in directories, then art store to add them to vaults.
  • CRUD operations: Create, remove, update, and delete artifacts easily.

Artifactr natively supports claude-code, opencode, and codex, with extensibility for other agents. It's designed for terminal power-users who want to manage AI-assisted workflows without file sprawl or privacy concerns.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also