ddgo
ddgo - DuckDuckGo CLI Search
The ddgo module provides a powerful terminal-based interface for DuckDuckGo, enabling users to perform web searches, extract results in structured formats, and leverage AI for summarizing answers.
When to Activate
- When the user wants to perform a privacy-focused web search via CLI.
- When needing an AI-generated summary of search results for a specific query.
- When exporting search results to JSON for further processing.
- When performing site-specific searches (e.g.,
site:x-cmd.com).
Core Principles & Rules
- AI Integration: Use the
--aiflag to automatically select and summarize the most relevant search result. - Data-Friendly: Supports structured JSON output for script integration.
- Structured Viewing: Use
dump --appfor an interactive table view of search results.
Patterns & Examples
AI-Summarized Search
# Get an AI summary of search results for 'bash tips'
x ddgo --ai "bash best practices"
Site-Specific Search
# Search for 'jq' content on the x-cmd.com website
x ddgo dump --json "site:x-cmd.com jq"
Top Results
# Retrieve the top 10 search results for a query
x ddgo --top 10 "python threading tutorial"
Checklist
- Confirm if the user needs a general search or an AI-summarized answer.
- Verify if the results should be limited to a specific site or number.
- Check if JSON output is required for subsequent tasks.
More from x-cmd/skill
x-cmd
|
25x-security
This skill provides comprehensive security assessment and vulnerability management tools through x-cmd CLI, including network reconnaissance with Shodan, vulnerability scanning with OSV, and known exploited vulnerability tracking with KEV. This skill should be used when users need to perform security assessments, vulnerability research, network reconnaissance, or security monitoring from command line interfaces.
13x-network
This skill provides comprehensive network administration and diagnostic tools through x-cmd CLI, including network scanning with Nmap, ARP table management, DNS configuration, routing table analysis, and enhanced ping utilities. This skill should be used when users need to perform network diagnostics, troubleshoot connectivity issues, analyze network topology, or monitor network performance from command line interfaces.
11x-knowledge
This skill provides access to various knowledge search tools through x-cmd CLI, including Hacker News, Wikipedia, DuckDuckGo search, RFC documents, Project Gutenberg books, and Stack Exchange. This skill should be used when users need to search for technical information, browse online knowledge bases, or access documentation from command line interfaces.
6x-git
This skill provides comprehensive Git and code hosting platform management tools through x-cmd CLI, including GitHub, GitLab, Codeberg, Forgejo integration, and Git hooks management. This skill should be used when users need to manage Git repositories, work with code hosting platforms, automate Git workflows, or configure Git hooks from command line interfaces.
6x-system
This skill provides comprehensive system administration and monitoring tools through x-cmd CLI, including process management, macOS system utilities, network configuration, disk health monitoring, and storage analysis. This skill should be used when users need to perform system administration tasks, monitor system performance, manage network configurations, or troubleshoot system issues from command line interfaces.
6