← スキル一覧に戻る

gkeep
by clawdbot
All versions of all skills that are on clawdhub.com archived
⭐ 7🍴 6📅 2026年1月24日
SKILL.md
name: gkeep description: Google Keep notes via gkeepapi. List, search, create, and manage notes. homepage: https://github.com/kiwiz/gkeepapi metadata: {"clawdbot":{"emoji":"📝","requires":{"bins":["gkeep"]}}}
gkeep
CLI wrapper for Google Keep using gkeepapi (unofficial API).
Setup
Login with your Google account:
gkeep login your.email@gmail.com
Important: Use an App Password, not your regular password. 2FA must be enabled.
Commands
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>
Notes
- This uses an unofficial API that reverse-engineers Google Keep
- Could break if Google changes their internal API
- Token stored in
~/.config/gkeep/token.json - First run bootstraps a local venv at
skills/gkeep/.venv - Active project with recent updates (as of Jan 2026)
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
レビュー
💬
レビュー機能は近日公開予定です

