Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@openctx/provider-confluence

Package Overview
Dependencies
Maintainers
0
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@openctx/provider-confluence

Confluence (OpenCtx provider)

  • 0.0.10
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Confluence context provider for OpenCtx

OpenCtx context provider for bringing Confluence context into code AI and editors.

Usage

  1. Create an API token
  2. Configure your OpenCtx client
"openctx.providers": {
    // ...other providers...
    "https://openctx.org/npm/@openctx/provider-confluence": {
        "url": "https://some-org.atlassian.net/wiki",
        "email": "<email-address>",
        "apiToken": "<api-token>",
    }
},

Mention support

  • Searches page titles

Context included

  • Page body

Configuration

  • url — Confluence URL — Required (e.g. "https://some-org.atlassian.net/wiki")
  • email — Email — Required
  • apiToken — API token — Required

Development

Local Testing

  1. Clone the repo
  2. pnpm install
  3. pnpm -C provider/confluence bundle --watch to automatically recompile on changes
  4. Run echo file://$(pwd)/provider/confluence/dist/bundle.js and use that URL in your OpenCtx instead of "https://openctx.org/npm/@openctx/provider-confluence"
  5. Reload your OpenCtx client

FAQs

Package last updated on 17 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc