원클릭으로
lists
Manage local lists (shopping, to-do, etc.) stored as files. Add, remove, check and read items. Tools: file_storage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage local lists (shopping, to-do, etc.) stored as files. Add, remove, check and read items. Tools: file_storage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Search, subscribe, and listen to podcasts. Download RSS feeds, manage episodes, and play audio with position tracking. Tools: http, file_storage, media_queue, play_audio.
Read, create, update and delete Google Calendar events. Requires Google OAuth. Tools: http.
Search contacts by name and retrieve phone numbers. Use before calling or sending SMS. Tools: query.
Read, search and send emails via Gmail API. Requires Google OAuth. Tools: gmail_send, http.
Start navigation, get directions and route info via Google Maps app. Tools: intent, http (optional, requires Maps API key for traffic/route details).
Read, create, complete and delete tasks via Google Tasks API. Requires Google OAuth. Tools: http.
| name | lists |
| description | Manage local lists (shopping, to-do, etc.) stored as files. Add, remove, check and read items. Tools: file_storage. |
Manages simple text lists stored locally on the device – no internet, no cloud.
All list operations use the file_storage tool.
IMPORTANT: All file_storage calls for lists MUST include type: "list" parameter.
Data format: One list = one file. Each item is stored on its own line.
File names: Lowercase list name, e.g. shoppinglist, todo, packlist.
Examples: "Add milk to the shopping list" / "Put milk on the shopping list"
file_storage → read with filename: "shoppinglist", type: "list" → read existing itemsfile_storage → write with filename: "shoppinglist", type: "list", and the updated content (all lines, one item per line)Examples: "Remove milk from the shopping list" / "Delete milk from the shopping list"
file_storage → read with filename: "shoppinglist", type: "list"file_storage → write with filename: "shoppinglist", type: "list", and the cleaned contentExamples: "What's on the shopping list?" / "Show me my shopping list"
file_storage → read with filename: "shoppinglist", type: "list"Examples: "Which lists do I have?" / "What lists are there?"
file_storage → list (no filename needed, but note that only files with type: "list" are shown in the lists screen)Examples: "Is milk already on the shopping list?" / "Is bread on the list?"
file_storage → read with filename: "shoppinglist", type: "list"Examples: "Delete the shopping list" / "Clear the shopping list"
file_storage → delete with filename: "shoppinglist" (type parameter not needed for delete)type: "list" in file_storage calls)read with type: "list", then one write with type: "list" and all new items appended)type: "list")type: "list" in file_storage calls)type: "list")type: "list" and empty content)