Install
$ agentstack add skill-shibayu36-agent-skills-cluster-creator-kit-script ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Cluster Script API Search
Cluster Script APIの型定義ファイル(index.d.ts)からAPI情報を検索するスキル。
利用可能なスクリプト
スクリプトのパスは ${SKILL_DIR}/scripts/ 配下にある。
search.py - API検索
python3 ${SKILL_DIR}/scripts/search.py "キーワード" [--output-dir DIR]
キーワードでAPI定義を検索し、マッチしたエントリ(JSDocコメント + シグネチャ)をテキスト形式で出力する。 最大30件まで。/cluster-script-index.d.ts を参照し、未ダウンロードの場合は自動でダウンロードする。
download.py - 型定義ファイルの更新
python3 ${SKILL_DIR}/scripts/download.py [--output-dir DIR]
最新のindex.d.tsをダウンロードして /cluster-script-index.d.ts に保存する。型定義を最新に更新したい場合に手動実行する。
保存先について
- search.py / download.py とも保存先は共通で、
--output-dirが無ければ$PWD直下のcluster-script-index.d.ts - ユーザーの一時ファイル配置方針があれば、それに従って
--output-dirを明示的に指定すること(例:--output-dir tmp)
ワークフロー
- ユーザーの質問からキーワードを抽出(日英両方、2〜3パターン)
search.pyで各パターンを検索- 結果からJSDocとシグネチャを整理して提示
キーワード最適化ルール
- メソッド名を直接検索: setPosition, getRotation, send 等
- 日本語でも検索: 「位置」「回転」「移動」等(JSDocが日本語のため有効)
- interface/classで絞り込み: ItemHandle, PlayerHandle, ClusterScript, Vector3 等のコンテキスト名も検索対象
- 関連用語で横断検索: 「アニメーション」「衝突」「マテリアル」等
スコープ
このスキルは Cluster Creator Kit Script のAPI仕様(型定義)の参照専用。 「〜メソッドの引数」「〜の型」「〜のAPI仕様」といったリファレンス用途に使う。 操作手順や解説(「〜のやり方」「〜を設定する方法」)は対象外で、Cluster Creators Guide (creator.cluster.mu) を参照すること。
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: shibayu36
- Source: shibayu36/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.