send-feishu

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

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "send-feishu" with this command: npx skills add jssfy/k-skills/jssfy-k-skills-send-feishu

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"

Choose Format

Situation Format

Simple one-liner, status update text

Has title + body, structured data, report card

Image file / screenshot / chart image

.md / .html / .pdf / .doc / large content file

User says "发给我" / "私发" / names a person use FEISHU_USER_OPEN_ID

Card color: green =success, orange =warning, red =error, blue =info (default), purple =highlight.

Send

Text

"$FEISHU_SEND" text "消息内容"

Card

"$FEISHU_SEND" card "标题" "正文(支持 lark_md:粗体 斜体 \n换行)" --color blue

Image

"$FEISHU_SEND" image /path/to/image.png

File

"$FEISHU_SEND" file /path/to/report.md

Dry-run (verify vars without sending)

"$FEISHU_SEND" --dry-run text "test"

The script handles: variable resolution (including CTI_FEISHU_* aliases) → routing → token acquisition → upload → send → error reporting.

Environment Variables

Variable Purpose

FEISHU_WEBHOOK

Group webhook URL

FEISHU_APP_ID

  • FEISHU_APP_SECRET

Required for image/file upload and API sends

FEISHU_CHAT_ID

Group chat ID (oc_xxx )

FEISHU_USER_OPEN_ID

Individual (ou_xxx )

FEISHU_WEBHOOK_SECRET

Only if webhook signature is enabled

If vars are unset after resolution, tell user which ones to configure.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Novel Workshop

多模型命题小说创作工坊。用户给出写作命题,自动完成:AI 写初稿 → 三路并行审阅(逻辑/文学/锐评)→ AI 改稿 → 飞书文档完整存档。 一键启动,全程自动,零手动干预。支持飞书实时进度推送。 触发词:命题写作、写一篇小说、命题小说、创作工坊、novel workshop

Registry SourceRecently Updated
General

Openclaw Commerce Shopify

Shopify store management through OpenClaw Commerce API

Registry SourceRecently Updated
General

Article Extract

提取微信公众号、博客、新闻等网页的正文内容,绕过反爬机制,纯文本输出。

Registry SourceRecently Updated
General

Compensation & Salary Benchmarking

Build competitive compensation plans using market data, salary bands, equity, bonuses, geographic pay adjustments, and retention risk scoring.

Registry SourceRecently Updated
68901kalin