ソース情報
- リポジトリ
- blayer/EdgeCat
- ソースの最終更新活動
- 2026年4月19日 15:15
- 検出された SKILL.md の言語
- 英語
- スター
- 0
- フォーク
- 0
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/blayer/EdgeCat --skill calendarコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Search the web and return up to 8 results with title, URL, and snippet — a LINK LIST, not the answer. For ANSWERING a question (weather, news, facts) chain with fetch-web-content on the top result's URL.
Search the web and return text results with titles, URLs, and snippets.
Evaluate math expressions exactly. Use this instead of doing arithmetic yourself.
| name | calendar |
| description | Create, read, edit, and delete calendar events and reminders on the device. |
Call the manage_calendar tool with an action and the required parameters for that action.
Actions:
title, startDateTime (yyyy-MM-ddTHH:mm), endDateTime (yyyy-MM-ddTHH:mm), location (optional), description (optional), reminderMinutes (optional, adds alert).startDate (yyyy-MM-dd), endDate (yyyy-MM-dd).eventId or originalTitle (to find by name), plus any fields to update: title, startDateTime, endDateTime, location, description.eventId or title (to find by name).