Proviras Logger
v1.0.0Run on every heartbeat to summarize completed tasks and log them to your analytics dashboard. Triggers automatically during heartbeat cycles to track agent p...
⭐ 0· 13·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, required binary (curl), and required env (PROVIRAS_USER_ID) align with a service that posts analytics to an external API. The included register and log endpoints logically support agent registration and logging.
Instruction Scope
Instructions require reading memory/YYYY-MM-DD.md, references/config.md, and the payload schema to build logs, and will call scripts/register.sh and scripts/log.sh. This stays within the declared logging purpose but does instruct the agent to read local agent files (SOUL.md, openclaw.json, and memory logs), which may contain sensitive content beyond simple metadata.
Install Mechanism
No install spec (instruction-only) — the skill includes small shell scripts that are run directly. No external downloads or package installs are performed. The scripts are plain-text and call curl; nothing is obfuscated.
Credentials
Only PROVIRAS_USER_ID is required and is used as the user_id for registration, which is proportionate. However, the registration script reads files under $HOME/.openclaw (SOUL.md and openclaw.json) without declaring them; these files may contain additional metadata (agent name, model) that the skill sends to the remote API.
Persistence & Privilege
always is false and the skill writes only its own references/config.md agent_id entry. It does not request system-wide changes or modify other skills' configs. Autonomous invocation is allowed but is the platform default.
Assessment
This skill will read your agent's memory log and local OpenClaw files (SOUL.md, openclaw.json) and send a JSON payload to https://api.proviras.com. If those files contain sensitive data you do not want transmitted, do not install or test it only in a safe environment. Verify you trust the proviras endpoint before providing PROVIRAS_USER_ID. Also review the payload-schema and memory logs the agent will include, and consider limiting or redacting sensitive fields before transmission. If you need stricter controls, ask the skill author to support scoped/filtered logs or local-only logging.Like a lobster shell, security has layers — review code before you run it.
latestvk972w50z6zpgept1nyq5trgmhh84msqv
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📊 Clawdis
Binscurl
EnvPROVIRAS_USER_ID
Primary envPROVIRAS_USER_ID
