返回顶部
f

feishu-screenshot飞书截图

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
300
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

feishu-screenshot

飞书截图发送

截取屏幕并快速发送到飞书。

核心流程

第一步:截屏(PowerShell)
bash
/mnt/c/Windows/System32/WindowsPowerShell/v1.0/powershell.exe -Command Add-Type -AssemblyName System.Windows.Forms; \$bmp = New-Object System.Drawing.Bitmap([System.Windows.Forms.Screen]::PrimaryScreen.Bounds.Width, [System.Windows.Forms.Screen]::PrimaryScreen.Bounds.Height); \$graphics = [System.Drawing.Graphics]::FromImage(\$bmp); \$graphics.CopyFromScreen([System.Windows.Forms.Screen]::PrimaryScreen.Bounds.Location, (New-Object System.Drawing.Point(0,0)), [System.Windows.Forms.Screen]::PrimaryScreen.Bounds.Size); \$bmp.Save(C:\Users\edy\Pictures\screenshot.png, [System.Drawing.Imaging.ImageFormat]::Png); \$bmp.Dispose()

第二步:复制到 workspace
bash
cp /mnt/c/Users/edy/Pictures/screenshot.png /home/edy/.openclaw/workspace/截图.png

第三步:发送到飞书
json
{
action: send,
channel: feishu,
filePath: /home/edy/.openclaw/workspace/截图.png
}

注意事项

  • - 截屏会保存到 C:\Users\edy\Pictures\screenshot.png
  • 然后复制到 workspace 才能正常发送附件
  • 发送完成后可以删除 workspace 里的临时文件

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 feishu-screenshot-1776069552 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 feishu-screenshot-1776069552 技能

通过命令行安装

skillhub install feishu-screenshot-1776069552

下载

⬇ 下载 feishu-screenshot v1.0.0(免费)

文件大小: 1.4 KB | 发布时间: 2026-4-15 12:43

v1.0.0 最新 2026-4-15 12:43
feishu-screenshot v1.0.0

- Initial release: Capture screenshots and send them directly to Feishu upon request.
- Supports voice commands such as "截屏发给飞书", "截图", and "屏幕截图".
- Automates screenshot via PowerShell, workspace file management, and Feishu delivery.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部