AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Cluster Creator Kit Script

skill-shibayu36-agent-skills-cluster-creator-kit-script · by shibayu36

>

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add skill-shibayu36-agent-skills-cluster-creator-kit-script

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-shibayu36-agent-skills-cluster-creator-kit-script)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Cluster Creator Kit Script? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

ワークフロー

  1. ユーザーの質問からキーワードを抽出(日英両方、2〜3パターン)
  2. search.py で各パターンを検索
  3. 結果からJSDocとシグネチャを整理して提示

キーワード最適化ルール

  1. メソッド名を直接検索: setPosition, getRotation, send 等
  2. 日本語でも検索: 「位置」「回転」「移動」等(JSDocが日本語のため有効)
  3. interface/classで絞り込み: ItemHandle, PlayerHandle, ClusterScript, Vector3 等のコンテキスト名も検索対象
  4. 関連用語で横断検索: 「アニメーション」「衝突」「マテリアル」等

スコープ

このスキルは 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.