← Back to Skills Marketplace
Ai Intelligent Knowledge Qa
by
yang1002378395-cmyk
· GitHub ↗
· v1.0.0
· MIT-0
342
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install ai-intelligent-knowledge-qa
Description
知识问答,FAQ + 智能检索 + AI 问答。
README (SKILL.md)
AI 智能知识问答系统
描述
知识问答,FAQ + 智能检索 + AI 问答。
功能
- FAQ 管理(问答库)
- 智能检索(语义搜索)
- AI 问答(GPT集成)
- 多渠道接入(Web/微信/API)
- 数据分析(问答统计)
定价
- 基础版:¥199/月(1000 问答/月)
- 专业版:¥999/月(10000 问答/月)
- 企业版:¥2999/月(无限问答)
适用场景
- 智能客服
- 知识管理
- 内部问答
- 产品支持
技术栈
- Python + FastAPI
- 向量数据库
- GPT 集成
- 语义搜索
安装
git clone https://github.com/openclaw-skills/ai-intelligent-knowledge-qa
cd ai-intelligent-knowledge-qa
pip install -r requirements.txt
python app.py
创建:2026-03-13 作者:OpenClaw Skills Team
Usage Guidance
This skill asks you to clone and run code from a GitHub repo but does not declare the API keys or DB connections it clearly needs. Before installing or running anything: (1) ask for the exact repository URL and a release tag/commit, then review the repository code (especially requirements.txt, app.py, and any startup scripts); (2) require the maintainer to document required environment variables and why they are needed (e.g., OPENAI_API_KEY, vector DB URL); (3) run the clone + pip install inside an isolated environment (container or sandbox) and do not use production credentials; (4) prefer an install method with checksums or official releases. If you cannot review the repo or get clear declarations of required secrets, avoid running it.
Capability Analysis
Type: OpenClaw Skill
Name: ai-intelligent-knowledge-qa
Version: 1.0.0
The skill bundle contains only metadata and documentation (SKILL.md) describing an AI-driven knowledge QA system. It outlines standard features, pricing, and installation procedures without any executable code, suspicious network requests, or prompt injection attempts targeting the agent.
Capability Assessment
Purpose & Capability
The SKILL.md advertises GPT integration, a vector DB, and multi-channel connectors (WeChat/API) but the skill declares no required environment variables, credentials, or config paths. Real-world operation would normally require API keys (e.g., OpenAI or other LLM provider) and DB connection strings, so the declared requirements do not match the described capabilities.
Instruction Scope
The runtime instructions tell the agent to run: git clone https://github.com/openclaw-skills/ai-intelligent-knowledge-qa; pip install -r requirements.txt; python app.py. Those steps fetch and execute external code, install dependencies, and run a server — operations that can read/write files, open network connections, and execute arbitrary code. The SKILL.md does not enumerate what files, env vars, or secrets the repo expects, nor does it limit what the cloned code may do.
Install Mechanism
There is no formal install spec in the registry, yet SKILL.md instructs cloning a GitHub repo and installing Python requirements. Installing and running an external repository at runtime is higher-risk than an instruction-only skill that uses only local tooling, because it pulls arbitrary third-party code onto the system without checksum, release pinning, or vetting.
Credentials
No environment variables or credentials are declared, despite features (GPT, vector DB, WeChat/API connectors) that normally require secrets and connection strings. The absence of declared secrets is disproportionate and makes the skill's resource needs unclear — either it won't work as advertised, or it expects secrets to be supplied ad hoc (risk of accidental credential exposure).
Persistence & Privilege
The skill does not request always:true and does not declare system-wide config changes. The only persistence risk is from following its own git/pip/python instructions (which would write files and install packages), but the skill metadata itself does not request elevated platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ai-intelligent-knowledge-qa - After installation, invoke the skill by name or use
/ai-intelligent-knowledge-qa - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
ai-intelligent-knowledge-qa v1.0.0
- Initial release of knowledge-based question answering system.
- Features FAQ management, semantic search, and AI-powered QA using GPT.
- Supports access via Web, WeChat, and API.
- Includes question/answer statistics for data analysis.
- Provides tiered pricing plans for different usage needs.
- Built using Python, FastAPI, vector database, and GPT integration.
Metadata
Frequently Asked Questions
What is Ai Intelligent Knowledge Qa?
知识问答,FAQ + 智能检索 + AI 问答。 It is an AI Agent Skill for Claude Code / OpenClaw, with 342 downloads so far.
How do I install Ai Intelligent Knowledge Qa?
Run "/install ai-intelligent-knowledge-qa" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Ai Intelligent Knowledge Qa free?
Yes, Ai Intelligent Knowledge Qa is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Ai Intelligent Knowledge Qa support?
Ai Intelligent Knowledge Qa is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Ai Intelligent Knowledge Qa?
It is built and maintained by yang1002378395-cmyk (@yang1002378395-cmyk); the current version is v1.0.0.
More Skills