Agent Plugins Marketplace
All plugins

tether

v0.4.0

Keep Slack threads attached to their originating agents through Hermes.

CodexClaude Code1 Skill

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

Installs for the current user
codex plugin marketplace add Parcha-ai/parcha-skills
codex plugin marketplace upgrade unc-skills
codex plugin add tether@unc-skills

Paste 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-marketplacetether@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-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is tether/.

Plugin files

tether/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/tether/SKILL.md

Included Skills1

tetherskills/tether/SKILL.md

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

tether/.codex-plugin/plugin.json
{
  "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."
    ]
  }
}
tether/.claude-plugin/plugin.json
{
  "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/"
}

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)