用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/yjl9903/eventernote --skill eventernote命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 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.