Tool Catalog
This catalog is generated from what the codebase currently registers in tool-pack extension methods.
Runtime Availability Matrix
| Pack | Descriptor ID | Source kind | Tier | Typical availability |
|---|---|---|---|---|
| Event Log (EventViewerX) | eventlog | builtin | SensitiveRead | OSS + internal |
| File System | fs | builtin | ReadOnly | OSS + internal |
| Reviewer Setup | reviewersetup | builtin | ReadOnly | OSS + internal |
| Email (Mailozaurr) | email | builtin | SensitiveRead | OSS + internal (dependency-gated at runtime) |
| Office Documents (OfficeIMO) | officeimo | open_source | ReadOnly | OSS + internal (dependency-gated at runtime) |
| PowerShell Runtime | powershell | builtin | DangerousWrite | OSS + internal (opt-in by policy) |
| ComputerX | system | closed_source | ReadOnly | Internal/private builds |
| ADPlayground | ad | closed_source | SensitiveRead | Internal/private builds |
| TestimoX | testimox | closed_source | SensitiveRead | Internal/private builds |
Builtin / OSS-Oriented Packs
Event Log (eventlog)
Representative tools:
eventlog_pack_infoeventlog_channels_listeventlog_live_queryeventlog_evtx_findeventlog_evtx_queryeventlog_evtx_report_user_logons
File System (fs)
Representative tools:
fs_pack_infofs_listfs_readfs_search
Reviewer Setup (reviewersetup)
Representative tools:
reviewer_setup_pack_inforeviewer_setup_contract_verify
Email (email)
Representative tools:
email_pack_infoemail_imap_searchemail_imap_getemail_smtp_send
PowerShell (powershell)
Representative tools:
powershell_pack_infopowershell_environment_discoverpowershell_hostspowershell_run
Office Documents (officeimo)
Representative tools:
officeimo_pack_infoofficeimo_read
Closed-Source / Internal Packs
ADPlayground (ad)
Representative tools:
ad_pack_infoad_environment_discoverad_domain_infoad_group_membersad_users_expiredad_search
ComputerX (system)
Representative tools:
system_pack_infosystem_infosystem_process_listsystem_network_adapterssystem_service_list(Windows)system_firewall_rules(Windows)
TestimoX (testimox)
Representative tools:
testimox_pack_infotestimox_rules_listtestimox_rules_run
Notes
- Tool availability depends on host/runtime composition and platform.
builtinpacks are OSS-oriented by source model; "optional" indicates runtime policy/dependency gating, not closed-source licensing.sourceKindclassification comes fromToolPackBootstrapnormalization rules.- Closed-source packs may be enabled by default in config but still absent in OSS environments.
- Closed-source packs are private/licensed by default for IX Chat usage. External/custom-host usage requires a separate license.
Related
- IX Tools Overview - Source model and default bootstrap behavior
- IX Chat Architecture - Host process + pack registration flow
- Tool Calling - Using packs in custom .NET applications