verified-taskLegacy verification-guided task discipline. Helps structure task claims so they can be checked against evidence, receipts, or review criteria. Does not itsel...
Install via ClawdBot CLI:
clawdbot install nutstrut/verified-taskGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 6, 2026
A finance automation agent verifies each invoice against the purchase order before initiating payment. If the amounts, vendor details, or terms mismatch, the payment is blocked until an operator reviews and overrides.
A marketing agent drafts posts and verifies them against brand guidelines, tone, and required hashtags before scheduling. Non-compliant drafts are flagged and sent for human review instead of being published automatically.
An order processing agent checks that the picked items, quantities, and shipping address match the customer order. Any discrepancy halts the packing process and alerts a warehouse operator.
An administrative assistant agent verifies patient intake forms for completeness and accuracy before updating the EHR. Missing or contradictory fields cause a rejection with a detailed reason for the human clerk.
A business intelligence agent generates a weekly sales report and verifies it against predefined data sources and formatting rules. Inconsistent numbers or missing sections trigger a halt for analyst review.
Offer a microservice that any agent or workflow can call to verify outputs before execution. Charge per verification or via a subscription tier based on volume.
Build a platform that integrates with existing enterprise systems to enforce verification gates for regulatory compliance. Charge per user seat or per workflow configured.
License the verified-task logic as an SDK for developers building autonomous agents. Include a free tier for small volumes and premium plans for high-throughput enterprise use.
💬 Integration Tip
Implement the verification step as a lightweight API call or in-process function that returns a verdict. Start with high-risk tasks like payments or publishing to maximize safety benefits with minimal workflow changes.
Scored May 6, 2026
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, and review workflows. Use when: (1) Setting up a team of 2+ agents with different specializations, (2) Defining task routing and lifecycle (inbox → spec → build → review → done), (3) Creating handoff protocols between agents, (4) Establishing review and quality gates, (5) Managing async communication and artifact sharing between agents.
A unified OpenClaw skill that merges self-improvement and proactivity: learn from corrections, maintain active state, recover context fast, and keep work mov...
Meta-skill for AI agent self-improvement. Analyzes runtime logs to detect error patterns, regressions, and inefficiencies, then generates structured improvem...
Automatically assess task complexity and adjust reasoning level. Triggers on every user message to evaluate whether extended thinking (reasoning mode) would improve response quality. Use this as a pre-processing step before answering complex questions.
Associative memory with spreading activation for persistent, intelligent recall. Use PROACTIVELY when: (1) You need to remember facts, decisions, errors, or...