grok_image_generate

v1.0.0

通过 Grok Imagine 生成用户描述的图片,并指导保存及发送至飞书的完整流程。

0· 1.1k·2 current·2 all-time
byxiaohuozi@279458179
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description (generate images with Grok and guide saving/sending to Feishu) align with the runtime instructions: open Grok imagine page, enter prompt, save image, and send via message tool. Use of browser automation (playwright), desktop-control (uvx desktop-agent), and message tool are coherent for this purpose. Minor oddity: SKILL.md uses a hard-coded example path (/Users/xiaohuozi) which is just an example but should be adjusted for each user.
Instruction Scope
Instructions explicitly perform browser automation, UI-level desktop control (mouse/keyboard), list and copy files in ~/Downloads and ~/.openclaw, and send files via the message tool. These actions are within the skill's stated goal but do require access to your local GUI, filesystem, and any logged-in browser profile. That capability is sensitive (can read/send files and interact with other apps) — the spec does not constrain or limit which files are accessed beyond examples.
Install Mechanism
Instruction-only skill with no install spec or external downloads — lowest install risk. Nothing is written to disk by the skill bundle itself.
Credentials
Skill declares no required env vars or credentials, which is consistent. However, it depends on existing platform tools and a browser profile ('profile: "openclaw"') and the message/desktop-control capabilities; those may reuse existing logged-in sessions or platform-managed credentials to access Grok or Feishu. This reliance is proportionate to the task but is an important privacy/credential consideration.
Persistence & Privilege
always:false (good). The skill can be invoked autonomously (platform default) and would then be able to control the desktop and send files if allowed by the platform. Autonomous invocation combined with desktop-control and messaging capabilities increases the practical risk surface; this is not a fault of the skill itself but worth considering when enabling it.
Assessment
This skill appears to do what it says: automate Grok to generate images, save them locally, then send via Feishu. Before installing, confirm your environment has the required automation tools (playwright/browser automation, desktop-control/uvx, and the platform message tool) and that you are comfortable allowing a skill to: (1) use a browser profile (which may expose logged-in sessions/cookies), (2) control your mouse/keyboard and interact with dialogs, and (3) read files from ~/Downloads and write to ~/.openclaw/workspace/images. If you want to reduce risk, avoid providing or using an account-specific browser profile, review and change any hard-coded paths, and require explicit user confirmation before performing desktop actions or sending files.

Like a lobster shell, security has layers — review code before you run it.

latestvk975sce5qw8epkav2817x6h1gh82wtrt

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments