openclaw-execute

Route tasks through WRE with WSP governance and graduated autonomy.

2|Updated Mar 28, 2025
One-click install
npx skills add https://github.com/FOUNDUPS/Foundups-Agent --skill openclaw-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-execute
Source: https://github.com/FOUNDUPS/Foundups-Agent/tree/main/modules/communication/moltbot_bridge/workspace/skills/openclaw-execute
Command: npx skills add https://github.com/FOUNDUPS/Foundups-Agent --skill openclaw-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of tasks by routing them through the Foundups WRE (Work Routing Engine), ensuring compliance with WSP governance and graduated autonomy.

Core Features & Use Cases

  • Task Execution: Routes requests for queries, commands, monitoring, scheduling, social engagement, system operations, and conversational responses.
  • WSP Compliance: Enforces WSP preflight checks and permission gating for safe and controlled execution.
  • Graduated Autonomy: Supports different permission tiers (ADVISORY, METRICS, DOCS_TESTS, SOURCE) based on user roles and explicit grants.
  • Use Case: A user can ask the skill to "Explain how WRE pattern memory works" and it will be routed for a semantic code search.

Quick Start

Use the openclaw-execute skill to explain how WRE pattern memory works.

Frequently Asked Questions about openclaw-execute

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How does WRE routing handle task execution for different request types?

Graduated autonomy enforces WSP compliance by applying tiered permission gates—ADVISORY, METRICS, DOCS_TESTS, and SOURCE—based on user roles and explicit grants before WRE dispatches any task.

How do I execute a semantic code search query using WRE pattern memory?

To execute a query, route your request through the openclaw-execute skill, which classifies the intent and triggers WRE dispatching to perform semantic code searches and similar conversational responses.

What is the purpose of WSP preflight checks in task routing?

WSP preflight checks validate task safety and compliance before execution, ensuring that WRE routing only dispatches operations that pass permission gating and governance requirements.

Does task execution require explicit permission grants for system operations?

Yes, system operations require explicit permission grants. Graduated autonomy uses tiers like SOURCE and DOCS_TESTS to gate access, ensuring WRE only executes commands when WSP permissions are verified.

Can WRE routing handle both conversational responses and scheduled monitoring?

Yes, WRE routing supports diverse categories including conversational responses, monitoring, and scheduling. It classifies each intent and applies the appropriate WSP governance before dispatching.

Why does WRE task routing include a validation and learning phase after execution?

Validation and learning occur after WRE dispatching to verify execution results and refine future task routing, ensuring graduated autonomy and WSP governance improve over time based on outcomes.