원클릭으로
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>")