query

Search brain pages in the OpenClaw reference fixture by query.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables quick lookup of brain pages within the OpenClaw reference fixture, streamlining verification and testing of search behavior.

Core Features & Use Cases

  • Reference search: Retrieve brain page entries from the OpenClaw fixture to validate indexing and retrieval logic.
  • Test automation: Use in end-to-end tests to confirm correct mapping between queries and brain pages.
  • Use Case: When validating a new search feature, quickly locate relevant brain pages in the fixture.

Quick Start

Run a query like "what do we know about OpenClaw reference" to fetch matching brain pages from the fixture.

Frequently Asked Questions about query

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

FAQPage Schema
How do I search brain pages in the OpenClaw fixture?

You can search brain pages in the OpenClaw fixture by running a text query, which maps your input to documented entries. This retrieves matching brain pages needed for verification and testing workflows.

What is the OpenClaw reference fixture used for in QA workflows?

The OpenClaw reference fixture is used for deterministic lookup scenarios in QA workflows. It provides documented brain page entries to validate indexing, retrieval logic, and search behavior during test automation.

Can I use this query Skill for test automation?

Yes, you can use this query Skill for test automation. It maps queries to documented brain pages in the OpenClaw fixture, confirming correct mapping and validating search behavior in end-to-end tests.

Do I need any dependencies to look up brain pages?

No dependencies are required to look up brain pages. The Skill only requires frontmatter-defined metadata in SKILL.md and access to the OpenClaw reference fixture data during activation.

What's the best way to validate a new search feature using brain pages?

The best way to validate a new search feature is running a query against the OpenClaw fixture. This quickly locates relevant brain pages to verify correct mapping between queries and documented entries.

Why does my fixture lookup return no matching brain pages?

Your fixture lookup returns no matching brain pages when the query does not map to documented entries in the OpenClaw reference fixture. Ensure your search terms align with the frontmatter-defined metadata available during activation.