ui-links

Solid

Use this skill when users ask to view, display, or open attachments (images, files), or need to navigate to Wegent pages. Supports attachment:// and wegent:// protocols for clickable links that the frontend renders as previews or navigation.

AI & Automation 572 stars 100 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 90/100

Stars 20%
92
Recency 20%
100
Frontmatter 20%
40
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# UI Links This skill enables you to output special protocol links that the Wegent frontend renders as interactive elements. Use these links to display attachments or provide navigation to Wegent pages. ## When to Use Use this skill when: - User asks to "show", "view", "display", or "open" an attachment (image, file, etc.) - User wants to navigate to a specific Wegent page (settings, chat, knowledge base, etc.) - User needs quick actions like creating tasks, sending messages, or exporting data - You need to provide clickable navigation within your response **Important**: You do NOT need to call any tools. Simply output the markdown links directly in your response. --- ## Protocol Reference ### 1. Attachment Protocol (`attachment://`) Display attachments (images, files) that exist in the conversation. **Format:** ```markdown ![description](attachment://ID) ``` **Parameters:** - `ID` (required): The numeric attachment ID (positive integer) **Example:** ```markdown ![Project Screenshot](attachment://106) ``` **How it works:** - The frontend automatically renders the attachment as a clickable preview - For images: displays an inline preview that can be expanded - For files: displays a file card with download option --- ### 2. Wegent Protocol (`wegent://`) Navigate to Wegent pages or trigger actions. **Format:** ```markdown [link text](wegent://type/path?params) ``` **Structure:** - `type`: Category of operation (`open`, `form`, `action`) - `path`: Specific targe...

Details

Author
wecode-ai
Repository
wecode-ai/Wegent
Created
4 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category