Google Keep CLI Skill
Manage Google Keep notes and lists from the command line using the unofficial gkeepapi.
Setup
After installing, the CLI lives in the skill directory. Set up a convenience alias or wrapper:
SKILL_DIR="<path-to-this-skill>" # e.g. skills/google-keep
alias gkeep="$SKILL_DIR/.venv/bin/python3 $SKILL_DIR/gkeep.py"
Or create a global wrapper:
cat > ~/.local/bin/gkeep << 'EOF'
#!/bin/bash
SKILL_DIR="$(dirname "$(readlink -f "$0")")/../.openclaw/work
[Description truncada. Veja o README completo no GitHub.]