Ai Intelligent Knowledge Qa

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent knowledge-QA skill description, with the main caution that its setup points users to clone and run external code not included in the submitted artifact.

Before installing, review the external GitHub repository and its dependencies, and decide what knowledge sources are safe to index or connect. The submitted skill itself does not show malicious behavior, but the actual runnable system is outside the provided artifact.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing it would require trusting code and dependencies from the referenced repository rather than only the reviewed skill artifact.

Why it was flagged

The documented setup relies on an external repository, dependencies, and application code that are not included in the submitted artifact set.

Skill content
git clone https://github.com/openclaw-skills/ai-intelligent-knowledge-qa
cd ai-intelligent-knowledge-qa
pip install -r requirements.txt
python app.py
Recommendation

Review the linked repository, requirements file, and app code before running the install commands, and prefer pinned dependencies from a trusted source.

What this means

Knowledge added to the system may be reused in later answers, so inappropriate or sensitive material could be surfaced in future responses.

Why it was flagged

The described design uses semantic search and a vector database, which commonly stores retrievable knowledge representations for later question answering.

Skill content
- 智能检索(语义搜索)
- AI 问答(GPT集成)
...
- 向量数据库
Recommendation

Only index approved knowledge sources, define retention and access rules, and avoid adding confidential material unless the deployment’s storage and retrieval controls are understood.