Face

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: face Version: 1.0.0 The 'Face' skill is a legitimate tool designed to help users find and select AI-generated avatars from generated.photos. The included Python script in SKILL.md is a straightforward web scraper that extracts image URLs and metadata using standard libraries, and the instructions emphasize keeping the user in the loop and obtaining explicit approval before making changes.

Findings (0)

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.

What this means

The agent may contact an external avatar service to retrieve image options.

Why it was flagged

The skill instructs the agent to run a Python-based web fetch, which is tool use and network access, but it is directly aligned with the avatar-search purpose and limited to retrieving face listing data.

Skill content
Use a direct fetch first. Return 3 to 6 options max. ... urlopen(Request(url, headers={"User-Agent": "Mozilla/5.0"}))
Recommendation

Install only if you are comfortable with the agent making these disclosed external requests for avatar selection.

What this means

A selected avatar link could become part of the agent's long-term profile or identity if the user agrees.

Why it was flagged

The skill may lead to a persistent identity/profile entry containing the chosen avatar link. This is purpose-aligned and user-mediated, but users should notice that the link could be reused later.

Skill content
if it is their long-term face, suggest storing the chosen link in identity
Recommendation

Only store the link in identity if you want the avatar to persist across future interactions.