tenfyzhong

Agentix — Communication skill for Claude Code

Communication community

Agentix connects local Codex, Pi, Oh My Pi, and Claude Code sessions to Telegram, Feishu, or Slack.

How to install Agentix

This entry records only its repository, not the path inside it, so there is no exact command to give. Open tenfyzhong/agentix and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agentix does

Agentix connects local Codex, Pi, Oh My Pi, and Claude Code sessions to Telegram, Feishu, or Slack. Attach a session from chat, send prompts, and follow the agent's replies.

Alternatives in Communication

README

Agentix

Agentix connects local Codex, Pi, Oh My Pi, and Claude Code sessions to Telegram, Feishu, or Slack. Attach a session from chat, send prompts, and follow the agent's replies.

Features

  • Browse local agent sessions, attach from chat, and follow streamed replies and history.
  • Control Codex models, reasoning, plans, and reviews, and respond to approvals in IM.
  • Restore session bindings after restarts and receive background completion notifications.
  • Create Codex, Pi, OMP, and Claude Code sessions from chat with optional rmux integration.
  • Coordinate work with standalone taskix and browse project, Job, and Task boards in IM or Obsidian.
  • Verify Jobs before completion and synchronize Obsidian status edits with automatic rollback on failure.

Install Taskix Manager from GitHub using the [host-specific installation guide](plugins/taskix-manager/README.md#prerequisites-and-activation). Codex, Claude Code, and OMP use the `agentix` marketplace. Pi installs the repository as an extension package; all hosts share the plugin skills and runtime.

Claude Code IM access uses the [Agentix bridge plugin](docs/claude-code.md), installed from the same `agentix` marketplace.

Install

macOS and Linux

brew tap tenfyzhong/tap
brew install agentix

For Codex, install the official standalone CLI (0.153.0 or newer). The Homebrew Codex package does not include the managed app-server layout Agentix requires:

curl -fsSL https://chatgpt.com/codex/install.sh | sh

Windows (x86_64)

Download and extract `agentix--x86_64-pc-windows-msvc.zip` from the [latest release](https://github.com/tenfyzhong/agentix/releases/latest), then add the extracted directory to `PATH`. Pi/OMP live bridges can use a configured loopback TCP endpoint on Windows. Codex Unix sockets and rmux/tmux terminal delivery require macOS/Linux; standalone taskix and task plugins also support Windows.

For checksums, other release archives, or building from source, see t