Documentation Index
Fetch the complete documentation index at: https://mintlify.com/nearai/ironclaw/llms.txt
Use this file to discover all available pages before exploring further.
ironclaw registry
Browse and install extensions (tools and channels) from the IronClaw registry.Usage
Subcommands
ironclaw registry list
List available extensions in the registry. Usage:Filter by extension kind:
tool or channelFilter by tag (e.g.,
default, google, messaging)Show detailed information for each extension
ironclaw registry info
Show detailed information about a specific extension or bundle. Usage:Extension or bundle name (e.g.,
slack, google, tools/gmail)ironclaw registry install
Install an extension or bundle from the registry. Usage:Extension or bundle name to install
Force overwrite if the extension is already installed
Build from source instead of downloading pre-built artifact
ironclaw registry install-defaults
Install the default bundle of recommended extensions. Usage:Force overwrite if extensions are already installed
Build from source instead of downloading pre-built artifacts
Extension Types
Tools
WASM-based tools that extend IronClaw’s capabilities:- API integrations - Gmail, Slack, Google Docs, etc.
- Utilities - Web search, file processing, data transformation
- Custom tools - Built by the community
Channels
Communication channels for interacting with IronClaw:- Telegram - MTProto-based Telegram integration
- Slack - Slack Events API channel
- Discord - Discord bot channel
- WhatsApp - WhatsApp integration
Bundles
Pre-configured sets of related extensions:- default - Recommended tools and channels for getting started
- google - Complete Google Workspace suite (Gmail, Docs, Sheets, Calendar, Drive, Slides)
- messaging - All messaging channels (Telegram, Slack, Discord, WhatsApp)
Registry Structure
The registry is stored in the IronClaw repository atregistry/:
Troubleshooting
Extension not found
Extension not found
The extension may not exist in the registry. Run
ironclaw registry list to see available extensions.Download failed
Download failed
- Check your internet connection
- Verify the registry URL is accessible
- Try building from source with
--buildflag
Installation permissions error
Installation permissions error
Ensure you have write permissions to
~/.ironclaw/tools/ directory:Extension not loading after install
Extension not loading after install
Restart IronClaw to load newly installed extensions:
See Also
Tool Management
Manage WASM tools
WASM Tools
Learn about WASM tool system
Building Tools
Build custom tools
Extensions
Tools & Extensions overview