← 返回 Skills 市场
Proof Engine
作者
Wesley Armando
· GitHub ↗
· v1.0.1
· MIT-0
217
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install proof-engine
功能描述
Transforms every result [PRINCIPAL_NAME] achieves into deployable proof across all business domains. Captures P&L, agent performance, funnel revenue, testimo...
安全使用建议
Things to check before installing:
- Confirm the registry-level metadata vs SKILL.md: the package claims no required env vars but both SKILL.md and README require TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID. Ask the publisher to clarify.
- Review the included proof_manager.py yourself (or have someone trusted do so). It performs wide workspace reads (including /workspace/memory and revenue folders) and will auto-capture data. Ensure there are no secrets or credentials in those locations you don't want exposed to the skill.
- If you need Telegram notifications, create a dedicated bot/chat and limited token (don’t reuse sensitive bot tokens) and test in an isolated sandbox workspace first.
- Because the skill can run autonomously and scans many directories, avoid installing it in a production environment containing sensitive keys or private data until you are confident of its behavior.
- If you proceed, set PROOF_DIR to an explicit, narrow path you control and verify resulting writes (vault, dashboard, stories). Monitor network calls during initial runs to confirm only the expected Telegram API endpoint is used.
- The skill source appears to implement the described functionality (not obviously malicious), but the combination of broad read scope + network notifications + metadata mismatch warrants caution.
功能分析
Type: OpenClaw Skill
Name: proof-engine
Version: 1.0.1
The proof-engine skill is a business automation utility designed to aggregate performance metrics (P&L, revenue, and testimonials) from various workspace directories and transform them into marketing content. The core logic in proof_manager.py facilitates data collection from files like tracker_state.json and AUDIT.md, manages a local financial dashboard, and generates markdown-based storytelling arcs. It uses the Telegram Bot API for notifications as explicitly declared in the SKILL.md metadata, and no evidence of data exfiltration, malicious execution, or unauthorized persistence was found.
能力评估
Purpose & Capability
The skill's code and SKILL.md align with the advertised purpose: it scans various business-related folders, builds a vault, dashboard, stories, and can produce deployable content. However the registry metadata at the top of the submission lists no required environment variables while the SKILL.md and README explicitly declare TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID — an internal inconsistency you should clarify with the publisher.
Instruction Scope
Runtime instructions and the included proof_manager.py instruct a full workspace scan for AUDIT.md and other artifacts across many directories (/workspace/proof, /workspace/brand, /workspace/CASHFLOW, /workspace/voice, /workspace/memory, /workspace/revenue, /workspace/content, /workspace/.learnings). This is coherent with a cross-domain 'proof' aggregator, but it gives the skill broad read access to potentially sensitive data (memory, revenue, other agents' logs). It also includes automated capture schedules and references to deploying proof into other pipelines (e.g., output to /workspace/voice/scripts/), which increases impact if misused.
Install Mechanism
No install spec is present (instruction-only with included source files). That limits disk modifications to the included code running at runtime; there are no external downloads or package installs in the manifest.
Credentials
The SKILL.md and README require TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID for notifications (and the code includes a notify_telegram function calling https://api.telegram.org). Yet the registry summary earlier declared 'Required env vars: none' — a mismatch. Aside from Telegram, the skill relies on a default PROOF_DIR and reads many workspace paths; that level of access is plausible for its function, but it also means the skill could read unrelated secrets stored elsewhere in the workspace. The Telegram credential request is proportionate to notifications, but you should confirm you are comfortable granting it network+messaging capability.
Persistence & Privilege
The skill is not always-enabled and does not advertise modifying other skills' configurations. It writes to its own workspace area (/workspace/proof/ and /workspace/.learnings) and creates audit/error logs. However, because it can be invoked autonomously (platform default) and scans the entire workspace, its autonomous invocation increases the blast radius — combine that with network access (Telegram) and broad read scope when deciding trust.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install proof-engine - 安装完成后,直接呼叫该 Skill 的名称或使用
/proof-engine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Expanded workspace access and compatibility for broader data capture.
- Broadened read permissions to include additional workspace directories (/workspace/brand/, /workspace/voice/, /workspace/memory/, /workspace/revenue/, /workspace/content/).
- Adjusted required file paths under read permissions for improved integration with new data sources.
- Minor increment to version number to reflect compatibility and permission enhancements.
v1.0.0
Initial release — proof-engine 1.0.0
- Captures and structures business proof from trading, agents, funnels, content, testimonials, products, media, and partnerships.
- Impact scoring system ranks proof for deployment: hero, strong, supporting, context, and archived.
- Storytelling Engine converts proof data into narratives for use across brand, funnels, outreach, and VSL scripts.
- Automated, multi-channel financial dashboard aggregates and visualizes all revenue streams.
- Scans business opportunities for 2026 with automated proof deployment into funnels and content.
- Supports integration with Telegram for notifications.
元数据
常见问题
Proof Engine 是什么?
Transforms every result [PRINCIPAL_NAME] achieves into deployable proof across all business domains. Captures P&L, agent performance, funnel revenue, testimo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 217 次。
如何安装 Proof Engine?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install proof-engine」即可一键安装,无需额外配置。
Proof Engine 是免费的吗?
是的,Proof Engine 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Proof Engine 支持哪些平台?
Proof Engine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Proof Engine?
由 Wesley Armando(@georges91560)开发并维护,当前版本 v1.0.1。
推荐 Skills