UI Links

Output Markdown links using attachment:// and wegent:// protocols for attachments and Wegent pages.

705|125|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/wecode-ai/Wegent --skill ui-links
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: UI Links
Source: https://github.com/wecode-ai/Wegent/tree/main/backend/init_data/skills/ui-links
Command: npx skills add https://github.com/wecode-ai/Wegent --skill ui-links

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about UI Links

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create clickable Markdown links to preview attachments in chat?

To create clickable Markdown links for attachment previews, you use the attachment:// protocol to generate links that the frontend renders directly within the chat UI. This enables seamless viewing of files and images.

What is the wegent:// protocol used for in frontend navigation?

The wegent:// protocol is used to output Markdown links that enable frontend navigation to specific Wegent pages. When rendered, these links allow users to directly open and navigate to designated pages across the UI.

Can I use Markdown to display images and files without complex frontend setup?

Yes, you can display images and files by generating Markdown links using the attachment:// protocol. The frontend automatically interprets these links to render interactive previews, requiring no additional complex frontend configuration.

Does the wegent:// protocol work for navigating between Wegent pages in chat?

Yes, the wegent:// protocol works for navigating between Wegent pages by generating Markdown links. When users click these links in the chat UI, the frontend processes the protocol to navigate to the specified Wegent page.

When should I use the attachment:// protocol instead of standard Markdown links?

Use the attachment:// protocol instead of standard Markdown links when you need the frontend to render interactive previews of files and images. Standard links navigate away, whereas this protocol integrates attachment viewing directly into the chat UI.