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

JetBrains Introduces Plugin for Modern Go Code with AI Agents Junie and Claude Code
Tools

JetBrains Introduces Plugin for Modern Go Code with AI Agents Junie and Claude Code

JetBrains has released a plugin for AI agents Junie and Claude Code, enhancing their ability to generate modern Go code by adhering to the latest Go features and best practices.

OpenClawRadar
Constrails: Early-Alpha External Governance Layer for AI Agents
Tools

Constrails: Early-Alpha External Governance Layer for AI Agents

Constrails is an external runtime governance layer for AI agents that places a control layer between agents and their tools, implementing capability checks, risk scoring, policy evaluation, and audit logging. The early-alpha project aims to address safety concerns by moving controls outside the agent itself.

OpenClawRadar
Baton: A Desktop App for Managing Multiple AI Coding Agents
Tools

Baton: A Desktop App for Managing Multiple AI Coding Agents

Baton is a desktop application that helps developers manage multiple AI coding agents across isolated workspaces. It provides real terminal sessions, git worktree isolation, and status monitoring for agents like Claude Code, Codex CLI, OpenCode, and Gemini CLI.

OpenClawRadar
Godogen: Claude Code Skills for Complete Godot Game Generation
Tools

Godogen: Claude Code Skills for Complete Godot Game Generation

Godogen is an open-source pipeline that uses Claude Code skills to generate complete, playable Godot 4 projects from text prompts. It handles architecture design, 2D/3D asset generation, GDScript writing, and visual QA testing, addressing specific engineering bottlenecks like GDScript training data scarcity and build-time vs runtime state issues.

OpenClawRadar