container/skills/slack-formatting/SKILL.md
Format messages for Slack using mrkdwn syntax. Use when responding to Slack channels (folder starts with "slack_" or JID contains slack identifiers).
npx skillsauth add qwibitai/nanoclaw slack-formattingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When responding to Slack channels, use Slack's mrkdwn syntax instead of standard Markdown.
Check your group folder name or workspace path:
slack_ (e.g., slack_engineering, slack_general)/workspace/group/ path for slack_ prefix| Style | Syntax | Example |
|-------|--------|---------|
| Bold | *text* | bold text |
| Italic | _text_ | italic text |
| Strikethrough | ~text~ | ~strikethrough~ |
| Code (inline) | `code` | inline code |
| Code block | ```code``` | Multi-line code |
<https://example.com|Link text> # Named link
<https://example.com> # Auto-linked URL
<@U1234567890> # Mention user by ID
<#C1234567890> # Mention channel by ID
<!here> # @here
<!channel> # @channel
Slack supports simple bullet lists but NOT numbered lists:
• First item
• Second item
• Third item
Use • (bullet character) or - or * for bullets.
> This is a block quote
> It can span multiple lines
Use standard emoji shortcodes: :white_check_mark:, :x:, :rocket:, :tada:
## headings (use *Bold text* for headers instead)**double asterisks** for bold (use *single asterisks*)[text](url) links (use <url|text> instead)1. numbered lists (use bullets with numbers: • 1. First)--- horizontal rules*Daily Standup Summary*
_March 21, 2026_
• *Completed:* Fixed authentication bug in login flow
• *In Progress:* Building new dashboard widgets
• *Blocked:* Waiting on API access from DevOps
> Next sync: Monday 10am
:white_check_mark: All tests passing | <https://ci.example.com/builds/123|View Build>
*bold* not **bold**<url|text> not [text](url)• bullets, avoid numbered lists:emoji: shortcodes>development
Format messages for WhatsApp, including mentions that render as real WhatsApp tags. Use when responding in a WhatsApp conversation (platform_id / chatJid ends with @s.whatsapp.net or @g.us).
tools
Introduce yourself to a newly connected channel. Triggered automatically when a channel is first wired. Send a friendly greeting and brief overview of what you can do.
tools
OneCLI Gateway: transparent HTTPS proxy that injects stored credentials into outbound calls. You MUST use this skill when the user asks you to read emails, check calendar, access GitHub repos, create issues, check Stripe payments, or interact with ANY external service or API. Do NOT use browser extensions or OAuth CLI tools. Make HTTP requests directly; the gateway injects credentials automatically.
tools
Deploy apps to Vercel. Use when asked to deploy, ship, or publish a web application, or manage Vercel projects, domains, and environment variables.