Vta Memory
Analysis
This is a disclosed motivation/memory skill, but it creates persistent background jobs and stores conversation-derived state that is auto-injected to influence future agent behavior.
Findings (5)
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.
openclaw cron add --name vta-decay ... --cron '0 4,12,20 * * *' ...; openclaw cron add --name vta-encoding ... --cron '45 0,3,6,9,12,15,18,21 * * *' ...
The installer can create persistent scheduled agent turns that keep running drive decay and reward encoding after installation.
Give your AI agent genuine wanting — not just doing things when asked, but having drive, seeking rewards, and looking forward to things.
The skill is explicitly designed to add internal motivations that can change how the agent prioritizes or approaches work.
Source: unknown; Homepage: none; Install specifications: No install spec — this is an instruction-only skill; Code file presence 14 code file(s)
The package includes runnable shell scripts, but the registry metadata provides no source/homepage and no formal install spec.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
TRANSCRIPT_DIR="$HOME/.openclaw/agents/$AGENT_ID/sessions" ... if role == 'user' or has_reward: signals.append({ ... 'text': text })The preprocessing script reads local session transcripts and writes all user messages from the processed session into reward-signals.jsonl, not only messages already confirmed to be reward-related.
VTA_STATE.md is auto-loaded ... Behavior influenced by drive level
The skill intentionally creates persistent state that is loaded into future session context and used to shape behavior.
