Files
oc/clis/bing.com.json
T
only-cli dcc0531ef3 only-cli v0.1: turn websites into a compact CLI for AI agents
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.
2026-08-18 09:01:41 -04:00

8 lines
222 B
JSON

{
"domain": "bing.com",
"commands": {
"search": { "open": "https://www.bing.com/search?q={query}", "args": ["query"] },
"news": { "open": "https://www.bing.com/news/search?q={query}", "args": ["query"] }
}
}