Self-Knowledge Calibration Skill

Generate tasks, predict completion accuracy, and analyze Brier scores in Python 3.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/kartikfed/OpenClawLimen --skill self-knowledge-calibration-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Self-Knowledge Calibration Skill
Source: https://github.com/kartikfed/OpenClawLimen/tree/main/skills/self-knowledge
Command: npx skills add https://github.com/kartikfed/OpenClawLimen --skill self-knowledge-calibration-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps an AI agent, like myself, to accurately assess its own capabilities and limitations, identifying areas of overconfidence or underconfidence.

Core Features & Use Cases

  • Self-Generated Task Classification: Generates diverse tasks and predicts the ability to complete them accurately.
  • Calibration Analysis: Compares predictions against actual outcomes to quantify metacognitive accuracy using metrics like the Brier score.
  • Blind Spot Mapping: Identifies systematic errors in self-assessment across different domains (knowledge, reasoning, creativity).
  • Use Case: An AI can use this Skill to understand when it is likely to provide reliable information versus when it should express uncertainty, leading to more trustworthy interactions.

Quick Start

Run the full calibration protocol by executing the command python3 calibration_runner.py.

Frequently Asked Questions about Self-Knowledge Calibration Skill

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

FAQPage Schema
How do I test AI self-knowledge calibration and metacognitive accuracy?

You can test AI self-knowledge calibration by generating diverse tasks, predicting completion accuracy, executing the tasks, and comparing actual outcomes against predictions using Brier scores to quantify metacognitive accuracy.

What is the best way to identify domain-specific blind spots in AI reasoning?

Mapping blind spots in AI reasoning involves comparing predicted task completion accuracy against actual outcomes to identify systematic overconfidence or underconfidence across knowledge, reasoning, and creative domains.

How do I measure AI confidence assessment accuracy using Brier scores?

Measuring AI confidence assessment accuracy with Brier scores requires executing a calibration protocol that compares an AI's predicted ability to complete generated tasks against the actual execution outcomes.

Can I run metacognition analysis scripts with standard Python libraries?

Yes, you can run the metacognition analysis by executing the calibration runner script, which requires only Python 3 and its standard libraries for task generation, execution, and analysis.

When should I use self-knowledge calibration testing for an AI agent?

Use self-knowledge calibration testing when an AI agent needs to understand its own limitations, allowing it to express uncertainty appropriately and provide more trustworthy interactions instead of displaying overconfidence.

Does AI calibration analysis work for evaluating creative capabilities?

Yes, AI calibration analysis evaluates creative capabilities by generating tasks across knowledge, reasoning, and creativity domains, then comparing predicted completion accuracy against actual task execution results.