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.
Birth-profile details may remain available to future conversations or agents using the same workspace.
The skill persists named people, birthdates, locations, sex, coordinates, and style preferences across sessions in a local memory file.
All person data lives in your memory file. Load it before any operation: ~/.openclaw/workspace/memory/grupo-venus.json
Only store profiles you are comfortable keeping locally, and remove entries from the memory file when they are no longer needed.
Personal birth data is shared with a third-party website as part of normal operation.
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.
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"
Use the skill only for people who consent to sending their birth details to Grupo Venus, and avoid entering data you consider private.
The skill may not work unless these tools are present, and users may not see the full requirement from registry metadata alone.
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.
## Requirements - `curl` - `python3` (for URL-decoding the registration response)
Confirm curl and python3 are available before using; maintainers should align registry requirements with the documented dependencies.
