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 MarioDeFelipe/sap-bdc-plugin --skill bdc-troubleshootergit clone --depth 1 https://github.com/MarioDeFelipe/sap-bdc-pluginWrote 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/mariodefelipe/sap-bdc-plugin/bdc-troubleshooter)<a href="https://agentmods.dev/skills/mariodefelipe/sap-bdc-plugin/bdc-troubleshooter"><img src="https://agentmods.dev/badge/skills/mariodefelipe/sap-bdc-plugin/bdc-troubleshooter/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/mariodefelipe/sap-bdc-plugin/bdc-troubleshooter"><img src="https://agentmods.dev/badge/skills/mariodefelipe/sap-bdc-plugin/bdc-troubleshooter.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.00249 | $0.02572 |
| Opus 5 | $0.00125 | $0.01286 |
| Sonnet 5 | $0.00050 | $0.00514 |
| Haiku 4.5 | $0.00025 | $0.00257 |
Grade A, and why
bdc-troubleshooter 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 11d 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 — 125 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SAP BDC Troubleshooter (symptom-lookup only)
Narrow skill: given an error message or a described failure, return the matching SAP Note, the one-line cause, and concrete steps — nothing else. Curated against 22 SAP Notes (18 from the 2026-04-13 batch + 4 new from the 2026-04-15 batch) plus 4 procedural rules from the 2026-05-02 SAP help.sap.com batch.
Scope rule
In scope (use this skill):
- User pastes an error message or stack trace
- User cites an SAP Note number
- User describes a failure whose symptom matches the tables below
Out of scope (route elsewhere):
- "How do I set up BDC?" →
bdc-onboarding - "How do I manage users / configure SCIM / monitor capacity?" →
bdc-core-admin - "How do I publish / enrich a catalog asset?" →
bdc-governance-catalog - "How does BDC Connect / Delta Sharing work?" →
bdc-connect-sharing - "How do I install an intelligent app?" →
bdc-intelligent-apps - "How do I work with SAP Databricks?" →
sap-databricks
Workflow
- Identify the symptom in the tables below.
- If an MCP tool matches (the
sap-bdcserver exposesdiagnose_share_error,validate_tenant_hostname,check_deletion_vectors,cleanup_orphaned_data_product), call it first. Don't paraphrase — call the tool and cite its output. - Cite the SAP Note by number. Never invent note numbers.
- Give the resolution as numbered steps, not prose.
- Fallback: unknown symptoms → SAP Note 3653192 (main troubleshooting guide) + SAP Note 3568017 (how to file a support case).
Symptom → SAP Note index
Provisioning
| Symptom | SAP Note | Fix |
|---|---|---|
| BDC Core provisioning hangs indefinitely | 3652165 | tenantHostName must match [a-z0-9-]+ — no uppercase, no leading/trailing hyphens. Delete failed instance, retry lowercase. Pre-check with validate_tenant_hostname MCP tool. |
| "The host name XXX is already being used" | 3705747 | Hostname taken in that region. Pick different. |
| SAC tenant stuck at "Processing" | 3605796 | SAC licenses not assigned. Go back and assign them. |
| Can't find BDC provisioning with BTPEA/CPEA | 3599696 | BDC does NOT use CPEA/BTPEA credits. Buy BDC offering separately; existing tenants can't migrate. |
| How do I provision SAP Datasphere? | 3459708 | BDC model: enable BDC Core first, then provision DS tenant. BTPEA/CPEA: separate flow. |
What ships with it
22 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.
- references/3459708_E_20260413.pdf 170 KB
- references/3568017_E_20260413.pdf 324 KB
- references/3568907_E_20260413.pdf 223 KB
- references/3599696_E_20260413.pdf 114 KB
- references/3600390_E_20260415.pdf 150 KB
- references/3605796_E_20260413.pdf 619 KB
- references/3652165_E_20260413.pdf 121 KB
- references/3653192_E_20260415.pdf 144 KB
- references/3665741_E_20260415.pdf 103 KB
- references/3678584_E_20260415.pdf 93 KB
- references/3694878_E_20260413.pdf 181 KB
- references/3705747_E_20260413.pdf 237 KB
- references/3706392_E_20260413.pdf 151 KB
- references/3706399_E_20260413.pdf 160 KB
- references/3717031_E_20260413.pdf 207 KB
- references/3718680_E_20260415.pdf 152 KB
- references/3720724_E_20260413.pdf 154 KB
- references/3725086_E_20260415.pdf 134 KB
- references/3726123_E_20260415.pdf 177 KB
- references/3731036_E_20260413.pdf 146 KB
- references/3736857_E_20260413.pdf 160 KB
- references/3738570_E_20260413.pdf 149 KB
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.
- 11d ago First seen · 125 lines · 249 tokens per session scan A 50c0f0a918d9
bdc-troubleshooter is a skill published in the GitHub repository MarioDeFelipe/sap-bdc-plugin (9 stars, last pushed 4mo ago), licensed MIT. It adds 249 tokens to every session and 2,572 once invoked, about $0.0012 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
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…
systematic-debugging
Use when debugging a failing test, build error, or runtime issue that isn't immediately obvious. Guides a 4-phase root cause analysis instead of random fix attempts.
diagnose
Trace from a reproduced symptom to the source code that causes it. Pin the specific file and approximate line, rate confidence in the cause and clarity of the fix independently, and always propose a concrete fix.
repro-admin
Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.
log-error-digest
Analyze log files to troubleshoot errors, identify peak error periods, and produce error clustering, frequency statistics, and time distribution reports. Supports JSON, syslog, and Nginx formats with automatic detection. Use when a user uploads a .log file and asks to analyze errors, find patterns, debug issues, or…
byted-util-volcengine-detect-retry
An orchestration workflow for Volcengine Cloud Detect, a service that checks websites or network endpoints from test locations.