Use information from web pages (OpenCtx provider)
npm install @openctx/provider-webThis is a context provider for OpenCtx that fetches contents from web pages by URL for use as context.
Add the following to your settings in any OpenCtx client:
``json`
"openctx.providers": {
// ...other providers...
"https://openctx.org/npm/@openctx/provider-web": true
},
Then use the @-mention type Web URLs and enter a URL, such as https://example.com`, to include the web page's contents as context.
- Source code
- Docs
- License: Apache 2.0