Back to Agent Skills
DuckDuckGo Web Search Tool
LangChain FrameworkSkill Description
A tool that allows an AI agent to perform searches on the web using DuckDuckGo. Excellent for retrieving real-time information, news, and documentation.
Code / Definition File
skill_manifest.yaml / config.json
from langchain_community.tools import DuckDuckGoSearchRun
def get_web_search_tool():
"""
Initializes and returns the DuckDuckGo Search tool.
Can be integrated directly into LangChain agents or CrewAI tasks.
"""
return DuckDuckGoSearchRun()
Tags
search web realtime-data
Author: LangChain Community
Added on: 6/7/2026