← 返回 Skills 市场
62
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install stream-ai-answer
功能描述
通用流式AI检索问答技能 — 为任意行业应用提供四步流式分析交互界面。 触发场景:用户输入关键词 → AI自动执行:理解意图 → 检索知识库 → 流式生成 → 来源标记 → 完整回答。 当需要实现以下任意场景时激活: (1) AI搜索框 / 智能咨询组件重构 (2) 知识库问答(医疗/法律/金融/教育等垂直领域)...
安全使用建议
This package is internally consistent: it provides React/Tailwind UI components and prompt templates for streaming RAG-style answers. Before using it in production, do these things: (1) Never embed real API keys in frontend code — route streaming calls through a backend proxy that injects credentials server-side and enforces rate limits and scope. (2) Review and adapt the prompts and disclaimers for regulated domains (medical/legal/financial); add stronger disclaimers or human-in-the-loop if required by policy. (3) Validate the source-parsing logic against the kinds of model output you expect so the UI doesn't surface malformed links. (4) Ensure your streaming endpoint supports CORS and SSE safely, and that logs do not leak user-submitted sensitive data. (5) Limit API key scopes and rotate keys; enforce rate limits and monitoring on the proxy. If you want, I can point out exact lines in the code that would need changing to move the streamAI call to a secure backend.
功能分析
Type: OpenClaw Skill
Name: stream-ai-answer
Version: 1.0.0
The skill bundle provides a legitimate UI template and implementation guide for a streaming AI response interface across various industries (medical, legal, etc.). The code in assets/AIAnalysisCard.tsx and references/frontend-pattern.md consists of standard React components and fetch-based streaming logic without any evidence of data exfiltration, malicious execution, or prompt injection.
能力标签
能力评估
Purpose & Capability
Name, description, and included files (React component, frontend pattern, prompts) are coherent: the package provides UI templates and prompt templates for streaming retrieval-augmented answers. The listed supported LLMs and 'stream:true' requirement align with the streaming UI.
Instruction Scope
SKILL.md is an implementation guide and includes frontend code and prompt templates. It does not instruct the agent to read unrelated system files or exfiltrate data. However, the provided streamAI() example and the 'quick integrate' instructions are clearly targeted at front-end usage; inexperienced implementers could copy the streaming fetch into a browser app and supply an API key client-side (insecure). The instructions do not explicitly warn against exposing API keys in public clients.
Install Mechanism
No install spec (instruction-only plus code files). No downloads or executables are fetched by the skill. Risk from installation is minimal.
Credentials
Skill declares no required environment variables or credentials, which is consistent for a UI/pattern library. The sample streamAI() function accepts an apiKey parameter (and shows sending it as a Bearer token). That is appropriate for calling LLM APIs, but because the examples are client-side, implementers must not put real provider keys in frontend code—use a backend/proxy instead.
Persistence & Privilege
Skill does not request persistent or platform-level privileges (always:false). There is no mechanism in the package that modifies other skills or agent configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install stream-ai-answer - 安装完成后,直接呼叫该 Skill 的名称或使用
/stream-ai-answer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
通用流式AI检索问答四步流水线Skill,支持任意行业知识库场景(医疗/法律/金融/教育),提供DeepSeek风格四步分析卡片和完整React组件
元数据
常见问题
流式AI检索问答技能 是什么?
通用流式AI检索问答技能 — 为任意行业应用提供四步流式分析交互界面。 触发场景:用户输入关键词 → AI自动执行:理解意图 → 检索知识库 → 流式生成 → 来源标记 → 完整回答。 当需要实现以下任意场景时激活: (1) AI搜索框 / 智能咨询组件重构 (2) 知识库问答(医疗/法律/金融/教育等垂直领域)... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 62 次。
如何安装 流式AI检索问答技能?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install stream-ai-answer」即可一键安装,无需额外配置。
流式AI检索问答技能 是免费的吗?
是的,流式AI检索问答技能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
流式AI检索问答技能 支持哪些平台?
流式AI检索问答技能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 流式AI检索问答技能?
由 mingyuan(@zmy1006-sudo)开发并维护,当前版本 v1.0.0。
推荐 Skills