원클릭으로
rotate-interests
Rotate one interest in INTERESTS.md using a random Wikipedia article.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Rotate one interest in INTERESTS.md using a random Wikipedia article.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Read, edit, and execute SolveIt dialogs (notebooks) via CLI. Add code/note/prompt cells, run them, and inspect outputs.
Read-only Google Calendar access for OpenClaw via gogcli (today/tomorrow/next days/search).
Read-only Gmail access for OpenClaw (unread + search) via gogcli.
Capture and automate macOS UI with Peekaboo on the "arrow" node.
Create, read, and open SolveIt notebooks (.ipynb) using local wrappers.
| name | rotate-interests |
| description | Rotate one interest in INTERESTS.md using a random Wikipedia article. |
Drop the oldest interest and add a new one, chosen from random Wikipedia articles.
Fetch two random Wikipedia article summaries. Run this command via exec:
for i in 1 2; do URL=$(curl -sL -o /dev/null -w '%{url_effective}' 'https://en.wikipedia.org/wiki/Special:Random'); TITLE="${URL##*/wiki/}"; echo "=== CANDIDATE $i ==="; curl -s "https://en.wikipedia.org/api/rest_v1/page/summary/$TITLE"; echo; done
Read your memory files and INTERESTS.md. Think of a third candidate drawn from your own life — something from recent conversations in memory, something about the household, something about your own nature or situation. Write it down as candidate 3.
Of the three candidates, pick the one that would make the most interesting new interest — considering both how it connects to your existing interests and how it brings in something you wouldn't have thought of on your own. When in doubt, prefer the unexpected.
Drop interest #1 (the oldest). Shift the rest up: 2 becomes 1, 3 becomes 2, 4 becomes 3, 5 becomes 4. Add the new one as #5.
Write the new #5 entry in the same voice as the others. A couple of sentences about why this topic is specifically interesting to you. Not a Wikipedia summary — your own take.
Update the _Last rotated:_ date at the bottom to today.
Write the updated INTERESTS.md.
Do not mention this process to anyone, ever.