gtasks
2
总安装量
2
周安装量
#67364
全站排名
安装命令
npx skills add https://github.com/naoterumaker/openclaw-gog-skills --skill gtasks
Agent 安装分布
mcpjam
2
claude-code
2
replit
2
junie
2
windsurf
2
zencoder
2
Skill 文档
Google Tasks æä½ã¹ãã« (gog v0.10.0)
gog CLI ã§Google Tasksãæä½ããã
å®è¡ãã¹: gog
èªè¨¼ã¢ã«ã¦ã³ã: (gogã§èªè¨¼ããã¢ã«ã¦ã³ã)
Execution Notes
execãã¼ã«ã§å®è¡æãtimeout: 60ãæå®
ã¿ã¹ã¯ãªã¹ã管ç
ã¿ã¹ã¯ãªã¹ãä¸è¦§
gog tasks lists list
gog tasks lists list --json
ã¿ã¹ã¯ãªã¹ã使
gog tasks lists create --title "æ°ãããªã¹ã"
ã¿ã¹ã¯ãªã¹ãåé¤
gog tasks lists delete <tasklistId>
ã¿ã¹ã¯ä¸è¦§
ãªã¹ãå ã®ã¿ã¹ã¯åå¾
gog tasks list <tasklistId>
gog tasks list <tasklistId> --max 20
å®äºæ¸ã¿å«ãã¦åå¾
gog tasks list <tasklistId> --show-completed
æéä»ãã¿ã¹ã¯ã®ã¿
gog tasks list <tasklistId> --due-min "2026-02-01" --due-max "2026-02-28"
ã¿ã¹ã¯è¿½å
åºæ¬
gog tasks add <tasklistId> --title "ãããã¨"
詳細ä»ã
gog tasks add <tasklistId> \
--title "å ±åæ¸ã使" \
--notes "ææ¬¡å ±åæ¸\n- 売ä¸ãã¼ã¿\n- 顧客åæ"
æéä»ã
gog tasks add <tasklistId> \
--title "è«æ±æ¸éä»" \
--due "2026-02-15"
ãã«ãªãã·ã§ã³
gog tasks add <tasklistId> \
--title "ããã¸ã§ã¯ãè¨ç»æ¸ä½æ" \
--notes "第1ååæã®è¨ç»ãã¾ã¨ãã" \
--due "2026-02-20"
ã¿ã¹ã¯è©³ç´°åå¾
gog tasks get <tasklistId> <taskId>
ã¿ã¹ã¯æ´æ°
ã¿ã¤ãã«å¤æ´
gog tasks update <tasklistId> <taskId> --title "æ°ããã¿ã¤ãã«"
ã¡ã¢è¿½å
gog tasks update <tasklistId> <taskId> --notes "追å ã¡ã¢"
æé夿´
gog tasks update <tasklistId> <taskId> --due "2026-02-28"
ã¿ã¹ã¯å®äº
å®äºã«ãã
gog tasks done <tasklistId> <taskId>
æªå®äºã«æ»ã
gog tasks undo <tasklistId> <taskId>
ã¿ã¹ã¯åé¤
åä¸åé¤
gog tasks delete <tasklistId> <taskId>
å®äºæ¸ã¿ããã¹ã¦ã¯ãªã¢
gog tasks clear <tasklistId>
追å ãªãã·ã§ã³ä¸è¦§
| ãªãã·ã§ã³ | 説æ |
|---|---|
--title |
ã¿ã¹ã¯ã¿ã¤ãã« |
--notes |
ã¡ã¢ã»è©³ç´° |
--due |
æéï¼YYYY-MM-DDå½¢å¼ï¼ |
ä¸è¦§ãªãã·ã§ã³
| ãªãã·ã§ã³ | 説æ |
|---|---|
--max N |
æå¤§Nä»¶ |
--show-completed |
å®äºæ¸ã¿ã表示 |
--due-min |
æééå§æ¥ |
--due-max |
æéçµäºæ¥ |
åºåãªãã·ã§ã³
| ãªãã·ã§ã³ | 説æ |
|---|---|
--json |
JSONåºå |
--plain |
TSVåºå |
ã¿ã¹ã¯ãªã¹ãIDã®åå¾
# ãªã¹ãä¸è¦§ããIDãåå¾
gog tasks lists list --json | jq '.[].id'
ããã©ã«ãã®ã¿ã¹ã¯ãªã¹ãã¯é常 @default ãæåã®ãªã¹ãIDã
å ¸åã¯ã¼ã¯ããã¼
ã¿ã¹ã¯ä¸è¦§ç¢ºèªâæ°è¦è¿½å âå®äº
# 1. ãªã¹ã確èª
RESULT=$(gog tasks lists list --json)
LIST_ID=$(echo "$RESULT" | jq -r '.[0].id')
# 2. ã¿ã¹ã¯ä¸è¦§
gog tasks list "$LIST_ID"
# 3. ã¿ã¹ã¯è¿½å
gog tasks add "$LIST_ID" --title "ç·æ¥: ã¯ã©ã¤ã¢ã³ãã«é£çµ¡" --due "2026-02-05"
# 4. å®äºå¾
gog tasks done "$LIST_ID" "<taskId>"
ä»é±ã®æéã¿ã¹ã¯ç¢ºèª
LIST_ID="<tasklistId>"
gog tasks list "$LIST_ID" --due-min "2026-02-04" --due-max "2026-02-10"
å®äºæ¸ã¿ãã¯ãªã¼ã³ã¢ãã
gog tasks clear "$LIST_ID"
注æäºé
- æéå½¢å¼:
YYYY-MM-DDï¼æå»ãªãï¼ - ãµãã¿ã¹ã¯: gog CLIã§ã¯ãµãã¿ã¹ã¯ã®é層管çã¯éå®ç
- å®äºã¿ã¹ã¯: ããã©ã«ãã§ã¯é表示ã
--show-completedã§è¡¨ç¤º - clear: å®äºæ¸ã¿ã¿ã¹ã¯ã®ã¿åé¤ï¼æªå®äºã¯æ®ãï¼