tether
v0.4.0Keep Slack threads attached to their originating agents through Hermes.
By Parcha LabsLicense: MIT61 GitHub starsUpdated 13 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tether for Codex and Claude Code
codex plugin marketplace add Parcha-ai/parcha-skills
codex plugin marketplace upgrade unc-skills
codex plugin add tether@unc-skillsPaste and run these commands in a terminal with Codex. They add and refresh the unc-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “tether” remain stable.
- Codex:
tether@agent-plugin-marketplace→tether@unc-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/Parcha-ai/parcha-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is tether/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/tether/SKILL.md
Included Skills1
Tether Slack notifications and replies to the exact Codex, Claude Code, Hermes, or headless session through resumable Hermes conversations. Use when asked to notify Slack, continue coding work from a Slack thread, wire a cron or automation to Slack, or replace direct Slack API calls with session-aware routing.
Plugin manifests2
{
"name": "tether",
"version": "0.4.0",
"description": "Keep Slack threads attached to their originating agents through Hermes.",
"author": {
"name": "Parcha Labs",
"url": "https://parcha.com"
},
"homepage": "https://github.com/Parcha-ai/parcha-skills/tree/main/tether",
"repository": "https://github.com/Parcha-ai/parcha-skills/tree/main/tether",
"license": "MIT",
"keywords": [
"codex",
"claude-code",
"slack",
"hermes-agent",
"zellij"
],
"skills": "./skills/",
"interface": {
"displayName": "Tether",
"shortDescription": "Resumable Slack threads for coding agents",
"longDescription": "Bind Slack threads to exact Codex, Claude Code, Zellij, Hermes, or headless sessions without injecting Slack credentials into coding sessions.",
"developerName": "Parcha Labs",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/Parcha-ai/parcha-skills/tree/main/tether",
"defaultPrompt": [
"Send this update to Slack as a resumable Hermes thread."
]
}
}{
"name": "tether",
"version": "0.4.0",
"description": "Keep Slack threads attached to their Claude Code, Codex, Zellij, or headless agents through Hermes.",
"author": {
"name": "Parcha Labs",
"url": "https://parcha.com"
},
"homepage": "https://github.com/Parcha-ai/parcha-skills/tree/main/tether",
"repository": "https://github.com/Parcha-ai/parcha-skills/tree/main/tether",
"license": "MIT",
"skills": "./skills/"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tether on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tether)