AgentSkillsCN

agentic-compass

用于自主智能体的导航与决策框架。

SKILL.md
--- frontmatter
name: agentic-compass
version: 1.0.0
description: Navigation and decision-making framework for autonomous agents.
metadata:
  openclaw:
    emoji: 🧭
    category: productivity

Agentic Compass

Navigation and decision-making framework for autonomous agents.

Purpose

Helps agents make decisions about:

  • Which skill to use
  • When to ask for clarification
  • How to prioritize tasks
  • When to escalate to user

Decision Matrix

SituationAction
High confidence + Low riskExecute autonomously
Low confidence + Low riskTry, report outcome
High confidence + High riskAsk for confirmation
Low confidence + High riskAsk before acting

Usage

Use this skill when facing ambiguous situations requiring judgment calls.