← スキル一覧に戻る

ark-install
by dwmkerr
Run Claude Code as an isolated and containerized A2A agent - orchestrate multiple sessions with full visibility on Claude operations and messages. Configure marketplaces, plugins, MCP servers and more.
⭐ 0🍴 1📅 2026年1月23日
SKILL.md
name: Ark Install description: Install Ark on a Kuberenetes Cluster
Ark Install
Install Ark on a Kubernetes cluster using the published Ark CLI.
When to use
- Installing Ark on a cluster
Prerequisites
- Kubernetes cluster running - use
kubectlto check for the presence of a cluster - If a local Kubernetes cluster is not available, you MUST stop and tell the user that you cannot install Ark without a Kubernetes cluster
Steps
-
Install ark-cli
npm install -g @agents-at-scale/ark -
Install Ark
ark install --yes --wait-for-ready 5m -
Verify installation
ark status
Optional: Install Phoenix telemetry
ONLY install if the user has asked specifically for Phoenix.
ark install marketplace/services/phoenix
Optional: Install Langfuse telemetry
ONLY install if the user has asked specifically for Langfuse.
ark install marketplace/services/langfuse
スコア
総合スコア
70/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です