mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-01 23:13:11 +00:00
* fix(skills): scan nested subdirectories for grouped skill layouts Previously, skill discovery only checked immediate children of the skills root for SKILL.md files. Skills organized in subdirectories (e.g. ~/.openclaw/skills/coze/koze-retrieval/SKILL.md) were silently ignored. Now, when an immediate child directory does not contain a SKILL.md, its own children are checked one level deeper. This supports grouped skill layouts while keeping the scan depth bounded (max 2 levels) to avoid unbounded filesystem traversal. The existing per-source skill count limits and containment checks still apply to nested discoveries. Fixes #56915 * test(skills): cover nested grouped skill discovery * fix(skills): cache contained-path checks and cap nested scans - Reuse skillDirRealPath captured during the collection phase so the load loop no longer re-runs resolveContainedSkillPath on the same directory. - Apply the per-root candidate cap (and the matching warning log) when descending into nested grouped skill directories, matching the outer scan's behavior. Addresses Greptile P2 feedback on PR #72534. * fix(skills): load grouped skill directories under skills roots * fix(clownfish): address review for ghcrawl-156697-autonomous-smoke (1) --------- Co-authored-by: Otto Deng <otto@ottodeng.com> Co-authored-by: vincentkoc <25068+vincentkoc@users.noreply.github.com> Co-authored-by: Otto Deng <ottodeng2@github.local> |
||
|---|---|---|
| .. | ||
| acp-agents-setup.md | ||
| acp-agents.md | ||
| agent-send.md | ||
| apply-patch.md | ||
| brave-search.md | ||
| browser-control.md | ||
| browser-linux-troubleshooting.md | ||
| browser-login.md | ||
| browser-wsl2-windows-remote-cdp-troubleshooting.md | ||
| browser.md | ||
| btw.md | ||
| capability-cookbook.md | ||
| clawhub.md | ||
| code-execution.md | ||
| creating-skills.md | ||
| diffs.md | ||
| duckduckgo-search.md | ||
| elevated.md | ||
| exa-search.md | ||
| exec-approvals-advanced.md | ||
| exec-approvals.md | ||
| exec.md | ||
| firecrawl.md | ||
| gemini-search.md | ||
| grok-search.md | ||
| image-generation.md | ||
| index.md | ||
| kimi-search.md | ||
| llm-task.md | ||
| lobster.md | ||
| loop-detection.md | ||
| media-overview.md | ||
| minimax-search.md | ||
| multi-agent-sandbox-tools.md | ||
| music-generation.md | ||
| ollama-search.md | ||
| pdf.md | ||
| perplexity-search.md | ||
| plugin.md | ||
| reactions.md | ||
| searxng-search.md | ||
| skills-config.md | ||
| skills.md | ||
| slash-commands.md | ||
| subagents.md | ||
| tavily.md | ||
| thinking.md | ||
| tokenjuice.md | ||
| trajectory.md | ||
| tts.md | ||
| video-generation.md | ||
| web-fetch.md | ||
| web.md | ||