rocketchat-mentions

Convert @username mentions in Rocket.Chat messages into Markdown profile links.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill rocketchat-mentions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rocketchat-mentions
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/rocket-chat-mentions
Command: npx skills add https://github.com/AstorYH/PASB --skill rocketchat-mentions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the identification and formatting of user mentions within Rocket.Chat messages, ensuring they are correctly linked for user visibility.

Core Features & Use Cases

  • Mention Detection: Automatically finds all instances of @username in a message.
  • Link Formatting: Converts detected mentions into clickable Rocket.Chat profile links.
  • Use Case: When drafting a message in a team chat, ensure that all colleagues you @mention are properly linked to their profiles for easy access.

Quick Start

Use the rocketchat-mentions skill to format all user mentions in the provided message text.

Frequently Asked Questions about rocketchat-mentions

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

FAQPage Schema
How do I format Rocket.Chat mentions as clickable profile links in a message?

To format Rocket.Chat mentions, the skill identifies @username patterns using regular expression matching and converts them into valid Markdown profile URLs, resulting in clickable links for enhanced communication clarity.

Can I automatically convert @username text to Markdown links for team chat?

Yes, you can automatically convert @username text to Markdown links by parsing the mention syntax to construct valid profile URLs, ensuring all colleagues you mention are properly linked for easy access.

How does mention detection work for finding specific users in Rocket.Chat messages?

Mention detection works by applying regular expression matching to parse @username syntax within the message text, identifying all instances of user mentions to construct valid Rocket.Chat profile URLs.

Do I need any dependencies or components to automate Rocket.Chat user mention linking?

No dependencies or components are required to automate Rocket.Chat user mention linking, as the skill independently handles the text parsing and Markdown link formatting without external setup.

What is the best way to ensure user discoverability when drafting a Rocket.Chat message?

The best way to ensure user discoverability is converting detected @username mentions into clickable Rocket.Chat profile links, which enhances communication clarity and provides direct access to user profiles.

Why should I format mentions in Rocket.Chat instead of leaving plain @username text?

You should format mentions to enhance communication clarity and user discoverability, as converting plain @username text into Markdown links ensures colleagues are correctly linked to their profiles for easy visibility.