com um clique
gkeep
Google Keep notes via gkeepapi. List, search, create, and manage notes.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Google Keep notes via gkeepapi. List, search, create, and manage notes.
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Process raw events into distilled long-term memories using batch processing.
Create a brand-new reusable skill from a single completed task. Read the per-task SKILL_SOURCE markdown the handler wrote, distil the workflow into a generalised SKILL.md, save it at skills/<name>/SKILL.md. Use this when CraftBot has spawned a 'Create Skill' workflow task and you need to author the new skill end-to-end without user interaction.
Refine an existing CraftBot skill using evidence from one completed task that used it. Read the per-task SKILL_SOURCE markdown the handler wrote, diff it against the existing SKILL.md, apply surgical edits to skills/<target>/SKILL.md. Use this when CraftBot has spawned an 'Improve Skill' workflow task and you need to refine the skill's accuracy or token efficiency without redesigning it.
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill.
Conduct a conversational interview to explore user's job and life goals
Daily planning skill that reviews recent interactions, scans external environment, identifies tasks for today, and updates the Goals, Plan, and Status section in PROACTIVE.md.
| name | gkeep |
| description | Google Keep notes via gkeepapi. List, search, create, and manage notes. |
| homepage | https://github.com/kiwiz/gkeepapi |
| metadata | {"openclaw":{"emoji":"📝","requires":{"bins":["gkeep"]}}} |
CLI wrapper for Google Keep using gkeepapi (unofficial API).
Login with your Google account:
gkeep login your.email@gmail.com
Important: Use an App Password, not your regular password. 2FA must be enabled.
List notes:
gkeep list
gkeep list --limit 10
Search:
gkeep search "shopping"
Get a specific note:
gkeep get <note_id>
Create a note:
gkeep create "Title" "Body text here"
Archive:
gkeep archive <note_id>
Delete (trash):
gkeep delete <note_id>
Pin:
gkeep pin <note_id>
Unpin:
gkeep unpin <note_id>
~/.config/gkeep/token.jsonskills/gkeep/.venv