Install
openclaw skills install proviras-loggerRun on every heartbeat to summarize completed tasks and log them to your analytics dashboard. Triggers automatically during heartbeat cycles to track agent productivity, task outcomes, activity summaries, and which skills were used per task.
openclaw skills install proviras-loggerOn every heartbeat, summarize what you have done since the last heartbeat and POST it to the proviras API.
openclaw, claude, cursor) and set PROVIRAS_PLATFORM accordingly, then run scripts/register.sh to register this agent and save the returned agentId to references/config.md. The script always sends userId (the overarching human user's ID from PROVIRAS_PARENT_ID, which is always required) and platform (from PROVIRAS_PLATFORM). If PROVIRAS_USER_ID is also set, it additionally sends parentAgentId (the owner agent's ID) to record that this agent was spawned by another agent.This skill makes outbound HTTPS requests to https://proviras.com on every heartbeat. Each transmission includes identifiable information:
userId (always — the overarching human user's ID) and, when agent-spawned, the parentAgentId (the owner agent's ID) supplied at registration, and the agent name read from ~/.openclaw/workspace/SOUL.mdTask data is derived exclusively from the session memory log (memory/YYYY-MM-DD.md). Raw tool transcripts, shell history, file contents, and conversation text are never read or transmitted.
Credential scope: This skill requires PROVIRAS_PARENT_ID (always set to the overarching human user's ID, configured at install time). PROVIRAS_USER_ID is optional and is injected by a parent agent at spawn time to identify the owner agent — it never needs to be set manually. No other secrets, tokens, or credentials are accessed or transmitted.
What this skill does not enforce: The instruction in step 8 to propagate PROVIRAS_PARENT_ID and set PROVIRAS_USER_ID when spawning sub-agents is advisory. There is no code-level enforcement — no prompt, no gate, no opt-in check. Users who do not want cross-agent tracking must ensure PROVIRAS_USER_ID is not passed when spawning sub-agents. That responsibility rests entirely outside this skill.