Back to list
shiiman

docs-update

by shiiman

1🍴 0📅 Jan 14, 2026

SKILL.md


name: docs-update description: Google Docs ドキュメントにテキストを追加する。「ドキュメント更新」「Docs 更新」「ドキュメントに追加」「ドキュメントを編集」などで起動。 allowed-tools: [Read, Bash]

Docs Update

Google Docs ドキュメントにテキストを追加します。

実行方法

先頭に挿入

python plugins/shiiman-google/skills/docs-update/scripts/google_docs.py update --doc-id "ドキュメントID" --content "追加テキスト"

末尾に追加

python plugins/shiiman-google/skills/docs-update/scripts/google_docs.py update --doc-id "ドキュメントID" --content "追加テキスト" --append

ユーザー入力の解釈

  • ドキュメントIDを聞き出すか、事前に docs-list/drive-search で検索
  • 追加するテキストを確認
  • 「末尾に」「最後に」などの指定があれば --append を使用

出力項目

  • id: ドキュメントID
  • status: 更新ステータス
  • mode: 挿入モード(append/prepend)
  • url: 編集URL

Score

Total Score

50/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon