feishu-screenshot

Capture macOS screenshots and send them to Feishu conversations via the media parameter.

2|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill feishu-screenshot-augustscl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-screenshot
Source: https://github.com/augustscl/awesome-xiawang-skills/tree/main/feishu-screenshot
Command: npx skills add https://github.com/augustscl/awesome-xiawang-skills --skill feishu-screenshot-augustscl

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Quickly capture local macOS screenshots and share them into Feishu conversations without manual upload steps or base64 handling.

Core Features & Use Cases

  • One-step capture: Uses macOS screencapture to save images to the system temp directory for immediate use.
  • Seamless Feishu delivery: Integrates with OpenClaw's message tool by supplying the image file via the media parameter to upload and send.
  • Practical scenarios: Ideal for support triage, live collaboration, bug reporting, or sending visual updates in team chats.

Quick Start

Capture a screenshot to the macOS temp directory and send it to the current Feishu conversation using the OpenClaw message tool with the media parameter pointing to the saved file.

Frequently Asked Questions about feishu-screenshot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sending a macOS screenshot to a Feishu conversation?

The Skill captures a macOS screenshot using the screencapture command, saves it to the system temp directory, and uploads the file to Feishu via the OpenClaw message tool's media parameter.

Can I share macOS screenshots to Feishu without base64 encoding?

Yes, the Skill bypasses base64 encoding by saving the screencapture output to a local temp directory and passing the file path directly to the OpenClaw message tool via the media parameter.

Does this screenshot automation tool work on operating systems other than macOS?

No, this screenshot automation is exclusive to macOS because it relies on the native macOS screencapture command to capture and save images to the system temp directory before sending them to Feishu.

What is the best way to capture and send visual bug reports in a Feishu chat?

The best way is to use this automation to capture the macOS screen to a temp directory and upload the image file directly to the Feishu conversation via the OpenClaw message tool, eliminating manual upload steps.

Why do I need the OpenClaw message tool to post screenshots to Feishu?

You need the OpenClaw message tool because it provides the media parameter required to upload local image files from the system temp directory directly into a Feishu conversation without manual upload steps.