← Back to Skills Marketplace
149
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zqtest
Description
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
Usage Guidance
This skill appears to be a local, file-backed ontology helper and is coherent with its description. Before installing, ensure you are comfortable with the agent writing to the workspace path (memory/ontology/graph.jsonl and schema.yaml). Confirm python3 is available in the environment. Do not store plaintext secrets in entity properties — follow the secret_ref convention and keep any secret stores (keychain, vault) separate. If you want extra assurance, inspect scripts/ontology.py in full and run it in an isolated workspace or container so the graph file and schema are confined to a directory you control.
Capability Analysis
Type: OpenClaw Skill
Name: zqtest
Version: 1.0.0
The ontology skill provides a structured knowledge graph for agent memory, allowing for entity and relation management via a local JSONL file. The implementation in `scripts/ontology.py` includes proactive security measures such as a `resolve_safe_path` function to prevent path traversal and schema validation that explicitly forbids the storage of sensitive credentials (passwords, tokens) within the graph. No indicators of malicious intent, data exfiltration, or prompt injection were found.
Capability Assessment
Purpose & Capability
Name/description (typed ontology for agent memory) match the provided artifacts: SKILL.md, schema references, and a Python script that implements create/query/relate/validate operations. The skill only needs local file storage and a Python runtime (implied) which is proportionate to the described functionality.
Instruction Scope
Runtime instructions operate on a local append-only graph file (memory/ontology/graph.jsonl) and schema files in the workspace. The SKILL.md and scripts only instruct reading/writing those workspace files and do not direct the agent to access unrelated system paths, external endpoints, or unspecified environment variables.
Install Mechanism
No install spec is provided (instruction-only plus included script). That minimizes installation risk — the only code is the included Python script which runs locally. No remote downloads or package installs are requested.
Credentials
The skill declares no required environment variables, credentials, or config paths. It documents a convention for referencing secrets via secret_ref rather than storing secrets directly; that convention is enforced in the schema/validation logic. There are no unexpected credential requests.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It writes only to files under the workspace (memory/ontology) and does not modify other skills or system-wide agent settings. Autonomous invocation is allowed by platform default but is not combined with other red flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zqtest - After installation, invoke the skill by name or use
/zqtest - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the ontology skill: a typed knowledge graph for agent memory and composable skills.
- Supports entity creation, querying, linking, and validation with type constraints.
- Core types include Person, Project, Task, Event, Document, and more.
- Provides CLI workflows for managing entities, relations, and schema validation.
- Designed for cross-skill data sharing and planning as graph transformations.
- Enforces append-only storage to preserve historical data and schema evolution.
Metadata
Frequently Asked Questions
What is zqtest?
Typed knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.
How do I install zqtest?
Run "/install zqtest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is zqtest free?
Yes, zqtest is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does zqtest support?
zqtest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created zqtest?
It is built and maintained by ywqsimmon (@ywqsimmon); the current version is v1.0.0.
More Skills