AI Agent skill for Web Search Skill
--- name: web-search-skill description: Enables AI agents to perform web searches and retrieve relevant information. version: 1.0.0 category: information-retrieval --- # Web Search Skill ## Overview The Web Search Skill allows AI agents to search the internet and retrieve relevant information based on user queries. This skill utilizes natural language processing and web scraping techniques to provide accurate and up-to-date results. ## Instructions To use the Web Search Skill, follow these steps: 1. **Define the search query**: Provide a clear and concise search query that the AI agent can use to search the web. 2. **Specify search parameters**: Optionally, specify parameters such as search engine, language, and region to refine the search results. 3. **Execute the search**: The AI agent will execute the search and retrieve relevant results from the web. 4. **Process and filter results**: The AI agent can process and filter the search results to provide the most relevant information to the user. 5. **Return the results**: The AI agent will return the search results to the user, either as a list of relevant links or as a summarized answer to the user's query.
AI Agent Skills are reusable workflow packages that extend your AI coding assistant with multi-step capabilities. Install Web Search Skill by following these steps.
.cursor/skills/ or .codex/skills/ directory