sync-install-docs — openclaw sync-install-docs, openclaw-ops, community, openclaw, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

このスキルについて

インストールスクリプトを変更した後の自動ドキュメント更新を必要とするDevOpsエージェントに最適。 install.sh / install.ps1 を編集した後、関連ドキュメント(README.md 等)の整合性を確認・更新する。インストールスクリプトを変更したら必ず実行。

# Core Topics

tqer39 tqer39
[0]
[0]
Updated: 2/20/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
33
Canonical Locale
ja
Detected Body Locale
ja

インストールスクリプトを変更した後の自動ドキュメント更新を必要とするDevOpsエージェントに最適。 install.sh / install.ps1 を編集した後、関連ドキュメント(README.md 等)の整合性を確認・更新する。インストールスクリプトを変更したら必ず実行。

このスキルを使用する理由

エージェントがインストールスクリプトと関連ドキュメントの一貫性を維持できるようにし、変更されたinstall.shまたはinstall.ps1スクリプト後にREADME.mdファイルを更新することで、BashまたはPowerShellを使用して正確性と信頼性を確保します。

おすすめ

インストールスクリプトを変更した後の自動ドキュメント更新を必要とするDevOpsエージェントに最適。

実現可能なユースケース for sync-install-docs

インストールスクリプトの変更後README.mdの更新
OpenClawの自動ドキュメント整合性チェック
インストールスクリプトの変更をドキュメントに対して検証

! セキュリティと制限

  • install.shおよびinstall.ps1ファイルへのアクセスが必要
  • OpenClawの設定および操作リポジトリに限定
  • README.mdファイルのみを更新

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is sync-install-docs?

インストールスクリプトを変更した後の自動ドキュメント更新を必要とするDevOpsエージェントに最適。 install.sh / install.ps1 を編集した後、関連ドキュメント(README.md 等)の整合性を確認・更新する。インストールスクリプトを変更したら必ず実行。

How do I install sync-install-docs?

Run the command: npx killer-skills add tqer39/openclaw-ops/sync-install-docs. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for sync-install-docs?

Key use cases include: インストールスクリプトの変更後README.mdの更新, OpenClawの自動ドキュメント整合性チェック, インストールスクリプトの変更をドキュメントに対して検証.

Which IDEs are compatible with sync-install-docs?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for sync-install-docs?

install.shおよびinstall.ps1ファイルへのアクセスが必要. OpenClawの設定および操作リポジトリに限定. README.mdファイルのみを更新.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add tqer39/openclaw-ops/sync-install-docs. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use sync-install-docs immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

sync-install-docs

Install sync-install-docs, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

Sync Install Docs

インストールスクリプト (install.sh / install.ps1) を変更した後、関連ドキュメントとの整合性を確認・更新するスキル。

重要

install.sh または install.ps1 を編集した場合は、必ずこのスキルに従ってドキュメントの整合性を確認・更新すること。

対象ファイル

トリガー(変更を検知するファイル)

  • install.sh - メインのインストールスクリプト (Bash)
  • install.ps1 - Windows 用インストールスクリプト (PowerShell)

チェック対象ドキュメント

ファイルチェック対象セクション
README.mdQuick Start, Command Line Options
docs/README.ja.mdQuick Start, コマンドラインオプション(対応箇所)
install.shshow_help()ヘルプテキスト
install.ps1Show-Helpヘルプテキスト

チェック項目

1. コマンドラインオプションの整合性

  • オプションの追加・削除・変更が README の Options テーブルに反映されているか
  • show_help() / Show-Help 内のヘルプテキストと README の記述が一致しているか
  • install.shinstall.ps1 で同名オプションの説明が一致しているか

2. Quick Start セクション

  • 使用例(コマンド例)が現在のスクリプトの実際の動作と一致しているか
  • 前提条件(必要なツール等)に変更がないか

3. 英語版・日本語版の同期

  • README.md (英語) と docs/README.ja.md (日本語) の両方が更新されているか
  • オプションテーブルの構造と内容が両言語で一致しているか

手順

  1. install.sh / install.ps1 の変更内容を確認(git diff で差分を確認)
  2. show_help() / Show-Help 関数のヘルプテキストを読み取る
  3. README.md の Command Line Options セクションと比較
  4. docs/README.ja.md の対応セクションと比較
  5. 差分があればドキュメントを更新
  6. just lint を実行してリントエラーがないか確認
  7. エラーがあれば修正し、再度 just lint で確認

検証

bash
1just lint

すべてのチェックが Passed になるまで修正を繰り返す。

関連スキル

Looking for an alternative to sync-install-docs or another community skill for your workflow? Explore these related open-source skills.

すべて表示

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

カスタマイズ可能なウィジェットプラグインをprompts.chatのフィードシステム用に生成する

149.6k
0
AI

flags

Logo of vercel
vercel

React フレームワーク

138.4k
0
ブラウザ

pr-review

Logo of pytorch
pytorch

Pythonにおけるテンソルと動的ニューラルネットワーク(強力なGPUアクセラレーション)

98.6k
0
開発者