danielmiessler / fabric

fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere.
https://danielmiessler.com/p/fabric-origin-story
MIT License
24.57k stars 2.63k forks source link

[Feature request]: websearch webcrawler #840

Open Uddhav07 opened 2 months ago

Uddhav07 commented 2 months ago

What do you need?

I want the CLI to access links for me.

alias rjina='function _rjina() { curl https://r.jina.ai/$1; }; _rjina' alias sjina='function _sjina() { curl "https://s.jina.ai/$(echo "$*" | sed "s/ /%20/g")"; }; _sjina'

johnconnor-sec commented 2 months ago

Jina AI GO Tool