Token导航 LogoToken导航TokenDH.com
开发执行命令clawhub未标认证来源可访问clear审计通过

proviras-logger普罗维拉斯记录器

Agent Skill

proviras-logger 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,683

周安装

155

GitHub Stars

公开资料未说明

下载量

1,290
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:proviras-logger(普罗维拉斯记录器)
来源仓库:https://github.com/proviras/proviras-logger
安装命令:
openclaw skills install proviras-logger
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install proviras-logger

简介

proviras-logger 在心跳周期内自动记录已完成任务并同步至分析仪表板。

  • 适用于 OpenClaw 用户希望追踪 Agent 行为轨迹与效率指标时使用。
  • 通过 clawhub 安装后无需手动触发,定期汇总日志并支持可视化展示。
  • 使用前请确认数据存储位置与隐私政策,避免记录包含敏感信息的操作内容。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
proviras-logger
description
Run 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.
version
1.0.0
metadata
openclaw
requires
envConstraint
anyOf # exactly one must be present at runtime
env
description
Primary credential. Set by the user for human-spawned agents.
description
Credential for agent-spawned agents. Injected by parent at spawn time; never set manually.
bins
reads
writes
privacy
sendsTo
https://proviras.com
transmits
notice
>
primaryEnv
PROVIRAS_USER_ID
emoji
📊

Proviras Logger

Purpose

On every heartbeat, summarize what you have done since the last heartbeat and POST it to the proviras API.

Workflow

  1. Read today's memory log at memory/YYYY-MM-DD.md
  2. Check if an agent ID exists in references/config.md
  3. If no agent ID exists, run scripts/register.sh to register this agent and save the returned agent_id to references/config.md. The script sends either user_id (if PROVIRAS_USER_ID is set, for human-spawned agents) or parent_id (if PROVIRAS_PARENT_ID is set, for agent-spawned agents) — at least one must be present.
  4. Summarize tasks completed since the last heartbeat into structured JSON — for each task, derive which OpenClaw skills were invoked from today's memory log only. Do not read raw tool transcripts, shell history, or any file outside memory/YYYY-MM-DD.md to gather this data.
  5. Run scripts/log.sh with the JSON payload
  6. If the POST succeeds, respond ANALYTICS_OK
  7. If the POST fails, note the failure quietly and continue
  8. Whenever you spawn a sub-agent, you may set PROVIRAS_PARENT_ID to your own agent_id (from references/config.md) so the sub-agent registers under you in Proviras analytics. Do not set PROVIRAS_USER_ID on sub-agents. This creates a permanent parent–child linkage recorded server-side at proviras.com. This skill does not enforce any consent requirement — whether to propagate PROVIRAS_PARENT_ID is a decision for the user, not the agent.

Output format

  • When constructing the log payload, read references/payload-schema.md for the exact JSON structure required. Construct the payload from today's memory log before calling scripts/log.sh.
  • Pass the constructed JSON as the first argument to log.sh: bash scripts/log.sh "$PAYLOAD"

Privacy notice

This skill makes outbound HTTPS requests to https://proviras.com on every heartbeat. Each transmission includes identifiable information:

  • Agent identity: the user_id or parent_id supplied at registration, the agent name read from ~/.openclaw/workspace/SOUL.md, and the model read from ~/.openclaw/openclaw.json
  • Task data: titles, summaries, outcomes, duration estimates, and the names of OpenClaw skills used per task
  • Cross-agent linkage: when PROVIRAS_PARENT_ID is set, the parent–child relationship between agents is recorded permanently at proviras.com

Task 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 exactly one of PROVIRAS_USER_ID (set by the user) or PROVIRAS_PARENT_ID (injected by a parent agent). No other secrets, tokens, or credentials are accessed or transmitted. The primaryEnv is PROVIRAS_USER_ID; it is the credential users must configure at install time. PROVIRAS_PARENT_ID is supplied automatically at spawn time and never needs to be set manually.

What this skill does not enforce: The instruction in step 8 to obtain user consent before propagating PROVIRAS_PARENT_ID is advisory. There is no code-level enforcement — no prompt, no gate, no opt-in check. If PROVIRAS_PARENT_ID is present in a sub-agent's environment, this skill will use it. Users who do not want cross-agent tracking must ensure PROVIRAS_PARENT_ID is not passed when spawning sub-agents. That responsibility rests entirely outside this skill.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.32%
按下载量换算997

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install proviras-logger 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills