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 obto-inc/platform --skill obto-troubleshootinggit clone --depth 1 https://github.com/obto-inc/platformWrote 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/obto-inc/platform/obto-troubleshooting)<a href="https://agentmods.dev/skills/obto-inc/platform/obto-troubleshooting"><img src="https://agentmods.dev/badge/skills/obto-inc/platform/obto-troubleshooting/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/obto-inc/platform/obto-troubleshooting"><img src="https://agentmods.dev/badge/skills/obto-inc/platform/obto-troubleshooting.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00080 | $0.03299 |
| Opus 5 | $0.00040 | $0.01649 |
| Sonnet 5 | $0.00016 | $0.00660 |
| Haiku 4.5 | $0.00008 | $0.00330 |
Grade A, and why
obto-troubleshooting 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.
How it starts
The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OBTO Troubleshooting
Read the envelope first
OBTO tools return structured errors: {ok:false, error:<code>, hint:<what to do>}. The hint is authoritative — follow it before improvising. An "error" string inside an ok:true payload is NOT a failure.
Common errors and what they actually mean
-32602 missing appName/domain — the stateless contract: every call carries both explicitly. Get domain from obto_whoami; ask the user which app.
cross_tenant_not_allowed — the call passed a domain other than the signed-in identity's own, and the identity is not a super-user. Only super-users (dev-domain identity) may address other tenants. Use the identity's own domain, or have an operator run the call.
unknown_domain (3.5.26) — a super-user call named a domain that is not an ACTIVE tenant in the pltf_domain registry. Almost always a typo'd slug: the envelope's didYouMean lists close matches, and whoami's tenantDomains carries the registry summary. Platform-code domains (dev, global, mcp, core, edu) are exempt. If the tenant was provisioned seconds ago, retry once — misses re-read the live registry.
collection_not_in_allowlist — obto_db_query only reads platform collections (pltf_log, pltf_appmap) plus collections the app opted into via exposedCollections on its application record. Fixes, in order: pick a collection from obto_db_list_collections; read business data through the app's own API routes via obto_invoke_route (often the more correct pattern); have the app owner add the opt-in with obto_db_set_exposed_collections (3.5.17+). Super-users (dev domain) bypass the allowlist automatically on 3.5.17+ (logged); on older servers they pass allowUnexposed: true explicitly.
Query returns 0 rows you know exist — the injected tenancy filter doesn't match how documents are scoped (e.g. docs lack an app or domain field). Run obto_db_describe_collection and check the collection's tenancyFields.
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 Changed · +20 lines de37a7b2fbfd
- 9d ago First seen · 85 lines · 80 tokens per session scan A e50cf3db81dd
obto-troubleshooting is a skill published in the GitHub repository obto-inc/platform (1 stars, last pushed 3d ago), licensed Apache-2.0. It adds 80 tokens to every session and 3,299 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-31.
Other skills, from other repositories
chrome-devtools-cli
Use this skill to write shell scripts or run shell commands to automate tasks in the browser or otherwise use Chrome DevTools via CLI.
a11y-debugging
Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.
chrome-devtools
Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to --slim mode (MCP configuration).
n8n-validation-expert
Interpret validation errors and guide fixing them. Use when encountering validation errors, validation warnings, false positives, operator structure issues, or need help understanding validation results. Also use when asking about validation profiles, error types, the validation loop process, or auto-fix capabilities.…
agentcore-investigation
Investigate Bedrock AgentCore runtime sessions via CloudWatch Logs Insights — resolve session/trace IDs, query OTEL spans, filter noise, build timelines. Use when debugging AgentCore agent sessions, tracing tool calls, or analyzing latency.
debug-optimize-lcp
Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…