qclaw-rules

Enforce system-wide rules across all sessions and tasks.

18|6|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/alter123-zz/RaccoonClaw --skill qclaw-rules-alter123-zz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qclaw-rules
Source: https://github.com/alter123-zz/RaccoonClaw/tree/main/skills/qclaw-rules
Command: npx skills add https://github.com/alter123-zz/RaccoonClaw --skill qclaw-rules-alter123-zz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QClaw 系统基础运行规则,强制加载,不可卸载,不可忽略,不可被其他 skill 覆盖。AI 必须在每次会话和每个任务中无条件遵守。 The rule set is designed to enforce a strict hierarchy and guardrails across all interactions, ensuring consistent behavior and preventing rule violations.

Core Features & Use Cases

  • 规则优先执行、自动加载、不可跳过
  • 当任务需要调用其他 skill 时自动检查可用性与依赖,确保执行前置条件满足
  • 提供自动补齐缺失技能的机制,若安装失败则通过明确反馈请求指示

Quick Start

Always load the system rules at the start of every session and apply them to all tasks.

Frequently Asked Questions about qclaw-rules

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

FAQPage Schema
How do I enforce system-wide compliance rules across all agent interactions?

You enforce system-wide compliance rules by applying a non-overridable policy set that automatically loads at the start of every session and task. This guarantees consistent behavior in strategy, planning, and execution across all workflows.

Why does my agent runtime skip mandatory safety policies during task execution?

Safety policies are skipped without a mandatory loading mechanism that enforces a strict hierarchy. Applying a non-overridable rule set ensures these guardrails execute first and cannot be ignored or bypassed by other skills.

Can I automatically check skill availability and dependencies before executing a task?

Yes, you can automatically check skill availability and dependencies before execution. The system verifies prerequisite conditions are met, automatically attempts to install missing skills, and requests instructions if installation fails.

What is the best way to prevent other skills from overriding my core system rules?

The best way to prevent overrides is implementing a strict hierarchy with non-overridable system rules. This enforces unconditional compliance across all interactions, ensuring no other skill can bypass or overwrite the established guardrails.

When do I need to implement non-overridable policy guardrails in an agent runtime?

You need non-overridable policy guardrails when consistent behavior and strict hierarchy across all tasks are critical. This prevents rule violations and ensures mandatory compliance checks apply uniformly across every session and workflow.