A command-line tool for exploring, searching, and exporting inventory data from Second Life or OpenSim.
- Download and display inventory structure
- Search for items by name and type
- Show inventory statistics
- Export inventory tree to text file
- Filter by asset type
InventoryExplorer [firstname] [lastname] [password] [options]| Option | Description |
|---|---|
--stats |
Display inventory statistics |
--search <term> |
Search for items by name |
--type <type> |
Filter by asset type (Texture, Object, Notecard, etc.) |
--export <file> |
Export full inventory tree to text file |
Show inventory statistics:
InventoryExplorer John Doe password123 --statsSearch for items:
InventoryExplorer John Doe password123 --search "sword"Search for specific type:
InventoryExplorer John Doe password123 --search "landscape" --type TextureExport inventory to file:
InventoryExplorer John Doe password123 --export my_inventory.txtBrowse top-level folders:
InventoryExplorer John Doe password123This example demonstrates:
- Working with the inventory system
- Navigating inventory folders and items
- Searching and filtering inventory
- Using
InventoryManagerandInventoryStore - Asset type classification
- Tree traversal and recursion
- File export functionality
Common asset types you can filter by:
TextureSoundObjectNotecardLSLText(scripts)AnimationGestureClothingBodypart
Statistics show:
- Total item count
- Top item types by count
- Folder structure summary
Export creates a hierarchical text file showing:
- Folder hierarchy
- Item names and types
- UUIDs for reference