openclaw - 💡(How to fix) Fix /skill <name> fails to invoke available skill commands in live chat [1 pull requests]

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…

The generic /skill <name> [input] command path can fail to resolve a skill that is available, eligible, and directly invocable through its generated slash command.

Root Cause

  • commands.list exposes weather
  • skills.status reports weather as eligible and command-visible
  • /weather ... executes correctly
  • /skill weather ... fails at the generic wrapper path
  • Stable runtime also shows the failure, so this is not caused by the skills centralization branch

Fix Action

Fixed

Code Example

Unknown skill: weather

Usage: /skill <name> [input]

Use /commands to list available skill commands.
RAW_BUFFERClick to expand / collapse

Summary

The generic /skill <name> [input] command path can fail to resolve a skill that is available, eligible, and directly invocable through its generated slash command.

Repro

In Violet-media-live-20260527:

  1. Confirm weather is available:

    • commands.list includes /weather
    • skills.status marks weather as eligible and command-visible
  2. Send a direct skill command:

    • /weather Paris
  3. Send the generic skill wrapper:

    • /skill weather Berlin tonight compact

Expected

/skill weather Berlin tonight compact should resolve the same weather skill command and run it with Berlin tonight compact as input.

Actual

/weather Paris works, but /skill weather Berlin tonight compact returns:

Unknown skill: weather

Usage: /skill <name> [input]

Use /commands to list available skill commands.

Evidence

  • commands.list exposes weather
  • skills.status reports weather as eligible and command-visible
  • /weather ... executes correctly
  • /skill weather ... fails at the generic wrapper path
  • Stable runtime also shows the failure, so this is not caused by the skills centralization branch

Impact

Users see /skill <name> [input] advertised, but the generic command can reject skills that are otherwise available and working through direct skill slash commands.

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

openclaw - 💡(How to fix) Fix /skill <name> fails to invoke available skill commands in live chat [1 pull requests]