A collection of tools and utilities for edge talk, providing various integrations and functionalities to enhance your development workflow.
- GitHub Tools - Comprehensive GitHub API integration for repository, PR, and issue management
- Shell Command Tool - Execute shell commands in a persistent session
- Text Editor Tool - View, create, and edit files with state management
- Email Search Tool - Search and retrieve Gmail messages using Google's Gmail API
- Flight Information Tool - Real-time flight status and details using flight numbers via Aviation Stack API
- Flight Search Tool - Real-time flight information search between airports using Aviation Stack API
- YouTube Captions Tool - Retrieve video information and captions from YouTube videos
The infrastructure directory contains setup files for running tools in a sandboxed environment:
- Docker container definition
- Shell server for persistent sessions
- Security and isolation features
Different tools may require specific API keys or authentication:
- GitHub token for GitHub operations
- Gmail API access for email search
- Aviation Stack API key for flight information
- YouTube API access for video captions
Docker is required for running tools in a sandboxed environment. See the infrastructure setup guide for details.
Feel free to contribute new tools or improvements to existing ones. Make sure to:
- Follow the existing directory structure
- Include comprehensive documentation
- Add tool entry to this README
- Test thoroughly before submitting
- Use the provided Docker environment for testing