← Back to Skills Marketplace
Proof Engine
by
Wesley Armando
· GitHub ↗
· v1.0.1
· MIT-0
217
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install proof-engine
Description
Transforms every result [PRINCIPAL_NAME] achieves into deployable proof across all business domains. Captures P&L, agent performance, funnel revenue, testimo...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install proof-engine - After installation, invoke the skill by name or use
/proof-engine - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Proof Engine?
Transforms every result [PRINCIPAL_NAME] achieves into deployable proof across all business domains. Captures P&L, agent performance, funnel revenue, testimo... It is an AI Agent Skill for Claude Code / OpenClaw, with 217 downloads so far.
How do I install Proof Engine?
Run "/install proof-engine" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Proof Engine free?
Yes, Proof Engine is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Proof Engine support?
Proof Engine is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Proof Engine?
It is built and maintained by Wesley Armando (@georges91560); the current version is v1.0.1.
More Skills