byted-sol-stability-sli-modeling

byted-sol-stability-sli-modeling is a skill for Claude Code, Codex from bytedance/agentkit-samples. It costs 31 tokens per session (471 once invoked), scanned A, original, Apache-2.0.

A modeling tool that turns a capability or user scenario into a structured service-level indicator (SLI) specification. An SLI is a measurable signal such as request availability or latency, used to set service-level objectives (SLOs) and track an error budget.

In plain words
What is it for?
Use it to model availability, latency, correctness, freshness, completeness, or consistency for important user journeys and produce an SLI report.
Why use it?
It helps teams define reliability measurements consistently instead of filling in missing fields or choosing vague internal metrics.

Skill for Claude CodeCodex ✓ vendor

Written for no agent in particular: nothing here depends on one.

Good fit Use it to model availability, latency, correctness, freshness, completeness, or consistency for important user journeys and produce an SLI report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bytedance/agentkit-samples/byted-sol-stability-sli-modeling
About the project

bytedance/agentkit-samples is a collection of examples and tutorials for Volcengine AgentKit, an AI-agent development platform for building, deploying, and operating agent applications. Developers use the samples to learn agent creation, multi-agent collaboration, memory, retrieval, MCP integrations, media generation, customer service, and other workflows. The catalogue skills provide agent workflows based on these examples.

bytedance/agentkit-samples · 450 stars · on GitHub

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 bytedance/agentkit-samples --skill byted-sol-stability-sli-modeling
Clone the repo
git clone --depth 1 https://github.com/bytedance/agentkit-samples

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 byted-sol-stability-sli-modeling

README.md
[![agentmods](https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-sol-stability-sli-modeling/github.svg)](https://agentmods.dev/skills/bytedance/agentkit-samples/byted-sol-stability-sli-modeling)
Your own site
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-sol-stability-sli-modeling"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-sol-stability-sli-modeling/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 byted-sol-stability-sli-modeling

Your own site · 80×15
<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-sol-stability-sli-modeling"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-sol-stability-sli-modeling.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 471 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.00031 $0.00471
Opus 5 $0.00015 $0.00235
Sonnet 5 $0.00006 $0.00094
Haiku 4.5 $0.00003 $0.00047

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

Security

Grade A, and why

byted-sol-stability-sli-modeling 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 6d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (src/sli_modeling_skill/__init__.py, src/sli_modeling_skill/cli.py, src/sli_modeling_skill/exporter.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.

skills/byted-sol-stability-sli-modeling/SKILL.md · 55 lines

What it actually says

SLI Modeling Skill

输入

  • 能力/场景描述文本(必填)
  • owner(必填)
  • 参考文档路径(选填)

输出

固定输出到 output/<slug>/

  • sli-spec.json
  • sli-report.md

SLI Spec 字段(强约束)

  • capability
  • user_journey
  • sli_name
  • sli_typeavailability|latency|correctness|freshness|completeness|consistency
  • measurement
  • denominator
  • dimension
  • target_slo
  • error_budget
  • severityP0|P1|P2
  • owner

执行规则

  1. 不得输出缺失字段的 SLI Spec。
  2. sli_typeseverity 必须命中枚举。
  3. 字段校验失败必须返回可诊断错误,不静默补全无意义默认值。
  4. 允许通过输入文本中的 key: value 形式显式指定字段并覆盖推断。
  5. 优先围绕关键用户旅程建模(如登录、核心请求、结算),避免使用 CPU/内存等内部资源指标直接充当 SLI。
  6. 优先采用 request-based 口径(good requests / total requests);确有需要时才采用 period-based 口径,并在 target_slo 中显式说明窗口。
  7. 默认使用 rolling 30d 目标窗口,error_budget 默认遵循 1 - target_slo 的口径。
  8. 不使用 100% 作为默认目标;建议使用 99.x 目标并通过 burn-rate 观察预算消耗。

CLI

byted-sol-stablity-sli-modeling \
  --input examples/input.capability.md \
  --owner team-observability \
  --out-dir output
Files

What ships with it

8 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.

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. 6d ago First seen · 55 lines · 31 tokens per session scan A 665c16ddb162

Subscribe to this mod's changes

byted-sol-stability-sli-modeling is a skill published in the GitHub repository bytedance/agentkit-samples (450 stars, last pushed 5d ago), licensed Apache-2.0. It adds 31 tokens to every session and 471 once invoked, about $0.0002 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-09-03.