← Back to Skills Marketplace
graafdefolkert-byte

Ddg Web Search.Local.Bak 20260415 020609

by graafdefolkert-byte · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
93
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ddg-web-search-local-bak-20260415-020609
Description
Search the web with DuckDuckGo instant answer API and return concise results. Use when the user asks to look something up online, fetch quick facts, or do li...
README (SKILL.md)

ddg-web-search

Use the bundled script for deterministic web lookups:

{baseDir}/scripts/ddg_search.py "\x3Cquery>"

Rules:

  • Prefer short, relevant summaries.
  • Return the source URLs when available.
  • If no good result exists, say so clearly.

Examples:

{baseDir}/scripts/ddg_search.py "OpenClaw tools profile"
{baseDir}/scripts/ddg_search.py "weather Amsterdam"
Usage Guidance
This skill appears to do exactly what it says: query DuckDuckGo and return concise results. Notes before installing: (1) the included Python script will make outbound HTTP requests to DuckDuckGo (api.duckduckgo.com and duckduckgo.com/html) — ensure outbound network access is acceptable; (2) passing --open will attempt to launch a local browser (brave-browser or xdg-open), which is a local side-effect; (3) although no secrets are requested, you should review the included script (already provided) before enabling the skill and run it in a sandbox if you have strict security policies. Overall the contents are coherent and proportionate to the stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: ddg-web-search-local-bak-20260415-020609 Version: 1.0.0 The skill provides a legitimate DuckDuckGo search utility using the official API and a fallback HTML scraper. The Python script `scripts/ddg_search.py` uses standard libraries (urllib) to fetch results and includes a feature to open URLs in a local browser via `xdg-open` or `brave-browser`. No malicious patterns, data exfiltration, or prompt injection attempts were identified.
Capability Assessment
Purpose & Capability
Name/description claim a DuckDuckGo instant-answer-backed web search. The bundled Python script performs exactly that (API call to api.duckduckgo.com and optional HTML fallback from duckduckgo.com). No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md simply instructs the agent to run the bundled script with a query, which is consistent. The script does optionally spawn a local browser process when passed --open (tries brave-browser or xdg-open). That behavior is expected for a search helper but is a local side-effect the user should be aware of; otherwise the script only makes outbound HTTP requests to DuckDuckGo and does not read sensitive files or environment variables.
Install Mechanism
No install spec — instruction-only with a bundled Python script. Nothing is downloaded or written to disk at install time. This is the lowest-risk install pattern for skills that include code.
Credentials
The skill requires no environment variables, credentials, or config paths. All network calls are to DuckDuckGo endpoints; no secrets are requested or used.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or system-wide agent settings. It does not request persistent privileges or store tokens.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ddg-web-search-local-bak-20260415-020609
  3. After installation, invoke the skill by name or use /ddg-web-search-local-bak-20260415-020609
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of ddg-web-search skill. - Provides concise web search results using the DuckDuckGo instant answer API. - Designed for quick fact lookups and lightweight searching without browser automation. - Returns short summaries and source URLs when available. - Clearly notifies when no relevant results are found.
Metadata
Slug ddg-web-search-local-bak-20260415-020609
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Ddg Web Search.Local.Bak 20260415 020609?

Search the web with DuckDuckGo instant answer API and return concise results. Use when the user asks to look something up online, fetch quick facts, or do li... It is an AI Agent Skill for Claude Code / OpenClaw, with 93 downloads so far.

How do I install Ddg Web Search.Local.Bak 20260415 020609?

Run "/install ddg-web-search-local-bak-20260415-020609" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ddg Web Search.Local.Bak 20260415 020609 free?

Yes, Ddg Web Search.Local.Bak 20260415 020609 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ddg Web Search.Local.Bak 20260415 020609 support?

Ddg Web Search.Local.Bak 20260415 020609 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ddg Web Search.Local.Bak 20260415 020609?

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

💬 Comments