agentsclimarketplace

Model cli gpt

Skill tony/ai-workflow-plugins/.agents/skills/model-cli-gpt

Use when running a prompt through OpenAI GPT directly. An alternative invocation point for the `model-cli-codex` skill — both use the same backend (codex binary or agent --model gpt-5.4-high fallback). Use this or the `model-cli-codex` skill interchangeably.From its SKILL.md

Install
npx -y skills add tony/ai-workflow-plugins --skill model-cli-gpt

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

  • 2 stars2 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.0 KB, 144 tokens by cl100k_base, as published. Nobody here has run it

GPT CLI Skill

This is an alias for the model-cli-codex skill. Both entry points use the same backend.

Invoke the Codex CLI skill with $ARGUMENTS. If $ARGUMENTS is empty, ask the user what they want to run.

All triggers supported by the model-cli-codex skill are passed through, including timeout:<seconds>, timeout:none, and mode:plan.

Portability notes

  • $ARGUMENTS — the text the user passed when invoking this skill. If your host does not substitute it, read it as the user's request in the current turn, and ask when there is none.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no 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.