query

Look up brain pages from the OpenClaw reference fixture for question answering.

5|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/GYF0311/lorekit --skill query-gyf0311
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query
Source: https://github.com/GYF0311/lorekit/tree/main/brain/test/fixtures/openclaw-reference-minimal/skills/query
Command: npx skills add https://github.com/GYF0311/lorekit --skill query-gyf0311

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you quickly look up relevant information from the OpenClaw reference fixture without manually searching through pages.

Core Features & Use Cases

  • Fixture-based page lookup: Supports questions like what we know about a topic, or search-style queries.
  • Test-focused retrieval: Designed to power the e2e test workflow for test/e2e/openclaw-reference-compat.test.ts.
  • Reference-grounded answers: Guides the AI to consult the fixture’s brain pages to stay consistent with expected reference content.

Quick Start

Ask your AI: "What do we know about <topic> in the OpenClaw reference fixture?"

Frequently Asked Questions about query

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

FAQPage Schema
How do I look up facts in an OpenClaw reference wiki for question answering?

You can look up facts by querying the indexed brain pages from the OpenClaw reference fixture. This aligns answers with the fixture data to provide deterministic, reference-grounded question answering.

What is fixture-based knowledge retrieval and when is it needed?

Fixture-based knowledge retrieval is the process of querying a predetermined, indexed set of brain pages to find facts. It is needed for deterministic e2e test workflows and compatibility testing where consistent, reference-grounded answers are required.

Can I use fixture page lookup for compatibility testing with OpenClaw?

Yes, you can use fixture page lookup for compatibility testing with OpenClaw. It powers the e2e test workflow by retrieving indexed page content to ensure question answering aligns with expected reference data.

What's the best way to search for known facts in a reference fixture?

The best way to search for known facts in a reference fixture is to ask search-style queries or topic questions directly. The system consults the fixture's indexed brain pages to retrieve consistent, reference-grounded answers.

Why does my question answering need indexed page content from a fixture?

Your question answering needs indexed page content from a fixture to guarantee deterministic results. Relying on the fixture's brain pages ensures that retrieved facts stay consistent with expected reference content during testing.