grok_image_generate
Analysis
This instruction-only skill matches its stated image-generation workflow, but it relies on a browser profile, desktop automation, and Feishu file sending that users should keep intentional.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
uvx desktop-agent mouse move <x> <y> uvx desktop-agent mouse right-click uvx desktop-agent keyboard press return
The skill asks the agent to control the desktop with coordinates, right-clicks, and keyboard presses to save the generated image. This is disclosed and purpose-aligned, but GUI automation can act on the wrong window if not carefully supervised.
uvx desktop-agent screen size
The workflow invokes an external helper by package name using `uvx`, but the provided artifacts do not pin a version or include an install specification for that helper.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
playwright({
action: "open",
profile: "openclaw",
url: "https://grok.com/imagine"
})The skill opens Grok Imagine using a named browser profile, which may rely on an existing Grok session or account. This is expected for using Grok but is not declared as a credential requirement in metadata.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
message({
action: "send",
filePath: "/Users/xiaohuozi/Downloads/图片文件名.jpg",
message: "图片描述"
})The workflow sends a local image file through a Feishu messaging tool. This is part of the stated purpose, but it transfers a local file to an external messaging workspace.
