收纳管家技能包结构
================
1. SKILL.md - 技能核心文档
2. storage_manager.py - 核心功能模块
3. cli.py - 命令行接口
4. install.sh - 安装脚本
5. package.json - 发布配置
6. test_basic.py - 测试文件
7. config.example.env - 配置示例

核心功能：
- add_storage_item: 物品入库
- search_storage_item: 物品检索
- update_storage_location: 位置更新

依赖：
- Python 3.6+
- requests >= 2.25.0
