Setup
- Mount Airstore to a local directory:
- Navigate to the mount point and start Claude:
Working with smart folders
Smart folders appear as directories containing files. Ask Claude to work with them:- “Summarize the invoices in the gmail/invoices folder”
- “Review the PRs in github/open-prs and flag any security issues”
- “Find action items in the contracts folder”
Using tools
Tools are executables in the/tools directory. Claude can run them to take actions:
- “Create a GitHub issue for the bug we just discussed”
- “Send a Slack message to the team about the deployment”
Example prompts
Here are prompts that work well with Airstore data:Tips
Be specific about folders
Tell Claude which folder to look in: “Check the gmail/investor-emails folder for any requests I haven’t responded to”Combine reading and actions
Claude can read data and then take action: “Find overdue invoices in gmail/invoices and draft reminder emails”Use for repetitive tasks
Airstore works well for tasks you do regularly:- Weekly PR reviews
- Invoice processing
- Email triage
- Contract analysis
Automate with the TypeScript SDK
If you’re building a product that pairs Claude Code with Airstore, you can provision everything programmatically using the SDK. This is useful when you want to set up workspaces, connect integrations, and create smart folders for users automatically — so Claude has data ready to go without any manual setup.Limitations
- Claude can only access data in your mounted smart folders
- Large files may be truncated based on Claude’s context limits
- Real-time data requires a fresh sync