KI Learning Agent v1.0.0

Logs agent execution outcomes into a SQLite database for failure analysis.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/u-ss/Antigravity-chatgptpro- --skill ki-learning-agent-v1-0-0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: KI Learning Agent v1.0.0
Source: https://github.com/u-ss/Antigravity-chatgptpro-/tree/main/.agent/workflows/ki-learning
Command: npx skills add https://github.com/u-ss/Antigravity-chatgptpro- --skill ki-learning-agent-v1-0-0

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill acts as a central learning infrastructure, automatically recording the execution results of various agents (like desktop, code, research) to proactively avoid past failures and optimize future actions.

Core Features & Use Cases

  • Automated Logging: Records agent successes and failures, including detailed context like error types, root causes, and action traces.
  • Risk Assessment: Provides pre-execution risk analysis and suggests optimal locators (e.g., UI element selectors) based on historical performance.
  • Failure Pattern Identification: Analyzes past failures to identify recurring issues and suggest preventative fixes.
  • Use Case: Before an agent attempts to click a button, it queries the KI Learning Agent for potential risks associated with that action and retrieves the most reliable selector for the button, preventing common UI interaction errors.

Quick Start

Use the KI Learning Agent to review past failure patterns for the desktop agent's 'click_send' intent.

Frequently Asked Questions about KI Learning Agent v1.0.0

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

FAQPage Schema
How do I log agent execution outcomes for failure analysis?

To log agent execution outcomes for failure analysis, use pre-execution and post-execution hooks to capture detailed event schemas, including error types, confidence scores, and environmental context, storing them directly in a SQLite database.

What is pre-execution risk assessment for automated agents?

Pre-execution risk assessment for automated agents is querying a historical knowledge base to identify potential risks and retrieve the most reliable UI locators before an action is attempted, preventing common interaction errors.

How do I identify recurring failure patterns in agent automation logging?

You identify recurring failure patterns in agent automation logging by analyzing stored execution traces, root causes, and error types to pinpoint systematic issues and suggest preventative fixes for future operations.

Can I use a SQLite database to build a knowledge base for agent performance optimization?

Yes, you can use a SQLite database to build a knowledge base for agent performance optimization by storing captured event schemas and querying them via APIs to retrieve best locators and report past outcomes.

Does the agent learning system require external dependencies to store automation logs?

No, the agent learning system requires no external dependencies to store automation logs, utilizing a self-contained SQLite database to record successes, failures, and environmental context for risk assessment.