Grupo Venus

PassAudited by ClawScan on May 1, 2026.

Overview

The skill is a coherent astrology helper, with the main privacy consideration that it stores birth profiles locally and sends them to grupovenus.com.

Before installing, be comfortable with storing names and birth details in a local OpenClaw memory file and sending those details to grupovenus.com; otherwise, limit stored profiles or delete them after use.

Findings (3)

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

Birth-profile details may remain available to future conversations or agents using the same workspace.

Why it was flagged

The skill persists named people, birthdates, locations, sex, coordinates, and style preferences across sessions in a local memory file.

Skill content
All person data lives in your memory file. Load it before any operation: ~/.openclaw/workspace/memory/grupo-venus.json
Recommendation

Only store profiles you are comfortable keeping locally, and remove entries from the memory file when they are no longer needed.

What this means

Personal birth data is shared with a third-party website as part of normal operation.

Why it was flagged

The documented workflow submits a person's name, birth date/time, city/country, and sex to the external grupovenus.com service to generate astrology data.

Skill content
curl ... -X POST "https://grupovenus.com/ciuda.asp" ... --data "...nombre=NAME&DIA=DD&MES=MM&ANO=YYYY&HORA=HH&MINU=MM&08CIUDAD=CITY&14PAIS=COUNTRY&SEXO=H"
Recommendation

Use the skill only for people who consent to sending their birth details to Grupo Venus, and avoid entering data you consider private.

What this means

The skill may not work unless these tools are present, and users may not see the full requirement from registry metadata alone.

Why it was flagged

The documentation depends on local command-line tools, while the provided registry summary declares no required binaries and skill.json declares only curl; this is an under-declared setup requirement rather than hidden code.

Skill content
## Requirements

- `curl`
- `python3` (for URL-decoding the registration response)
Recommendation

Confirm curl and python3 are available before using; maintainers should align registry requirements with the documented dependencies.