Filament Vault
/install filament-vault
filament-vault
Local filament inventory tracker. All data stored in JSON at ~/.openclaw/workspace/filament-vault/inventory.json.
Scripts
All scripts live in scripts/. Run with python3 scripts/\x3Cscript>.py [args].
Add a Spool
python3 scripts/add_spool.py --brand "Bambu" --material PLA --color "Matte Black" --weight 1000 --cost 19.99 --location "Shelf A"
Options: --brand, --material (PLA/PETG/ABS/TPU/Nylon/ASA/other), --color, --weight (grams, default 1000), --cost (USD), --location, --notes
Update / Use a Spool
python3 scripts/update_spool.py --search "matte black" --used 150
python3 scripts/update_spool.py --id \x3Cuuid> --finished --notes "Ran out mid-print"
Options: --id (UUID), --search (partial match), --used (grams consumed), --finished (mark empty), --notes
List Inventory
python3 scripts/inventory.py
python3 scripts/inventory.py --material PLA --low-stock
python3 scripts/inventory.py --json
Filters: --material, --color, --brand, --low-stock (under threshold, default 100g), --threshold \x3Cg>, --json
Generate Report
python3 scripts/report.py
python3 scripts/report.py --threshold 200
Shows: total spools, total weight, total value, by-material breakdown, low-stock alerts, monthly spending.
Search
python3 scripts/search.py "bambu"
python3 scripts/search.py "black petg" --json
Fuzzy search across all fields (brand, color, material, location, notes).
References
See references/materials.md for filament material properties and guidance.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install filament-vault - After installation, invoke the skill by name or use
/filament-vault - Provide required inputs per the skill's parameter spec and get structured output
What is Filament Vault?
Track 3D printing filament inventory locally. Add spools, log usage, check stock levels, and generate spending reports. Use when: filament, spool, 3d print i... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install Filament Vault?
Run "/install filament-vault" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Filament Vault free?
Yes, Filament Vault is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Filament Vault support?
Filament Vault is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Filament Vault?
It is built and maintained by New Age Investments (@newageinvestments25-byte); the current version is v1.0.0.