query

Query OpenClaw reference fixture brain pages by name or identifier.

Updated May 16, 2026
One-click install
npx skills add https://github.com/Morris-UTRUST/GBrain-knowledge --skill query-morris-utrust
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: query
Source: https://github.com/Morris-UTRUST/GBrain-knowledge/tree/main/test/fixtures/openclaw-reference-minimal/skills/query
Command: npx skills add https://github.com/Morris-UTRUST/GBrain-knowledge --skill query-morris-utrust

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables fast lookup of information about brain pages within the OpenClaw reference fixture, streamlining test and debugging workflows.

Core Features & Use Cases

  • Quick, name- or id-based lookup of fixture pages.
  • Returns structured results suitable for downstream validation in tests.
  • Useful for test fixtures and reference data validation.

Quick Start

Query the OpenClaw reference fixture for a specific brain page by name or identifier.

Frequently Asked Questions about query

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

FAQPage Schema
How do I look up brain pages in the OpenClaw reference fixture for e2e tests?

To look up brain pages, query the OpenClaw reference fixture by name or identifier. It performs deterministic lookups against local fixture data and returns structured results for downstream validation in e2e tests.

What is the best way to retrieve reference page data for testing and debugging workflows?

The best way to retrieve reference page data is using a deterministic lookup tool that searches local fixtures. It handles missing pages gracefully and returns structured data suitable for verification in testing and debugging workflows.

Can I search for OpenClaw brain pages using both name and ID?

Yes, you can search for OpenClaw brain pages using both name and ID. The lookup mechanism supports fast, identifier-based retrieval to quickly find specific reference pages within the local fixture.

Does the OpenClaw reference lookup handle missing pages gracefully during test validation?

Yes, the OpenClaw reference lookup handles missing pages gracefully. When a requested page is not found in the fixture during test validation, it manages the absence without failing, ensuring stable downstream verification.

When do I need to query a local fixture for reference page data?

You need to query a local fixture for reference page data when performing e2e tests that require deterministic, fast lookups. It is essential for debugging workflows where consistent validation of brain page information is required.

Are there limitations to using local fixture lookups for OpenClaw brain pages?

A limitation of using local fixture lookups is that data is static and confined to the local fixture. It is intended for test and debugging workflows, meaning it does not fetch live or dynamically updated OpenClaw brain pages.