yandex-cloud

A skill for reading Yandex Cloud resources through its REST API, including virtual machines, logs, metrics, Kubernetes clusters, databases, serverless services, and networks.

In plain words
What is it for?
Use it to inspect Yandex Cloud infrastructure, investigate Kubernetes pods and events, read container logs, and examine metrics or audit records.
Why use it?
It avoids relying on the Yandex Cloud command-line tool, which may not be installed. It also separates cloud-level information from details inside a Kubernetes cluster.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/tracer-cloud/opensre/tools
Any agent
npx skills add Tracer-Cloud/opensre --skill tools
Clone the repo
git clone --depth 1 https://github.com/Tracer-Cloud/opensre

Made for: Claude Code, Codex.

Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,901 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00071 $0.02901
Opus 5 $0.00036 $0.01451
Sonnet 5 $0.00014 $0.00580
Haiku 4.5 $0.00007 $0.00290

Measured today against content hash 2cb5dcc00a69, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

yandex-cloud 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.

The scan reads SKILL.md. This mod also ships 9 executable files (__init__.py, yc_api_lookup_tool/__init__.py, yc_db_logs_tool/__init__.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/yandex_cloud/tools/SKILL.md · 233 lines

How it starts

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

yandex-cloud

Three rules first, because they are the ones that waste a whole investigation when they are missed.

Read kubernetes_get_events before naming a cause for any pod that is not Running. The pod list shows only that it is stuck. Every reason looks identical there — out of memory, unschedulable, an image that will not pull, a volume that will not mount. The event carries the actual message, and guessing between them produces a confident wrong answer that sends someone to check node capacity when the registry was refusing the pull. Pending with no events about resources is an image or volume problem, not a scheduling one.

A pod is not a Yandex Cloud resource. The Yandex Cloud API knows the Kubernetes cluster — version, health, node groups, read with execute_yc_operation on /managed-kubernetes/ — and nothing about what runs inside it. Neither execute_yc_operation nor find_yc_api can reach a pod, an event or a container log, and no /managed-kubernetes/ path returns one. Read those with kubernetes_list_pods, kubernetes_get_events, kubernetes_get_pod_logs and kubernetes_list_nodes, which talk to the cluster's own API server. If those tools are absent, Managed Kubernetes access was not connected during setup — say so rather than trying the Yandex Cloud API instead.

Never run yc via a shell tool. It is normally not installed, it needs its own separate authentication, and it can mutate. If you catch yourself writing yc ... to answer a question, use execute_yc_operation instead.

But do write the yc ... command out when something should change. These tools only read. When the finding calls for an action — resize, restart, rebalance, change a setting — end with the exact yc ... command an operator can paste, not a description of what to do. Writing the command is correct; running it is not.

Everything else reaches Yandex Cloud over its REST API with the configured credential. There is no CLI step and no shell step.

Read the full file on GitHub · 233 lines

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 2cb5dcc00a69
  2. 2d ago First seen · 233 lines · 71 tokens per session scan A 77b2c077746c

Subscribe to this mod's changes

yandex-cloud is a skill published in the GitHub repository Tracer-Cloud/opensre (10,985 stars, last pushed today), licensed Apache-2.0. It adds 71 tokens to every session and 2,901 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.