obto-troubleshooting

obto-troubleshooting is a skill for Claude Code, Codex from obto-inc/platform. It costs 80 tokens per session (3,299 once invoked), scanned A, original, Apache-2.0.

A troubleshooting guide for OBTO, a system for calling connected apps and services. It explains the structured errors returned when an app call fails.

In plain words
What is it for?
It is for reading OBTO error responses, checking the signed-in domain, correcting app-call parameters, and diagnosing common connection problems.
Why use it?
It helps identify whether a failure comes from missing account details, an invalid app or domain, stale tools, or access restrictions.

Skill for Claude CodeCodex

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

Good fit It is for reading OBTO error responses, checking the signed-in domain, correcting app-call parameters, and diagnosing common connection problems.

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

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 obto-troubleshooting

README.md
[![agentmods](https://agentmods.dev/badge/skills/obto-inc/platform/obto-troubleshooting/github.svg)](https://agentmods.dev/skills/obto-inc/platform/obto-troubleshooting)
Your own site
<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.

agentmods 80×15 button for obto-troubleshooting

Your own site · 80×15
<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>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,299 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.
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.00080 $0.03299
Opus 5 $0.00040 $0.01649
Sonnet 5 $0.00016 $0.00660
Haiku 4.5 $0.00008 $0.00330

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

Security

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.

plugins/obto-codex/skills/obto-troubleshooting/SKILL.md · 105 lines

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

Read the full file on GitHub · 105 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. 5d ago Changed · +20 lines de37a7b2fbfd
  2. 9d ago First seen · 85 lines · 80 tokens per session scan A e50cf3db81dd

Subscribe to this mod's changes

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.

Related

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.

ChromeDevTools/chrome-devtools-mcp · 31 tokens

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.

ChromeDevTools/chrome-devtools-mcp · 50 tokens

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

ChromeDevTools/chrome-devtools-mcp · 55 tokens

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

czlonkowski/n8n-mcp · 91 tokens

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.

awslabs/mcp · 52 tokens

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…

ChromeDevTools/chrome-devtools-mcp · 99 tokens