skills/core/find-node/SKILL.md
Fuzzy-match Kubernetes nodes by keyword. Equivalent to `kubectl get nodes -o wide | grep <keyword>`, with header preserved. Use this instead of listing all nodes to keep context minimal.
npx skillsauth add scitix/siclaw find-nodeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
bash skills/core/find-node/scripts/find-node.sh <keyword>
bash skills/core/find-node/scripts/find-node.sh gpu
bash skills/core/find-node/scripts/find-node.sh 192.168.1
bash skills/core/find-node/scripts/find-node.sh 061
development
Guide for writing and improving Siclaw skills. Read this when creating or modifying a skill. Covers skill directory layout, SKILL.md format, script execution modes, and best practices.
development
Guides the user to the Siclaw Web page to manage Skills. Use this guide when the user requests to create, edit, or view a Skill in a Channel conversation.
development
Retrieve and analyze Volcano scheduler logs. Filter by keyword, time range, or pod name to debug scheduling decisions.
tools
View Volcano scheduler configuration. Check scheduler ConfigMap, actions, plugins, and tier settings.