knowledge-eval

Construct POST /v1/knowledge/resolve payloads with agent_slug and risk_level defaults.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Ieer/OpenClaw-PWTInstaller --skill knowledge-eval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-eval
Source: https://github.com/Ieer/OpenClaw-PWTInstaller/tree/main/panopticon/global-skills/knowledge-eval
Command: npx skills add https://github.com/Ieer/OpenClaw-PWTInstaller --skill knowledge-eval

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill consolidates how Panopticon agents invoke Mission Control knowledge evaluation, eliminating ad-hoc client-side logic and ensuring consistent requests and governance.

Core Features & Use Cases

  • Standardized requests: Centralizes POST /v1/knowledge/resolve calls across all agents.
  • Smart defaults: Automatically fills agent_slug, API URLs, risk level, and result limits from environment variables.
  • Consistent summaries: Returns a normalized evaluation summary with top evidence and constraints, alongside raw responses.
  • Flexible filters: Supports optional tags, source_type, retrieval_mode, ranking_profile, and thresholds.
  • Use cases: When orchestrating multiple agents, use this skill to ensure uniform knowledge evaluation and governance.

Quick Start

Run the knowledge-eval script from the skill directory with a sample task, agent slug, and risk level to generate an evaluation.

Frequently Asked Questions about knowledge-eval

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

FAQPage Schema
How do I standardize knowledge evaluation requests for Panopticon agents?

Standardize knowledge evaluation for Panopticon agents by constructing a consistent POST /v1/knowledge/resolve payload. This automatically applies agent_slug and risk_level defaults, eliminating ad-hoc client-side logic and ensuring uniform governance across multiple agents.

What is the POST /v1/knowledge/resolve payload used for in Mission Control?

The POST /v1/knowledge/resolve payload requests knowledge evaluation from Mission Control. It scopes results using tags, source_type, retrieval_mode, ranking_profile, and thresholds, returning a normalized summary with top evidence and actionable constraints.

How do I configure agent_slug and risk_level defaults for knowledge evaluation?

Configure agent_slug, API URLs, risk level, and result limits by setting environment variables. The skill automatically reads these environment variables to populate the POST /v1/knowledge/resolve request, ensuring consistent agent scenarios without manual parameter passing.

Can I filter knowledge resolve results by source_type and retrieval_mode?

Filter knowledge resolve results by applying optional tags, source_type, retrieval_mode, ranking_profile, and thresholds. These flexible filters scope the evaluation output for common agent scenarios, returning both a normalized summary and the raw resolve response.

What is included in the normalized knowledge evaluation summary?

The normalized knowledge evaluation summary includes top evidence, actionable constraints, and recommendations alongside the raw resolve response. This consolidates Mission Control outputs, providing agents with uniform evaluation data and governance information.

When should I use a dedicated skill for Mission Control knowledge evaluation?

Use a dedicated skill for Mission Control knowledge evaluation when orchestrating multiple agents. It centralizes POST /v1/knowledge/resolve calls, ensuring uniform requests, consistent summaries, and automated governance defaults rather than maintaining scattered ad-hoc logic.