Attach ANY file to the current Slack thread — text or binary. A log, a diff, a CSV, a long answer as a snippet, and equally a PDF, a PNG, a zip, a sqlite db, a tarball: the bytes go up unchanged. TRIGGER when the user asks you to attach, upload, or send a…
OpenRouterLabs/ori-feature-catalog
SkillsMP has collected 9 skills from OpenRouterLabs/ori-feature-catalog. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 9
- GitHub stars
- 0
- GitHub forks
- 0
Skills in this repository
Showing 9 of 9 collected skills.
Move THIS conversation onto a fresh Slack thread, keeping the same agent session and everything it remembers. ONLY TRIGGER when the user EXPLICITLY asks to continue the current conversation somewhere else — e.g. "continue this in a new thread", "move this to…
Read Slack from the agent — thread replies, channel history, user lookup and mention resolution, and opening a DM. Channel and thread resolve env-first ($SLACK_CHANNEL_ID / $SLACK_THREAD_TS) with a --channel fallback, so you can usually omit them. TRIGGER…
Ask the person who asked a question, and wait for their answer.
Draw a comparison or a flow diagram as an image in the Slack thread.
Generate an image and post it into the Slack thread.
Ask the person a batch of questions and END YOUR TURN. Posts a form and returns immediately — it does not wait. TRIGGER for a decision that is genuinely not yours — an ambiguous request, a destructive step, a fork where both paths are defensible.
Say what you are doing and what you find, in the Slack thread you were started in. TRIGGER within the first minute of every turn, again on every action you take, and with --notify the moment you discover something.
Dispatch a task into a Slack thread via the ori Slack chat surface. ONLY TRIGGER when the user EXPLICITLY asks to put work in a separate thread — e.g. "spawn a new thread", "do this in a new thread", "create a thread for this", "handle this in its own…