
2026/03/09 23:55
**Show HN:** DenchClaw – OpenClaw 上で稼働するローカルCRM
RSS: https://news.ycombinator.com/rss
要約▶
Japanese Translation:
概要:
本文書は DenchClaw アプリケーションのインストール、実行、および開発手順を簡潔にステップ・バイ・ステップで説明しています。
- 前提条件: Node 22 以上が必要です。
- オンボーディングとアクセス: オンボーディングウィザード完了後、アプリは
で提供されます。localhost:3100- コマンドラインツール (
):npx denchclaw
– OpenClaw プロファイル「dench」のオンボーディングを再実行します。denchclaw – 現在の設定で DenchClaw を更新します。denchclaw update 、denchclaw restart、start– ウェブサーバーを制御します。stop- OpenClaw 統合(プロファイル
):dench
- 一般コマンド:
; 例:openclaw --profile dench <cmd>。gateway restart- ゲートウェイ設定: ポートを設定し、強制インストールして再起動 (
,config set gateway.port 19001,gateway install --force --port 19001)。gateway restart- アンインストール:
。openclaw --profile dench uninstall- 開発ワークフロー: リポジトリをクローン (
)、https://github.com/DenchHQ/DenchClaw.gitを実行し、次にpnpm install。完全スタックの開発サーバーはpnpm buildで起動し、UI のみのサーバーはpnpm devで起動します。pnpm web:dev- ライセンス: 本プロジェクトは MIT ライセンス下でオープンソース化されており、採用と貢献を奨励しています。
このバージョンはすべての重要ポイントを逐語的に網羅し、主要メッセージを明確に保ちつつ将来予測的なコメントを除去しています。
本文
ウェブサイト · Discord · スキルストア · デモ動画
デモ動画
Discordサーバーに参加する
インストール
- Node 22以上が必要です。
- オンボーディングウィザードを完了すると
が起動します。localhost:3100
コマンド
| コマンド | 説明 |
|---|---|
| openclaw のプロファイル でオンボーディングを再実行します。 |
| 現在の設定をそのまま適用して denchclaw を更新します。 |
| denchclaw の Web サーバーを再起動します。 |
| denchclaw の Web サーバーを起動します。 |
| denchclaw の Web サーバーを停止します。 |
例
# openclaw コマンド(プロファイル付き) openclaw --profile dench <any openclaw command> openclaw --profile dench gateway restart # ゲートウェイ設定と管理 openclaw --profile dench config set gateway.port 19001 openclaw --profile dench gateway install --force --port 19001 openclaw --profile dench gateway restart openclaw --profile dench uninstall
開発
git clone https://github.com/DenchHQ/DenchClaw.git cd denchclaw pnpm install pnpm build pnpm dev # Web UI の開発 pnpm web:dev
オープンソース
MIT ライセンスです。フォークして拡張し、あなたのものにしてください。