web-search
- Repo stars 3
- Author repo FFT_nano
Web Search
Fast, free, always-available web search using DuckDuckGo via ddgs.
Guardrails
- Never run destructive git commands unless explicitly requested.
- Preserve unrelated worktree changes.
- This skill is available in main/admin chat and all group chats.
When to use this skill
- Quick factual lookups (single queries)
- When you need fast answers without setup
- Ad-hoc research that doesn't need multi-source synthesis
- For deep research loops, use
rapid-researchinstead
When NOT to use this skill
- Deep multi-source investigation (use
rapid-researchwith Tavily) - Anything requiring high-volume searching
- Needs that are better served by browsing specific sites directly
Tool
Use ddgs via bash:
ddgs text -q "search query" -m 5 # text search, 5 results
ddgs news -q "search query" -m 5 # news search
ddgs images -q "search query" -m 5 # image search
ddgs extract -u <url> # fetch page content
Examples
# Quick fact lookup
ddgs text -q "Python 3.14 release date" -m 3
# News search
ddgs news -q "Apple WWDC 2026" -m 3
# Specific site search
ddgs text -q "site:github.com FFT nano" -m 5
# Fetch page content
ddgs extract -u https://example.com/article
Notes
ddgsis pre-installed in the container runtime- Results include: title, href (URL), body (snippet)
- Rate limit: reasonable use (~10 queries/min) works fine
- For heavy research loops, consider
rapid-researchwith Tavily
- Fluxly category
- Other
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @0-CYBERDYNE-SYSTEMS-0 · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Python >=3.14
- Detected file/system behavior
-
- Read-only
- Detected network behavior
- External requests
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Never run destructive git commands unless explicitly requested. Preserve unrelated worktree changes. This skill is available in main/admin chat and all group chats.
Quick factual lookups (single queries) When you need fast answers without setup Ad-hoc research that doesn't need multi-source synthesis
Deep multi-source investigation (use rapid-research with Tavily) Anything requiring high-volume searching Needs that are better served by browsing specific sites directly
Use ddgs via bash:
Examples
ddgs is pre-installed in the container runtime Results include: title, href (URL), body (snippet) Rate limit: reasonable use (~10 queries/min) works fine
# Web Search
Fast, free, always-available web search using DuckDuckGo via `ddgs`.
## Guardrails
- Never run destructive git commands unless explicitly requested.
- Preserve unrelated worktree changes.
- This skill is available in main/admin chat and all group chats.
## When to use this skill
- Quick factual lookups (single queries)
- When you need fast answers without setup
- Ad-hoc research that doesn't need multi-source synthesis
- For deep research loops, use `rapid-research` instead
## When NOT to use this skill
- Deep multi-source investigation (use `rapid-research` with Tavily)
- Anything requiring high-volume searching
- Needs that are better served by browsing specific sites directly
## Tool
Use `ddgs` via bash:
```bash
ddgs text -q "search query" -m 5 # text search, 5 results
ddgs news -q "search query" -m 5 # news search
ddgs images -q "search query" -m 5 # image search
ddgs extract -u <url> # fetch page content
```
## Examples
```bash
# Quick fact lookup
ddgs text -q "Python 3.14 release date" -m 3
# News search
ddgs news -q "Apple WWDC 2026" -m 3
# Specific site search
ddgs text -q "site:github.com FFT nano" -m 5
# Fetch page content
ddgs extract -u https://example.com/article
```
## Notes
- `ddgs` is pre-installed in the container runtime
- Results include: title, href (URL), body (snippet)
- Rate limit: reasonable use (~10 queries/min) works fine
- For heavy research loops, consider `rapid-research` with Tavily Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Guardrails → When to use this skill → When NOT to use this skill → Tool → Examples → Notes
terms -> Fast, free, always-available web search using DuckDuckGo via ddgs.
files/cmd -> ddgs · rapid-research · main/admin · example.com/article · queries/min
body sha256 -> 315aad4963f3
Decide Fit First
Design Intent
How To Use It
Boundaries And Review