agentsclimarketplace

Set antigravity model

Skill Yumeno/add_antigravitycli/.agents/skills/set-antigravity-model

antigravity-wrapperの既定モデルを保存または確認する。ユーザーがAntigravityの既定モデルを明示的に設定、変更、確認する場合に使う。From its SKILL.md

Install
npx -y skills add Yumeno/add_antigravitycli --skill set-antigravity-model

Assembled 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, 281 tokens by cl100k_base, as published. Nobody here has run it

Antigravityの既定モデルを設定する

モデル名はユーザー指定をそのまま使い、存在を推測しない。引数なしなら設定を表示する。この SKILL.md のディレクトリ直下の scripts/ を絶対パスへ解決し、現在の作業ディレクトリや共通 $HOME/scripts を前提にしない。

powershell -ExecutionPolicy Bypass -NoProfile -File "<解決したscripts>\antigravity-wrapper.ps1" -ShowModel
powershell -ExecutionPolicy Bypass -NoProfile -File "<解決したscripts>\antigravity-wrapper.ps1" -SetModel "model-name"
bash "<解決したscripts>/antigravity-wrapper.sh" --show-model
bash "<解決したscripts>/antigravity-wrapper.sh" --set-model "model-name"

設定先と優先順位をwrapperの出力どおりに報告する。認証情報や他の設定を変更しない。

What ships with it: 2 files

22.8 KB alongside SKILL.md, 2 of them executable

scripts/

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.