claudron

Search the shared knowledge vault and report vault health via the Claudron CLI.

Updated May 3, 2026
One-click install
npx skills add https://github.com/Claudfather/clauDNA --skill claudron-claudfather
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claudron
Source: https://github.com/Claudfather/clauDNA/tree/main/skills/claudron
Command: npx skills add https://github.com/Claudfather/clauDNA --skill claudron-claudfather

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams accumulate knowledge in a shared vault but lack a consistent way to search it or verify the vault is installed, configured, and healthy before relying on it. ## Core Features & Use Cases - Vault Lookup: Search the shared fleet vault for existing notes by term, with optional scoping by project, fleet, result limit, and archived or expired entries. - Vault Status: Report whether the Claudron CLI is installed, whether a vault is configured, and health signals such as doc counts, staleness, quarantined entries, and index freshness. - Structured Automation Mode: Emit a structured JSON result in --auto mode so orchestrating workflows can consume the verdict and results programmatically. - Use Case: Before starting a task, run a lookup to check whether the vault already documents a solution; if results seem off, run status to confirm the vault is configured and its index is fresh. ## Quick Start Ask the assistant to search the shared vault for a term, for example: look up what the vault knows about deployment rollbacks.

Frequently Asked Questions about claudron

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search a shared knowledge vault from the command line?▼

Run claudron lookup with one or more search terms and the --json flag. You can scope results with --project, --fleet, --limit, --include-archived, and --include-expired options.

How do I check if the Claudron CLI and vault are configured?▼

Run claudron status --json to get the vault verdict. The result classifies the state as absent, present-no-vault, or present-with-vault, along with doc counts, staleness, and index freshness.

What version of the Claudron CLI is required?▼

The skill requires claudron version 0.2 or later. Version 0.2.0 defines the JSON envelope and exit-code contract that the lookup and status verbs validate against.

Why does a vault lookup return no results?▼

An empty result list with exit code 0 means no notes matched the terms. Claudron has no did-you-mean fallback, so broaden the search terms or add --include-archived to widen the scope.

Can this skill write notes to the vault?▼

No, lookup and status are read-only and never mutate the vault. Writing knowledge to the vault is handled by the separate capture skill, which is the single write door.