# Orinachum Reachy Nova Slack

> Slack Skill

- Skill: `tomevault-io/orinachum-reachy-nova-slack` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/orinachum-reachy-nova-slack`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/orinachum-reachy-nova-slack/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/orinachum-reachy-nova-slack

---


# Slack Skill

Interact with Slack channels — send messages, read recent messages,
reply to threads, and add emoji reactions.

## Parameters
- action (string, required): One of "send_message", "read_messages", "reply_to_thread", "add_reaction"
- text (string, optional): Message text (for send_message/reply_to_thread)
- channel (string, optional): Slack channel ID (defaults to first configured channel)
- thread_ts (string, optional): Thread timestamp for reply_to_thread
- emoji (string, optional): Emoji name for add_reaction (e.g. "thumbsup")
- ts (string, optional): Message timestamp for add_reaction
- count (number, optional): Number of messages to read (default 10, max 50)

## Examples
- "read my Slack messages" → action: read_messages
- "send hello everyone to Slack" → action: send_message, text: "hello everyone"
- "reply to that thread saying thanks" → action: reply_to_thread, text: "thanks"
- "react to that with thumbsup" → action: add_reaction, emoji: "thumbsup"

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/orinachum) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

