From sundial-org-awesome-openclaw-skills-4
Manages Google Keep notes via gkeep CLI wrapper for gkeepapi: list, search, create, archive, delete, pin, unpin. Useful for terminal-based note workflows.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
CLI wrapper for Google Keep using gkeepapi (unofficial API).
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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