ソース情報
- リポジトリ
- whopio/plugins
- ソースの最終更新活動
- 2026年8月27日 23:32
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/whopio/plugins --skill whop-connectコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | whop-connect |
| description | Connect and verify this workspace's Whop account |
| disable-model-invocation | true |
Walk the user through connecting the Whop MCP server and confirm what the grant can reach. Do not skip to a business action — this command's only job is the connection.
Call connection_status.
It works → report, in plain language: the authenticated user
(user_name), the permission profile, and how many tools are available.
Then handle the account:
account_id is set → name the account and its biz_… id.account_id is null → say plainly that no account is selected yet, then
call accounts_list. One account: name it and say it will be used when the
user passes its id. Several: list them and ask which. None: say the user has
no Whop business yet and point them at whop.com.Do not invent an account, and do not report a null account as if it were one. Then stop and ask what they want to do.
The tool is missing entirely → the MCP server has not loaded. Tell the user
to run /plugin and confirm the whop plugin is enabled, then /mcp to check
the whop server's state. A restart of Claude Code picks up a newly installed
plugin.
It returns unauthenticated → the OAuth flow has not completed. Tell them to
run /mcp, select whop, and authenticate. The browser opens to Whop for
sign-in and authorization. No API key is involved — if they are reaching for
one, that is the wrong path for this server.
Say what they authorized. The hosted endpoint requests the MCP admin scope:
full administrative access to the reviewed MCP surface, across every business
the signed-in user manages — not scoped to one business. Worth one sentence so
they know what they granted, and that they can disconnect from /mcp later.
If $ARGUMENTS names a business (a biz_… id or a store route), verify after step 1
that it matches the selected account, and say plainly whether it does. If it does
not, tell them which account is selected — do not switch it yourself.