Agent Plugins Marketplace
All plugins

gw-control

v0.1.0

Discord スレッド中継の GW セッションを起動・確認・停止・再起動する。判断はすべて bin/ のスクリプトに閉じ込めてあり、スキルは呼ぶだけ

Claude Code4 Skills

By aki-kiiLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 15, 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 gw-control for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install gw-control@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

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/aki-kii/discord-thread-workers

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

Plugin files

plugins/gw-control/
├── .claude-plugin/plugin.json
├── skills/restart/SKILL.md
├── skills/start/SKILL.md
├── skills/status/SKILL.md
└── skills/stop/SKILL.md

Included Skills4

restartskills/restart/SKILL.md

Discord スレッド中継の GW セッションを立て直す。「GW を再起動」「中継を入れ直して」、プラグインのコードを直した後などに使う。

startskills/start/SKILL.md

Discord スレッド中継の GW セッションを起動する。「GW を立てて」「Discord の中継を起動して」「gw start」などのときに使う。すでに動いていれば何もしない。

statusskills/status/SKILL.md

Discord スレッド中継の GW と worker セッションの一覧を出す。「GW の状態」「worker 一覧」「今どのスレッドが動いてる」などのときに使う。

stopskills/stop/SKILL.md

Discord スレッド中継の GW セッションを止める。「GW を止めて」「Discord の中継を停止」などのときに使う。worker も止めたい場合は --workers を付ける。

Plugin manifests1

plugins/gw-control/.claude-plugin/plugin.json
{
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
  "name": "gw-control",
  "version": "0.1.0",
  "description": "Discord スレッド中継の GW セッションを起動・確認・停止・再起動する。判断はすべて bin/ のスクリプトに閉じ込めてあり、スキルは呼ぶだけ",
  "author": {
    "name": "aki-kii"
  },
  "repository": "https://github.com/aki-kii/discord-thread-workers",
  "keywords": [
    "discord",
    "channel",
    "session",
    "gateway"
  ],
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[gw-control on Agent Plugins Marketplace](https://pluginsmp.com/plugins/gw-control)