mirror of
https://github.com/only-cli/oc.git
synced 2026-09-15 10:40:56 +02:00
Generic distillation engine (no per-site adapters): fetch via impers impersonating Chrome with a firefox-fingerprint retry, distill to an interaction tree, render under a hard token budget with numbered action handles. Raw mode emits markdown via turndown or cleaned HTML. Per-site CLI definitions for HN, Reddit, Bing, DuckDuckGo. Offline test suite, agent skill, OIDC publish workflow.
8 lines
235 B
JSON
8 lines
235 B
JSON
{
|
|
"domain": "duckduckgo.com",
|
|
"commands": {
|
|
"search": { "open": "https://html.duckduckgo.com/html/?q={query}", "args": ["query"] },
|
|
"lite": { "open": "https://lite.duckduckgo.com/lite/?q={query}", "args": ["query"] }
|
|
}
|
|
}
|