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 agentmods add skills/gigaverse-app/langsmith-cli/langsmith_clinpx skills add gigaverse-app/langsmith-cli --skill langsmith_cligit clone --depth 1 https://github.com/gigaverse-app/langsmith-cliWhat 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 | $0.00000 | $0.00008 |
| Opus 5 | $0.00000 | $0.00004 |
| Sonnet 5 | $0.00000 | $0.00002 |
| Haiku 4.5 | $0.00000 | $0.00001 |
Grade A, and why
langsmith_cli 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 2d 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.
This is a copy
88% identical to code-review — 17 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
../../skills/langsmith/SKILL.md
What ships with it
60 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.
- __init__.py 0 B runs code
- archive/__init__.py 53 B runs code
- archive/backfill.py 4.0 KB runs code
- archive/bulk.py 25 KB runs code
- archive/config.py 4.1 KB runs code
- archive/duckdb.py 6.5 KB runs code
- archive/models.py 12 KB runs code
- archive/parquet.py 10 KB runs code
- archive/query.py 13 KB runs code
- archive/repository.py 8.6 KB runs code
- archive/storage.py 13 KB runs code
- archive/sync.py 41 KB runs code
- cache.py 6.8 KB runs code
- cli_logging.py 4.0 KB runs code
- commands/annotation_queues.py 5.8 KB runs code
- commands/archive.py 19 KB runs code
- commands/auth.py 1.8 KB runs code
- commands/datasets.py 16 KB runs code
- commands/examples.py 13 KB runs code
- commands/experiments.py 4.9 KB runs code
- commands/feedback.py 5.9 KB runs code
- commands/projects.py 13 KB runs code
- commands/prompts.py 14 KB runs code
- commands/runs/__init__.py 2.3 KB runs code
- commands/runs/_group.py 2.7 KB runs code
- commands/runs/analyze_cmd.py 20 KB runs code
- commands/runs/cache_cmd.py 11 KB runs code
- commands/runs/discovery_cmd.py 18 KB runs code
- commands/runs/export_cmd.py 7.4 KB runs code
- commands/runs/get_cmd.py 17 KB runs code
- commands/runs/list_cmd.py 32 KB runs code
- commands/runs/pricing_cmd.py 17 KB runs code
- commands/runs/pull_cmd.py 2.8 KB runs code
- commands/runs/search_cmd.py 15 KB runs code
- commands/runs/stats_cmd.py 2.9 KB runs code
- commands/runs/usage_cmd.py 32 KB runs code
- commands/runs/watch_cmd.py 6.0 KB runs code
- commands/self_cmd.py 17 KB runs code
- config.py 2.7 KB runs code
- dataset_replica/__init__.py 179 B runs code
- dataset_replica/cli.py 2.6 KB runs code
- dataset_replica/contracts.py 1.3 KB runs code
- dataset_replica/models.py 2.6 KB runs code
- dataset_replica/query.py 11 KB runs code
- dataset_replica/repository.py 46 KB runs code
- dataset_replica/service.py 6.7 KB runs code
- dataset_replica/versioning.py 2.1 KB runs code
- dataset_resolution.py 1.0 KB runs code
- field_analysis.py 18 KB runs code
- filtering.py 25 KB runs code
- filters.py 14 KB runs code
- local_traces/__init__.py 58 B runs code
- local_traces/models.py 7.7 KB runs code
- local_traces/repository.py 20 KB runs code
- local_traces/service.py 1.1 KB runs code
- local_traces/transfer.py 5.3 KB runs code
- main.py 16 KB runs code
- output.py 17 KB runs code
- project_resolution.py 31 KB runs code
- run_helpers.py 13 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.
- 2d ago First seen · 1 lines · 0 tokens per session scan A 21cda2800291
langsmith_cli is a skill published in the GitHub repository gigaverse-app/langsmith-cli (9 stars, last pushed 8d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 8 tokens. A static security scan graded it A with 0 findings. It is 88% identical to code-review, differing in 17 lines, and is treated as a copy.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.
chat-perf
Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…