← Back to Skills Marketplace
javedniazi

Ddgr Search

by javedniazi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
215
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ddgr-search
Description
Perform web searches using ddgr with customizable result count from the command line.
README (SKILL.md)

DDGR Search Skill

This skill provides a web search capability using ddgr.

Description

Use ddgr to perform web searches from the command line. This skill wraps the ddgr command for easy use.

Tools

tools:
  - id: ddgr_search
    description: Perform a web search using ddgr.
    type: exec
    command: ["ddgr", "-n", "{{args.count}}", "{{args.query}}"]
    args:
      query:
        type: string
        description: The search query.
      count:
        type: integer
        description: The number of results to return (default 5).
        default: 5

Usage Example

/ddgr_search "openclaw telegram bot exec tool"
Usage Guidance
This skill simply wraps the ddgr command, but the package metadata fails to declare that ddgr must exist or provide an install method. Before installing or enabling it, verify that ddgr is installed from a trusted source on any machine that will run the agent. If you expect the agent to auto-run this skill, ensure the ddgr binary on PATH is the official tool (to avoid running an unexpected binary). Consider requesting the publisher add a required-binaries entry or an install spec pointing to an official ddgr release for clarity and safety.
Capability Analysis
Type: OpenClaw Skill Name: ddgr-search Version: 1.0.0 The skill is a straightforward wrapper for the 'ddgr' command-line utility, allowing the agent to perform DuckDuckGo searches. The tool definition in SKILL.md correctly maps arguments to the command without any evidence of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The skill's stated purpose is to run ddgr, and SKILL.md runs the ddgr executable, but the registry metadata declares no required binaries and provides no install instructions. A legitimate ddgr-wrapper should declare ddgr as a required binary or include an install spec.
Instruction Scope
The instructions are narrowly scoped: they only run ddgr with a search query and result count. They do not reference unrelated files, environment variables, or external endpoints beyond what ddgr itself uses.
Install Mechanism
No install spec is provided (instruction-only). This is lower risk from automatic installs, but leaves it to the host to have ddgr available; absence of installation instructions reduces usability and is the root of the coherence issue.
Credentials
The skill requests no environment variables, credentials, or config paths — which is appropriate for a simple CLI wrapper.
Persistence & Privilege
The skill is not always-on and uses default invocation settings. It does not request persistent privileges or modify other skills/configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ddgr-search
  3. After installation, invoke the skill by name or use /ddgr-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of DDGR Search Skill: - Provides web search functionality via the ddgr command-line tool. - Supports custom search queries and configurable result count. - Simple command interface for easy integration and use.
Metadata
Slug ddgr-search
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ddgr Search?

Perform web searches using ddgr with customizable result count from the command line. It is an AI Agent Skill for Claude Code / OpenClaw, with 215 downloads so far.

How do I install Ddgr Search?

Run "/install ddgr-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ddgr Search free?

Yes, Ddgr Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ddgr Search support?

Ddgr Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ddgr Search?

It is built and maintained by javedniazi (@javedniazi); the current version is v1.0.0.

💬 Comments