返回顶部
f

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 inventory, filament stock, what filament do I have, printing materials, filament vault, filament inventory, low stock filament.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
61
下载量
0
收藏
概述
安装方式
版本历史

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/<script>.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 <uuid> --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 <g>`, `--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.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 filament-vault-1775931901 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 filament-vault-1775931901 技能

通过命令行安装

skillhub install filament-vault-1775931901

下载 Zip 包

⬇ 下载 filament-vault v1.0.0

文件大小: 12.07 KB | 发布时间: 2026-4-12 09:57

v1.0.0 最新 2026-4-12 09:57
- Initial release of filament-vault for local 3D printing filament inventory tracking.
- Add, update, and log filament spool usage using simple Python scripts.
- List inventory with filtering and low-stock alerts; supports JSON output.
- Generate comprehensive reports on total spools, value, usage, and spending.
- Search spools using fuzzy matching across all key fields.
- All inventory data is stored locally in a JSON file.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部