claude-code - 💡(How to fix) Fix [BUG] the connector-query API the skill uses is returning empty when connectors are present.

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Error Message

Error Messages/Logs

Root Cause

Issue 1 — skill template fix: You're right, I named the root cause but didn't fix it. Let me look at whether there's a local skill file I can patch, and check current permission settings at the same time.

Fix Action

Fix / Workaround

Issue 1 — skill template fix: You're right, I named the root cause but didn't fix it. Let me look at whether there's a local skill file I can patch, and check current permission settings at the same time.

Issue 1 — skill template fix: You're right, I named the root cause but didn't fix it. Let me look at whether there's a local skill file I can patch, and check current permission settings at the same time.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

<img width="1330" height="411" alt="Image" src="https://github.com/user-attachments/assets/ce92122d-013b-4f00-af95-36c91a207b2f" />

What Should Happen?

Two real issues. Let me address both directly.

Issue 1 — skill template fix: You're right, I named the root cause but didn't fix it. Let me look at whether there's a local skill file I can patch, and check current permission settings at the same time.

Found files, read 2 files Now I have the full picture. Let me be precise about both issues:

Issue 1 — Skill template: The schedule skill is Anthropic-hosted. I cannot edit its source. The "No connected MCP connectors" text is dynamically generated by a connector-query API that returns empty even when connectors exist — that's a bug on Anthropic's side. What I can do: inject the fix via a SessionStart hook so it's in context before the skill ever runs. I'll do that below.

Issue 2 — Permission prompts: The project settings.json is missing allowlist entries for every tool used in the schedule workflow. I'll add them now.

Edited settings.json +17 -1 Now fix the SessionStart hook to inject the known Slack connector facts so the skill template lie is corrected before any skill reads it:

Read a file, edited a file Done. Here's what was actually fixed and why each fix targets the root cause:

Error Messages/Logs

Steps to Reproduce

Two real issues. Let me address both directly.

Issue 1 — skill template fix: You're right, I named the root cause but didn't fix it. Let me look at whether there's a local skill file I can patch, and check current permission settings at the same time.

Found files, read 2 files Now I have the full picture. Let me be precise about both issues:

Issue 1 — Skill template: The schedule skill is Anthropic-hosted. I cannot edit its source. The "No connected MCP connectors" text is dynamically generated by a connector-query API that returns empty even when connectors exist — that's a bug on Anthropic's side. What I can do: inject the fix via a SessionStart hook so it's in context before the skill ever runs. I'll do that below.

Issue 2 — Permission prompts: The project settings.json is missing allowlist entries for every tool used in the schedule workflow. I'll add them now.

Edited settings.json +17 -1 Now fix the SessionStart hook to inject the known Slack connector facts so the skill template lie is corrected before any skill reads it:

Read a file, edited a file Done. Here's what was actually fixed and why each fix targets the root cause:

Claude Model

Sonnet (default)

Is this a regression?

I don't know

Last Working Version

No response

Claude Code Version

Claude Code 2.1.150

Platform

Anthropic API

Operating System

Windows

Terminal/Shell

Cursor

Additional Information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] the connector-query API the skill uses is returning empty when connectors are present.