Claude-skill-registry glean-knowledge
Searches Canva's Glean knowledge base for internal documentation, policies, how-tos, Slack threads, and company information. Use when asked about Canva processes, internal docs, Slack conversations, or company knowledge.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/glean" ~/.claude/skills/majiayu000-claude-skill-registry-glean-knowledge && rm -rf "$T"
manifest:
skills/data/glean/SKILL.mdsource content
Glean Knowledge Base
Search and retrieve information from Canva's internal Glean knowledge base, including Slack threads and conversations.
Capabilities
Available Tools
| Tool | Description |
|---|---|
| Search across all Glean-indexed content (docs, wikis, tickets) |
| AI-powered Q&A with citations; also reads Slack thread URLs |
Supported Content Types
- Confluence pages and wikis
- Google Docs and Drive files
- Slack threads and channels
- Jira tickets
- Internal documentation sites
When to Use
Load this skill when asked to:
- Search for internal Canva documentation
- Look up company policies or processes
- Find how-to guides or onboarding docs
- Answer questions about Canva internal knowledge
- Read Slack threads (use
with the Slack URL)mcp__glean__chat