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.
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 bytedance/agentkit-samples --skill byted-sol-stability-architecture-path-extractorgit clone --depth 1 https://github.com/bytedance/agentkit-samplesWrote 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/bytedance/agentkit-samples/byted-sol-stability-architecture-path-extractor)<a href="https://agentmods.dev/skills/bytedance/agentkit-samples/byted-sol-stability-architecture-path-extractor"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-sol-stability-architecture-path-extractor/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/bytedance/agentkit-samples/byted-sol-stability-architecture-path-extractor"><img src="https://agentmods.dev/badge/skills/bytedance/agentkit-samples/byted-sol-stability-architecture-path-extractor.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.00047 | $0.00352 |
| Opus 5 | $0.00023 | $0.00176 |
| Sonnet 5 | $0.00009 | $0.00070 |
| Haiku 4.5 | $0.00005 | $0.00035 |
Grade A, and why
byted-sol-stability-architecture-path-extractor 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 5d 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.
What it actually says
Architecture Path Extractor Skill
输入
- 代码仓库地址或本地路径(必填)
- 产品架构图路径(选填,可多次)
- 产品文档路径(选填,可多次)
输出
固定输出到 output/<repo_slug>/:
topology-model.jsoncore-links.mddependency-risk.mdobservability-gaps.mdevidence-index.json
建模维度
service graphrequest pathasync pathdependency graph(DB / Cache / MQ / Third-party)failure pointobservability hook point
执行规则
- 每条链路与风险项必须包含证据来源(文件路径)。
- 核心用户链路、控制面链路、数据面链路必须分别输出。
- 风险与埋点缺口必须能映射到服务或依赖节点。
- 解析失败时输出可诊断信息,不得静默忽略关键输入。
CLI
byted-sol-stability-architecture-path-extractor \
--repo tests/integration/fixtures/sample_repo \
--product-doc examples/product-doc.md \
--arch-diagram examples/arch-diagram.md \
--out-dir output
What ships with it
19 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.
- byted-sol-stablity-architecture-path-extractor.submission.zip 54 KB
- LICENSE 1.0 KB
- prompt.md 712 B
- pyproject.toml 508 B
- src/architecture_path_extractor/__init__.py 126 B runs code
- src/architecture_path_extractor/classifier.py 1.2 KB runs code
- src/architecture_path_extractor/cli.py 1.7 KB runs code
- src/architecture_path_extractor/exporter.py 2.4 KB runs code
- src/architecture_path_extractor/extractors/api_parser.py 1.4 KB runs code
- src/architecture_path_extractor/extractors/config_parser.py 1.1 KB runs code
- src/architecture_path_extractor/extractors/dependency_parser.py 1.9 KB runs code
- src/architecture_path_extractor/extractors/doc_diagram_parser.py 881 B runs code
- src/architecture_path_extractor/extractors/repo_scanner.py 530 B runs code
- src/architecture_path_extractor/inputs.py 872 B runs code
- src/architecture_path_extractor/models.py 1.4 KB runs code
- src/architecture_path_extractor/observability_gap.py 1.9 KB runs code
- src/architecture_path_extractor/path_builder.py 2.8 KB runs code
- src/architecture_path_extractor/pipeline.py 3.0 KB runs code
- src/architecture_path_extractor/risk_analyzer.py 1.3 KB runs code
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.
- 5d ago First seen · 50 lines · 47 tokens per session scan A fca9ef53792c
byted-sol-stability-architecture-path-extractor is a skill published in the GitHub repository bytedance/agentkit-samples (450 stars, last pushed 5d ago), licensed Apache-2.0. It adds 47 tokens to every session and 352 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.
Other skills, from other repositories
triage-issues
Triage GitHub issues in the googleapis/mcp-toolbox repo: propose the correct labels (type / priority / product / status), check for duplicates, verify a bug has enough info to act on, and draft a triage comment. Use whenever a maintainer asks you to triage, label, categorize, prioritize, or "look at" an issue (or a…
adk-debug
Diagnoses misbehaving ADK agents by inspecting sessions, events, tool calls, and the exact request that reached the model. Covers the adk run CLI and the adk web dev server with its session, trace, and debug HTTP endpoints. Use when an agent returns the wrong answer, ignores a tool or swallows a tool error, hangs…
claw-admin
Claw system administration: service management, IM connections, logs, cron, and workspace diagnostics. Use when the user asks to manage claw services, connect/disconnect IM platforms, view logs, or perform system-wide operations.
rubber-duck
Adversarial "rubber duck" review that turns explaining-out-loud into a hallucination check. The main session is the PRESENTER (it did the work — a design doc, investigation, or analysis — and holds the real reasoning) and reconstructs the topic to a LISTENER — a spawned subagent pinned to a DIFFERENT-vendor model that…
optimize
Review code for efficiency and performance. Triggered by "/optimize" when user wants to identify bottlenecks or improve performance.
golang-troubleshooting
Troubleshoot Golang programs systematically - find and fix the root cause. Use when encountering bugs, crashes, deadlocks, races, or unexpected behavior in Go code. Covers debugging methodology, common Go pitfalls, test-driven debugging, pprof setup and capture, Delve, race detection, GODEBUG tracing, and production…