qodo-setup

qodo-setup is a skill for Codex from qodo-ai/qodo-skills. It costs 49 tokens per session (865 once invoked), scanned A, original, MIT.

A setup guide for connecting the Qodo command-line tools to a local coding agent, including installation, browser sign-in, and readiness checks.

In plain words
What is it for?
Use it to install the required command-line tool, authenticate through Qodo's browser login, and confirm that managed tools are available.
Why use it?
It turns an installed Qodo package into a usable connection without asking you to paste credentials into chat.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it to install the required command-line tool, authenticate through Qodo's browser login, and confirm that managed tools are available.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/qodo-ai/qodo-skills/qodo-setup
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add qodo-ai/qodo-skills --skill qodo-setup
Clone the repo
git clone --depth 1 https://github.com/qodo-ai/qodo-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for qodo-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/qodo-ai/qodo-skills/qodo-setup/github.svg)](https://agentmods.dev/skills/qodo-ai/qodo-skills/qodo-setup)
Your own site
<a href="https://agentmods.dev/skills/qodo-ai/qodo-skills/qodo-setup"><img src="https://agentmods.dev/badge/skills/qodo-ai/qodo-skills/qodo-setup/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for qodo-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/qodo-ai/qodo-skills/qodo-setup"><img src="https://agentmods.dev/badge/skills/qodo-ai/qodo-skills/qodo-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 865 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 20
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Memory Poisoning · line 144
    Skill injects content designed to persist in agent memory or context across interactions. Persistent injection can alter agent behavior long after the initial interaction.
    Fix: Do not allow untrusted input to persist in agent memory or context. Validate all content before storing and implement memory isolation between sessions.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.00865
Opus 5 $0.00024 $0.00432
Sonnet 5 $0.00010 $0.00173
Haiku 4.5 $0.00005 $0.00086

Measured today against content hash 8f885ba827ce, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

qodo-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

codex-packages/qodo/skills/qodo-setup/SKILL.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Set up Qodo

Description

Complete setup in this conversation: find or install the CLI, sign in, and verify tools. Plugin installation does not connect an account.

Prerequisites

A local shell and a user for browser sign-in. Never request or read credentials.

Instructions

Resolve references/... links relative to this installed SKILL.md directory.

1. Find or install the runtime

Run:

qodo --version

If missing, try "${QODO_HOME:-$HOME/.qodo}/bin/qodo" --version on POSIX. For PowerShell or a missing CLI, read runtime.md. Install through that procedure and continue here without requiring a second setup request. A setup request covers the CLI install; honor host approvals and user restrictions. Plugin installation alone does not authorize installing software.

Keep the working executable as <qodo>. Require Qodo CLI 0.1.0-next.37 or newer. If older or unparseable, follow the runtime reference before any authenticated command.

2. Connect

Run:

<qodo> read whoami --json --skill qodo-setup --skill-version 1.0.7 --distribution marketplace --host codex

If successful, retain the verified identity and continue to step 3 without repeating it. For a failed check, read authentication.md to distinguish missing credentials, sandbox access, and other failures before choosing login.

For Qodo Cloud, announce and run <qodo> login when signed out. For any customer deployment, read the authentication reference first: preserve its exact login endpoint and never guess or fall back to Cloud. Wait for login to finish, then rerun the identity command above. Browser opening alone is not success.

Remember the execution context where identity or login worked. Use that context for later credential-dependent commands, requesting each required host approval; a diagnostic approval does not grant blanket permission. Do not repeat a known-failing sandbox probe after login. Stop on cancellation or denied permission.

Read the full file on GitHub · 100 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · -81 lines · -28 tokens per session 8f885ba827ce
  2. 2d ago Changed · -3 lines 7b1bc1774d6e
  3. 6d ago First seen · 184 lines · 77 tokens per session scan A 191d4c840424

Subscribe to this mod's changes

qodo-setup is a skill published in the GitHub repository qodo-ai/qodo-skills (52 stars, last pushed yesterday), licensed MIT. It adds 49 tokens to every session and 865 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.