Intelligent Terminal is an experimental fork of Windows Terminal that adds native support for AI agents through the Agent Client Protocol. It is for Windows users who want to manage compatible agent command-line tools alongside terminal tabs, profiles, themes, shells, and keyboard shortcuts, and the catalogue entries provide instructions, skills, hooks, and a plugin for working with it.
Borrowing it
Nothing to install: this file belongs to microsoft/intelligent-terminal. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/microsoft/intelligent-terminal/main/.github/skills/store-listing-localizer/SKILL.mdgit clone --depth 1 https://github.com/microsoft/intelligent-terminalWrote 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.
[](https://agentmods.dev/skills/microsoft/intelligent-terminal/store-listing-localizer)<a href="https://agentmods.dev/skills/microsoft/intelligent-terminal/store-listing-localizer"><img src="https://agentmods.dev/badge/skills/microsoft/intelligent-terminal/store-listing-localizer/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.
<a href="https://agentmods.dev/skills/microsoft/intelligent-terminal/store-listing-localizer"><img src="https://agentmods.dev/badge/skills/microsoft/intelligent-terminal/store-listing-localizer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, 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 98 Skill grants unrestricted tool access without appropriate constraints. An agent with unfettered tool access can perform arbitrary actions including file modification, network requests, and code execution.Fix: Restrict tool access to only the tools required for the skill's stated purpose. Use an explicit allowlist rather than granting blanket access.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00097 | $0.02238 |
| Opus 5 | $0.00048 | $0.01119 |
| Sonnet 5 | $0.00019 | $0.00448 |
| Haiku 4.5 | $0.00010 | $0.00224 |
Grade B, and why
store-listing-localizer scanned grade B with 1 finding 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 9d ago.
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.
Unrestricted tool accessmediumExcessive agency
A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.
Run any script with `--help` for its options. How it starts
The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Store Listing Localizer
End-to-end automation for localizing the Intelligent Terminal Microsoft Store
listing: export the listingData CSV from Partner Center, localize the
changed fields (release notes, description, captions, features) into all 80+
Store locales using the repo's terminology rules, then import the result —
without manually logging into and clicking through the Partner Center web UI.
- Store ID:
9NMQC2SSJX24· Overview:https://partner.microsoft.com/en-us/dashboard/products/9NMQC2SSJX24/overview - The CSV has 89 locale columns × ~450 field rows. See listing-csv-format.md.
When to Use This Skill
- "Export the Store listings and localize the release notes to all languages."
- "The en-US release note changed — update every locale and re-import."
- Updating Store description / screenshot captions / features across locales.
- Any Partner Center listing export → translate → import round trip.
- The new en-US text may come from the export CSV or be given in the prompt (handled via en-US overrides — see below).
Prerequisites
- Playwright MCP registered as
playwrightin~/.copilot/mcp-config.json(@playwright/mcp,--browser msedge, dedicated--user-data-dir,--output-dir <repo>\Generated Files\playwright-mcp). Write browser outputs to a per-run subfolderstore-listing-localizer/<YYYY-MM-DD>/…(pass that as thefilenamesubpath). Restart Copilot CLI after enabling it, then sign into Partner Center once in the launched Edge window. Full setup + gotchas: partner-center-mcp-workflow.md. - Node.js (uses only built-ins;
scripts/has no npm dependencies). - AppName table — the per-locale product names ship with the skill at
references/intelligent-terminal-translations.md, andapply.mjsdefaults to it. Override with--appnames <path>only if you maintain a newer copy elsewhere.
What ships with it
10 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.
- LICENSE.txt 11 KB
- references/intelligent-terminal-translations.md 3.8 KB
- references/listing-csv-format.md 4.0 KB
- references/localization-rules.md 4.2 KB
- references/partner-center-mcp-workflow.md 4.8 KB
- scripts/apply.mjs 12 KB runs code
- scripts/csvlib.mjs 5.3 KB runs code
- scripts/extract.mjs 4.5 KB runs code
- scripts/fields.mjs 2.5 KB runs code
- scripts/package.json 196 B
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.
- 9d ago First seen · 151 lines · 97 tokens per session scan B 224c0eb24698
store-listing-localizer is a skill published in the GitHub repository microsoft/intelligent-terminal (1,934 stars, last pushed today), licensed MIT. It adds 97 tokens to every session and 2,238 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it B with 1 finding (unrestricted tool access). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
configure-coddy
Change Coddy's own configuration when the user asks for it: edit settings, providers, models, logging, permissions, or find, install, update, and remove MCP servers and skills. Stages UCI-style commands and commits only after the user confirms saving. Load when the user explicitly asks to change a Coddy setting, or…
generate-rules
Scan the codebase and generate or refresh focused project rules under .coddy/rules/.
coddy_project_demo
Examples-only project-local slash skill (copied under /.coddy/skills by the e2e harnesses).
coddy_slash_demo
Examples-only slash skill (Coddy skillsfixture).
personal-shopper
Personal advisor for a problem that might be solved by buying something — diagnoses the real need through conversation, then recommends products from the user's configured stores only when a purchase is the right answer. Recalls the user's sizes, budget, brands and restrictions across sessions, and records new ones as…
meituan-deals
A Meituan assistant for finding food deals, collecting coupons, and placing restaurant group-buy orders. Meituan is a Chinese local-services platform for dining and other everyday purchases.