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.
npx skills add zscaler/zscaler-mcp-server --skill look-up-cloud-app-namegit clone --depth 1 https://github.com/zscaler/zscaler-mcp-serverWrote 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/zscaler/zscaler-mcp-server/look-up-cloud-app-name)<a href="https://agentmods.dev/skills/zscaler/zscaler-mcp-server/look-up-cloud-app-name"><img src="https://agentmods.dev/badge/skills/zscaler/zscaler-mcp-server/look-up-cloud-app-name/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/zscaler/zscaler-mcp-server/look-up-cloud-app-name"><img src="https://agentmods.dev/badge/skills/zscaler/zscaler-mcp-server/look-up-cloud-app-name.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00169 | $0.02173 |
| Opus 5 | $0.00084 | $0.01086 |
| Sonnet 5 | $0.00034 | $0.00435 |
| Haiku 4.5 | $0.00017 | $0.00217 |
Grade A, and why
zia-look-up-cloud-app-name 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 12d 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.
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.
How it starts
The opening of the file, as written. The whole thing — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ZIA: Look Up Cloud Application Name
Keywords
canonical cloud application name, ssl inspection cloud_applications, sharepoint name, onedrive name, google drive name, dropbox name, web dlp cloud applications, cloud app control application name, application catalog, ZIA cloud app token, cloud_applications field, NONE response cloud applications
Why this skill exists
ZIA exposes two distinct cloud-application catalogs that look the same but are not interchangeable:
| Catalog | Tool(s) | Identifier |
|---|---|---|
| Shadow IT analytics | zia_list_shadow_it_apps, zia_list_shadow_it_custom_tags |
numeric id (e.g. 655377), friendly name (e.g. Sharepoint Online) |
| Policy-engine catalog | zia_list_cloud_app_policy, zia_list_cloud_app_ssl_policy |
canonical app name app (e.g. SHAREPOINT_ONLINE), display app_name |
Policy rules — SSL Inspection, Web DLP, Cloud App Control, File Type Control, Bandwidth Classes, Advanced Settings — accept only the canonical app value from the policy-engine catalog in their cloud_applications field. Passing a Shadow IT numeric ID, a friendly display name, or even a slightly mistyped value causes ZIA to silently coerce it to NONE instead of raising a validation error. That's the failure mode behind issue #56.
The SSL Inspection create/update tools (zia_create_ssl_inspection_rule, zia_update_ssl_inspection_rule) already resolve friendly names automatically via the in-process resolver. The agent's job in this skill is to:
- Trust the auto-resolution when calling those two tools.
- Manually call the policy-engine catalog tools when the admin asks to look up the canonical name (without modifying a rule), or when they're working with another rule type (Web DLP, Cloud App Control) where auto-resolution is not yet wired.
Scope Boundaries
Which rule types use the cloud-app catalog (and therefore need this skill):
- ✅ SSL Inspection (
zia_create/update_ssl_inspection_rule) — field iscloud_applications. Auto-resolves friendly names. - ✅ Web DLP (
zia_create/update_web_dlp_rule) — field iscloud_applications. Does not auto-resolve; look up the canonical name with this skill first, then pass it in. - ✅ File Type Control (
zia_create/update_file_type_control_rule) — field iscloud_applications. Auto-resolves friendly names. - ✅ Cloud App Control (
zia_create/update_cloud_app_control_rule) — field iscloud_applications. Auto-resolves friendly names. - ✅ Cloud Firewall DNS (
zia_create/update_cloud_firewall_dns_rule) — field is namedapplications, notcloud_applications(an inconsistency in the underlying ZIA API). Same catalog, same vocabulary, same auto-resolution. The DNS-related sub-categories (DNS tunnels, network apps, DoH providers likeCLOUDFLARE_DOH) live inside this same catalog.
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.
- 12d ago First seen · 127 lines · 169 tokens per session scan A 4033bf03863e
zia-look-up-cloud-app-name is a skill published in the GitHub repository zscaler/zscaler-mcp-server (50 stars, last pushed 5d ago), licensed MIT. It adds 169 tokens to every session and 2,173 once invoked, about $0.0008 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.
Other skills, from other repositories
jmcomic
Search, browse, inspect album-specific or site-wide comments, list favorite folders, browse, add, and delete favorites, and download manga from JMComic (18comic), obtain the latest Android APK from hect0x7/JMComic-APK, and invoke the upstream jm-view-server jms command for local reading. Use for manga discovery…
ast-grep
Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for…
debug-optimize-lcp
Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…
ue-mcp-epic-routing
Use when deciding between ue-mcp's native category actions and Epic's wrapped ToolsetRegistry tools (the epic actions, incl. the Blueprint graph DSL) for a task in Unreal. Pulls in when authoring Blueprint graph bodies, or any time both a native action and an epic action could do the job and you need to pick.
frontmcp-setup
Use when starting, scaffolding, or organizing a FrontMCP project. Covers creating a new project (CLI scaffold or manual) for Node, Vercel, and other targets; standalone versus Nx-monorepo layout, naming conventions, generators, and dependency rules; composing multiple @App classes, ESM packages, and remote MCP servers…
apitap
ApiTap gives AI agents cheap access to web data through three layers.