install
source · Clone the upstream repo
git clone https://github.com/autogame-17/feishu-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/autogame-17/feishu-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/feishu-image" ~/.claude/skills/autogame-17-feishu-skills-feishu-image && rm -rf "$T"
manifest:
feishu-image/SKILL.mdsource content
Feishu Image Skill
上传并发送图片到飞书聊天或用户。支持缓存
image_key,避免重复上传同一文件。
使用方式
node skills/feishu-image/send.js --target <chat_id_or_user_id> --file <path_to_image> # 或者直接发送网络图片(自动下载) node skills/feishu-image/send.js --target <chat_id_or_user_id> --url <image_url>
参数
: 用户 OpenID(--target
)或群 ChatID(ou_...
)oc_...
: 本地图片路径--file
: 网络图片 URL(可选,自动下载并发送)--url
配置
FEISHU_APP_IDFEISHU_APP_SECRET