platform-service-connectivity

platform-service-connectivity is a skill for Claude Code, Codex from ccoalm/ccl-skills. It costs 52 tokens per session (5,545 once invoked), scanned A, original, Apache-2.0.

A guide for designing and debugging how one software service sends a request to another across networks and environments.

In plain words
What is it for?
Use it for service meshes, service discovery, environment routing, HTTP or RPC communication, queues, and middleware that carries context between services.
Why use it?
It helps prevent failed, slow, repeated, misrouted, or insecure service-to-service requests by addressing discovery, encryption, time limits, retries, and circuit breakers.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the ccl-skills plugin — 33 skills, 4 commands, 7 hooks shipped together

Good fit Use it for service meshes, service discovery, environment routing, HTTP or RPC communication, queues, and middleware that carries context between services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ccoalm/ccl-skills/platform-service-connectivity
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 ccoalm/ccl-skills --skill platform-service-connectivity
Clone the repo
git clone --depth 1 https://github.com/ccoalm/ccl-skills

Made for: Claude Code, Codex.

Or install ccl-skills, the plugin that ships this one along with the rest of its 33 skills, 4 commands, 7 hooks.

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 platform-service-connectivity

README.md
[![agentmods](https://agentmods.dev/badge/skills/ccoalm/ccl-skills/platform-service-connectivity/github.svg)](https://agentmods.dev/skills/ccoalm/ccl-skills/platform-service-connectivity)
Your own site
<a href="https://agentmods.dev/skills/ccoalm/ccl-skills/platform-service-connectivity"><img src="https://agentmods.dev/badge/skills/ccoalm/ccl-skills/platform-service-connectivity/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 platform-service-connectivity

Your own site · 80×15
<a href="https://agentmods.dev/skills/ccoalm/ccl-skills/platform-service-connectivity"><img src="https://agentmods.dev/badge/skills/ccoalm/ccl-skills/platform-service-connectivity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,545 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.00052 $0.05545
Opus 5 $0.00026 $0.02772
Sonnet 5 $0.00010 $0.01109
Haiku 4.5 $0.00005 $0.00554

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

Security

Grade A, and why

platform-service-connectivity 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 3d 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.

skills/platform-service-connectivity/SKILL.md · 279 lines

How it starts

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

Platform Service Connectivity

  • Code/test changes require self-checks; invoke code-review automatically before completion.

This skill owns how requests move between services: the transport layer (mesh), service discovery, multi-environment routing, retry/timeout/circuit-breaker policy, and the framework middleware that propagates app-level context across hops.

You do not own:

  • Whether the right signals exist or how to alert on them — go to platform-observability.
  • Whether a change is safe to promote across environments — platform-release-engineering consumes connectivity policy as input.
  • HTTP handler shape, DB schema, or business contract design — language-specific service-architecture skills.
  • Agent/MCP tool exposure, dynamic tool catalog/cache behavior, model-visible schemas, or execution-time tool authorization — route those to llm-inference-integration. This skill owns the connector's network path, egress policy, mTLS/TLS boundary, service identity, and transport observability, not whether the agent may call a tool.

Skill Routing

  • Use this skill for: introducing or auditing service mesh, choosing service-discovery mechanism, setting retry/timeout/circuit-breaker defaults, designing lane-based or canary-based traffic shifts, debugging a "service A can't reach service B" failure, writing connectivity middleware, deciding where mTLS lives, propagating tenant/lane/log-id across hops.
  • Use platform-observability for: anything about whether you can see a connectivity failure (envoy access log, kitex/grpc trace, Prom mesh metrics).
  • Use platform-release-engineering for: shifting traffic during a deploy, promoting a canary, or rolling back via mesh VirtualService.
  • Use llm-inference-integration for: agent tool catalogs, MCP tool/resource/prompt semantics, prompt-cache or manifest stability, tool-call approval policy, execution-time authorization, and model-visible connector schemas. Return here only for the connector's network reachability, service identity, egress allowlist, TLS/mTLS, timeout/retry transport policy, or mesh/discovery path.
  • Use defect-diagnosis for: an active connectivity incident — come back here to land the recurring pattern.

Read the full file on GitHub · 279 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. 3d ago Changed · +2 lines 2d161e919326
  2. 4d ago Changed 558b1d686452
  3. 11d ago First seen · 277 lines · 52 tokens per session scan A 17c0927bfaaf

Subscribe to this mod's changes

platform-service-connectivity is a skill published in the GitHub repository ccoalm/ccl-skills (6 stars, last pushed today), licensed Apache-2.0. It adds 52 tokens to every session and 5,545 once invoked, about $0.0003 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-31.