ワンクリックで
get-domain-cookies
Use when the user asks for Chrome cookies for a domain (especially amctheatres.com Queue-it sessions).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when the user asks for Chrome cookies for a domain (especially amctheatres.com Queue-it sessions).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Delegate a sub-task to OpenAI Codex CLI. Use when a task is better handled by Codex (e.g. complex file editing, multi-step coding tasks, automated code generation).
Delegate a sub-task to a Cursor agent. Use when a task is better handled by a Cursor agent (e.g. complex file editing, multi-step coding tasks, research with web access).
Use when the user wants to read feeds, inspect posts, draft or post replies, list personas, or control the browser for X, LinkedIn, Reddit, or YouTube via the Socials extension. Apply whenever Socials MCP tools are relevant to the task.
After successfully performing a browser action or completing a multi-step goal not found in Hive, contribute that knowledge back to the collective.
After discovering a complete multi-step sequence to accomplish a goal on a website, contribute the full workflow to Hive so every future agent benefits.
Before performing any browser action on a website, check Hive for known methods. Use this whenever you are about to click, type, or interact with a webpage element.
| name | get-domain-cookies |
| description | Use when the user asks for Chrome cookies for a domain (especially amctheatres.com Queue-it sessions). |
| version | 1.0.0 |
| allowed-tools | Bash(python3 plugins/amc-api/tools/getcookies.py *) |
Run the local helper script in this repo:
python3 plugins/amc-api/tools/getcookies.py <domain>
amc_cookie_set so
amc_theatres, amc_showtimes, and amc_seats can reuse it automatically.pip3 install --user --break-system-packages browser-cookie3
python3 plugins/amc-api/tools/getcookies.py amctheatres.com
Then persist in plugin config:
amc_cookie_set(cookie="<paste-output-here>")