List antigravity models
Skill Yumeno/add_antigravitycli/.agents/skills/list-antigravity-models
Antigravity CLIで利用できるモデルの確認方法と、antigravity-wrapperの現在のモデル設定を表示する。ユーザーがAntigravityのモデル一覧、利用可能モデル、現在のwrapper設定を尋ねた場合に使う。From its SKILL.md
npx -y skills add Yumeno/add_antigravitycli --skill list-antigravity-modelsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.1 KB, 292 tokens by cl100k_base, as published. Nobody here has run it
Antigravityモデル設定を確認する
agy models で利用可能モデルを確認する。この SKILL.md のディレクトリ直下の scripts/ を絶対パスへ解決し、OSに合う同梱wrapperで保存設定も表示する。現在の作業ディレクトリや共通 $HOME/scripts を前提にしない。
agy models
powershell -ExecutionPolicy Bypass -NoProfile -File "<解決したscripts>\antigravity-wrapper.ps1" -ShowModel
agy models
bash "<解決したscripts>/antigravity-wrapper.sh" --show-model
各コマンドは単独で実行する。Antigravity CLIが完全なモデル一覧を提供しない場合、推測で一覧を作らない。CLIが示すモデル選択方法、現在保存されたwrapper設定、未設定時はCLI既定へ委ねることを区別して報告する。
What ships with it: 2 files
22.8 KB alongside SKILL.md, 2 of them executable
scripts/
- antigravity-wrapper.ps1runs12.8 KB
- antigravity-wrapper.shruns10.0 KB