by SalesforceAIResearch · Agent Tool · ★ 73
Last updated: · Indexed by AgentSkillsHub · Auto-synced every 8h
WALT: Web Agents that Learn Tools Web Agents that Learn Tools - Automatic tool discovery from websites for LLM agents WALT enables LLM agents to automatically discover and learn reusable tools from any website. Point WALT at a website, and it will explore, understand, and generate ready-to-use tool definitions. 🚀 Quick Start Installation Basic Usage bash Run agent with tools walt agent "find and return the URL of the cheapest blue kayak" \ --tools walt-tools/classifieds/ \ --start-url http://localhost:9980 Discover new tools from any website walt discover --url https://example.com Or generate a specific tool (faster!) walt generate --url https://zillow.com --goal "Search for homes with filters" List available tools walt list walt-tools/shopping/ Start an MCP server walt serve walt-
| Stars | 73 |
| Forks | 11 |
| Language | Python |
| Category | Agent Tool |
| License | MIT |
| Quality Score | 66.0808122910945/100 |
| Open Issues | 2 |
| Last Updated | 2026-06-02 |
| Created | 2025-10-14 |
| Platforms | browser, python |
| Est. Tokens | ~531k |
These tools work well together with WALT for enhanced workflows:
Explore other popular agent tool tools:
WALT is Code for WALT – Web Agents that Learn Tools. It is categorized as a Agent Tool with 73 GitHub stars.
WALT is primarily written in Python.
You can find installation instructions and usage details in the WALT GitHub repository at github.com/SalesforceAIResearch/WALT. The project has 73 stars and 11 forks, indicating an active community.
WALT is released under the MIT license, making it free to use and modify according to the license terms.