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