← 返回 Skills 市场
javedniazi

Ddgr Search

作者 javedniazi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
215
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ddgr-search
功能描述
Perform web searches using ddgr with customizable result count from the command line.
使用说明 (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"
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ddgr-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ddgr-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug ddgr-search
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Ddgr Search 是什么?

Perform web searches using ddgr with customizable result count from the command line. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 215 次。

如何安装 Ddgr Search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ddgr-search」即可一键安装,无需额外配置。

Ddgr Search 是免费的吗?

是的,Ddgr Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ddgr Search 支持哪些平台?

Ddgr Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ddgr Search?

由 javedniazi(@javedniazi)开发并维护,当前版本 v1.0.0。

💬 留言讨论