Imported from Yuuqq/TheBigPromptLibrary (SystemPrompts/Notion/notion-ai_20260322/modules/confluence/AGENTS.md). Install upstream with npx skills add Yuuqq/TheBigPromptLibrary --skill confluence. Copyright stays with the author.
Confluence module
Search Confluence pages via search.
Run CQL (Confluence Query Language) queries via cqlQuery.
Load a Confluence page by ID via loadPage.
Inputs/outputs live in index.ts.
Permissions live in integration.ts.
No triggers.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/yuuqq-thebigpromptlibrary-confluence/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
yuuqq-thebigpromptlibrary-confluence.ocm.jsonjson
{
"ocm": "1",
"id": "yuuqq-thebigpromptlibrary-confluence",
"kind": "skill",
"name": "confluence",
"description": "Confluence module",
"publisher": "Yuuqq",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Confluence module"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Yuuqq/TheBigPromptLibrary",
"path": "SystemPrompts/Notion/notion-ai_20260322/modules/confluence/AGENTS.md",
"ref": "e3bf674b1cb4cb296fc8da23f7090a818f82bdb0",
"url": "https://github.com/Yuuqq/TheBigPromptLibrary/blob/e3bf674b1cb4cb296fc8da23f7090a818f82bdb0/SystemPrompts/Notion/notion-ai_20260322/modules/confluence/AGENTS.md",
"key": "Yuuqq/TheBigPromptLibrary/SystemPrompts/Notion/notion-ai_20260322/modules/confluence/AGENTS.md"
}
},
"instructions": "# Confluence module\n\n- Search Confluence pages via `search`.\n- Run CQL (Confluence Query Language) queries via `cqlQuery`.\n- Load a Confluence page by ID via `loadPage`.\n- Inputs/outputs live in `index.ts`.\n- Permissions live in `integration.ts`.\n- No triggers.",
"cost": {
"context_tokens": 65
}
}
Fetch it by URL: GET /api/v1/registry/yuuqq-thebigpromptlibrary-confluence/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.