원클릭으로
eventernote
Use when the user wants to query Eventernote actor, event, or place information with the `eventernote` CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when the user wants to query Eventernote actor, event, or place information with the `eventernote` CLI.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | eventernote |
| description | Use when the user wants to query Eventernote actor, event, or place information with the `eventernote` CLI. |
Use the eventernote CLI as the source of truth for Eventernote data.
0.1.0:command -v eventernote
eventernote --version
If the command is missing or its version is not 0.1.0, run the requested query with npx eventernote ... instead. If npx eventernote fails or its version is also not 0.1.0, stop and ask the user how they want to proceed.
Choose the closest read-only query command for the user's request.
Prefer --json for agent use. Parse the JSON and summarize the relevant fields for the user. Do not expose raw JSON unless the user asks for it.
Use --page <page> when the user asks for a later page or when more results are needed.
If a query is ambiguous, run a list/search command first and ask the user to choose from candidates unless the result is obvious.
eventernote actor list [keyword] [--popular] [--new] [--page <page>] [--json]
eventernote actor get <id,name> [--json]
eventernote event list [keyword] [--date YYYY-MM-DD] [--region <region>] [--prefecture <prefecture>] [--actor <actor>] [--place <place>] [--page <page>] [--json]
eventernote event get <id,name> [--json]
eventernote place list [keyword] [--prefecture <prefecture>] [--page <page>] [--json]
eventernote place get <id,name> [--json]
Read references/usage.md when choosing a command or interpreting JSON output.