install-waggle

install-waggle is a skill for Claude Code, Codex from Abhigyan-Shekhar/Waggle-mcp. It costs 84 tokens per session (397 once invoked), scanned A, original, Apache-2.0.

An installer for the official Waggle plugin, which adds Waggle to a local Codex setup. It downloads the latest stable release from GitHub and installs it through Codex.

In plain words
What is it for?
Installing Waggle for Codex on a computer with shell access. It also checks whether Waggle is already installed and reports installation errors.
Why use it?
It removes the need to find the correct release, download it, and install the plugin manually. It is only for installation, not for configuring, repairing, updating, or using Waggle.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Installing Waggle for Codex on a computer with shell access. It also checks whether Waggle is already installed and reports installation errors.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/abhigyan-shekhar/waggle-mcp/install-waggle
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 Abhigyan-Shekhar/Waggle-mcp --skill install-waggle
Clone the repo
git clone --depth 1 https://github.com/Abhigyan-Shekhar/Waggle-mcp

Made for: Claude Code, 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 install-waggle

README.md
[![agentmods](https://agentmods.dev/badge/skills/abhigyan-shekhar/waggle-mcp/install-waggle/github.svg)](https://agentmods.dev/skills/abhigyan-shekhar/waggle-mcp/install-waggle)
Your own site
<a href="https://agentmods.dev/skills/abhigyan-shekhar/waggle-mcp/install-waggle"><img src="https://agentmods.dev/badge/skills/abhigyan-shekhar/waggle-mcp/install-waggle/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 install-waggle

Your own site · 80×15
<a href="https://agentmods.dev/skills/abhigyan-shekhar/waggle-mcp/install-waggle"><img src="https://agentmods.dev/badge/skills/abhigyan-shekhar/waggle-mcp/install-waggle.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 397 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 pass 7 Sept 2026
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.00084 $0.00397
Opus 5 $0.00042 $0.00198
Sonnet 5 $0.00017 $0.00079
Haiku 4.5 $0.00008 $0.00040

Measured 11d ago against content hash cf8c135f1066, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

install-waggle 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 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/install.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

integrations/waggle-installer/skills/install-waggle/SKILL.md · 19 lines

What it actually says

Install Waggle

Install Waggle only; do not implement, configure, repair, or operate Waggle itself.

  1. Confirm that this is a local Codex environment with shell access. If the codex executable or local filesystem is unavailable, stop and explain that Waggle must be installed from a supported local Codex environment. Do not attempt a ChatGPT Web installation.
  2. Tell the user: "I’ll download the official Waggle Codex plugin from the Abhigyan-Shekhar/Waggle-mcp GitHub Releases page and install it through Codex’s normal permission flow."
  3. Run python3 scripts/install.py from this skill directory. Let Codex request its normal network, filesystem, and command approvals; do not bypass the sandbox or use sudo.
  4. Report the script's result exactly:
    • If it says Waggle is already installed, stop.
    • If it succeeds, confirm installation and tell the user to start a new Codex task so the plugin loads.
    • If it fails, report the error clearly and do not claim that Waggle was installed.

The installer checks codex plugin list --json, discovers the latest non-draft, non-prerelease GitHub Release, downloads its waggle-codex-marketplace-<tag>.zip asset, extracts it safely, locates the marketplace root, and runs the existing Codex commands. Do not substitute PyPI, a hosted MCP server, or another installation path.

Files

What ships with it

1 file 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. 11d ago First seen · 19 lines · 84 tokens per session scan A cf8c135f1066

Subscribe to this mod's changes

install-waggle is a skill published in the GitHub repository Abhigyan-Shekhar/Waggle-mcp (40 stars, last pushed 6d ago), licensed Apache-2.0. It adds 84 tokens to every session and 397 once invoked, about $0.0004 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-08-30.

Related

Other skills, from other repositories