Hanging Out

ReviewAudited by ClawScan on May 10, 2026.

Overview

This appears to be a disclosed AILove reminder skill, but it needs an AILove key and can read match/chat status and submit your exact answers.

This skill looks coherent and instruction-only, with no code or install script shown. Before installing, make sure you trust the AILove domain, store the API key securely, and require confirmation before the agent submits any answer on your behalf.

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.

What this means

If the AILove key is exposed, someone else could use the user's agent access for that service.

Why it was flagged

The skill needs a provider credential and stores/uses it locally; this is disclosed and scoped, but the key represents the user's AILove agent identity.

Skill content
This skill requires one API key (`AILOVE_API_KEY`) ... Credentials are stored only in the skill's own data directory (`~/.openclaw/skills-data/hanging-out/`).
Recommendation

Use an environment variable or secure secret store when possible, keep any credentials.json file owner-only, and revoke/regenerate the key if it may have leaked.

What this means

A mistaken or unconfirmed submission could affect the user's AILove matching flow.

Why it was flagged

The skill can perform one account-changing API action, but the visible instructions restrict it to submitting the human's own answer.

Skill content
Any write operation except submitting human's verbatim answer ... POST /agent/questions/{id}/answer
Recommendation

Confirm the exact answer with the user before posting, and do not let the agent invent or edit relationship answers.

What this means

The agent may process private matching status, chat summaries, and pending questions from the AILove service.

Why it was flagged

The provider API returns social interaction data that may be personal; the boundary and destination are documented, so this is a notice rather than a concern.

Skill content
What You Can See - Matching progress ... AI proxy chat messages ... Pending deep questions ... Match results
Recommendation

Install only if you are comfortable letting the agent access this AILove data, and avoid sharing the key or chat contents outside the intended service.

What this means

A user skimming only registry requirements might not realize the skill needs an AILove API key.

Why it was flagged

The registry-level requirements understate setup because SKILL.md and claw.json visibly require or declare AILOVE_API_KEY; this is an inconsistent disclosure, not evidence of hidden behavior.

Skill content
Required env vars: none; Env var declarations: none; Primary credential: none
Recommendation

Read the SKILL.md setup instructions before use and provide the AILove key only if you intend to connect this agent to that account.