sp-using-superpowers

Route user intent to the appropriate OpenClaw superpower skill before responding.

4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/AlphaComposite/openclaw-superpowers-port --skill sp-using-superpowers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sp-using-superpowers
Source: https://github.com/AlphaComposite/openclaw-superpowers-port/tree/main/skills/sp-using-superpowers
Command: npx skills add https://github.com/AlphaComposite/openclaw-superpowers-port --skill sp-using-superpowers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes user intent to the appropriate OpenClaw superpower skill and enforces pre-emptive skill invocation before any response, including clarifying questions.

Core Features & Use Cases

  • Discovery and routing of user intent to the matching superpower skill.
  • Enforcement of pre-response skill invocation to ensure correct task handling.
  • Context loading and governance-compliant activation for consistent behavior.

Quick Start

Invoke the appropriate OpenClaw superpower skill before responding to user input.

Frequently Asked Questions about sp-using-superpowers

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

FAQPage Schema
How do I route user intent to the right skill before replying?

To route user intent, this skill discovers the matching superpower skill, loads its instructions into context, and enforces pre-emptive skill invocation prior to any response or clarifying questions.

What is pre-emptive skill invocation in conversation routing?

Pre-emptive skill invocation ensures a matched skill is activated at the start of a conversation or task kickoff before any clarifying questions are asked, guaranteeing correct task handling.

How do I enforce skill activation before a response is generated?

You enforce skill activation by applying governance rules for routing at the task kickoff, ensuring the appropriate skill instructions are loaded into context prior to action.

Does this context routing apply at the start of a conversation or task kickoff?

Yes, this context routing applies at the start of a conversation or task kickoff to ensure a matching superpower skill is invoked prior to any clarifying questions or downstream actions.

When do I need governance-compliant routing for skill discovery?

You need governance-compliant routing for skill discovery when you want to ensure consistent behavior by loading discovered skill instructions into context and adhering to activation rules before responding.