Skip to content

Finley-Agent-Zhuazhua/fastgpt-plugin-confluence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Confluence FastGPT Plugin

A FastGPT community toolset for Confluence Cloud spaces and pages.

Tools

  • listSpaces — list spaces visible to the authenticated account, with optional key/name filtering.
  • searchPages — search pages using Confluence Query Language (CQL).
  • getPage — read a page by content ID, optionally including storage-format HTML.
  • createPage — create a page in a space, optionally under a parent page.
  • updatePage — update a page title and/or storage-format body; the tool reads the current version and writes version + 1.

Secrets

Configure these FastGPT plugin secrets:

Secret Description
siteUrl Confluence Cloud site URL, for example https://example.atlassian.net. Only HTTPS *.atlassian.net hosts are accepted.
email Atlassian account email used for basic authentication.
apiToken Atlassian API token.

The implementation validates the configured site URL and rejects arbitrary endpoint overrides. It only calls HTTPS Atlassian Cloud *.atlassian.net hosts.

Development

pnpm install --ignore-workspace
pnpm run type-check
pnpm test
pnpm build
pnpm check
pnpm run pack

Remote FastGPT dev debugging was not run in CI/local verification because it requires a live FastGPT connection key and real Confluence credentials.

About

Confluence Cloud space and page toolset for FastGPT

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors