一键导入
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>")