send-feishu

Installation
SKILL.md

Send Feishu Message

The send logic is in scripts/feishu-send (bundled with this skill).

Step 0 — Locate and prepare the script

# Find the script relative to where this skill is installed
SKILL_DIR="$(find ~/.claude/plugins -name 'send-feishu' -path '*/skills/*' -type d 2>/dev/null | head -1)"
FEISHU_SEND="${SKILL_DIR}/scripts/feishu-send"
chmod +x "$FEISHU_SEND" 2>/dev/null
echo "script: $FEISHU_SEND"

If the script is not found (e.g., skill loaded from local dev path), use:

FEISHU_SEND="$(dirname "$0")/scripts/feishu-send"
Related skills

More from jssfy/k-skills

Installs
397
Repository
jssfy/k-skills
GitHub Stars
2
First Seen
Feb 22, 2026