cnc-quote-rag-system

CNC智能报价系统 - 基于RAG的制造零件报价工具。支持材料检索、成本估算、风险预警。Use when user needs CNC part quoting, manufacturing cost estimation, or knowledge base retrieval.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cnc-quote-rag-system" with this command: npx skills add timo2026/cnc-quote-system

CNC智能报价系统

🦫 让AI代替人工完成制造零件报价

基于RAG的智能检索系统,10分钟完成传统需要数天的报价工作。

作者信息

项目信息
作者Timo
邮箱miscdd@163.com
标识海狸 (Beaver) - 靠得住、能干事、在状态

核心功能

功能说明
🔍 智能检索向量检索 + 规则匹配双引擎
🧠 知识库基于RAG的智能报价
⚡ 风险控制价格异常检测与预警
📊 案例匹配历史报价案例相似度检索

系统架构

用户输入需求
    ↓
HybridRetriever(混合检索器)
    ├─ VectorRetriever(向量检索)
    └─ RuleRetriever(规则匹配)
    ↓
QuoteEngine(报价引擎)
    ├─ 材料成本计算
    ├─ 工时估算
    └─ 风险评估
    ↓
输出报价 + 风险报告

文件结构

cnc-quote-rag-system/
├── SKILL.md              # 本文件
├── SKILL_BOM.md          # 物料清单
├── config.json           # 配置文件
├── requirements.txt      # 依赖列表
├── cases.json            # 案例库
├── cnc_quote_engine.py   # 报价引擎
├── hybrid_retriever.py   # 混合检索器
├── case_retriever.py     # 案例检索器
└── risk_control.py       # 风险控制器

快速开始

安装依赖

pip install -r requirements.txt

使用示例

from cnc_quote_engine import CNCQuoteEngine
from hybrid_retriever import HybridRetriever
from risk_control import RiskController

# 初始化
engine = CNCQuoteEngine()
retriever = HybridRetriever(mode="hybrid")
risk_ctrl = RiskController()

# 计算报价
quote = engine.calculate(
    material="AL6061",
    dimensions=[100, 50, 10],
    surface="anodize",
    quantity=10
)

print(f"单价: ¥{quote.unit_price}")
print(f"交期: {quote.lead_time}天")

核心模块

模块文件功能
报价引擎cnc_quote_engine.py成本计算+风险评估
混合检索器hybrid_retriever.py向量+规则双引擎
案例检索case_retriever.py历史案例匹配
风险控制risk_control.py价格异常检测

检索模式

模式说明适用场景
vector_only纯向量检索语义相似查询
rule_only纯规则匹配精确条件查询
hybrid混合检索综合场景(推荐)

性能指标

指标数值
检索速度<200ms
准确率>95%
支持材料50+
案例库可扩展

风险等级

等级分数范围说明
LOW80-100安全,可直接执行
MEDIUM60-79需注意,建议复核
HIGH40-59高风险,必须检查
CRITICAL0-39严重风险,禁止执行

License

MIT License - Copyright (c) 2026 Timo


🦫 海狸 (Beaver) | 靠得住、能干事、在状态

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

aws-ecs-monitor

AWS ECS production health monitoring with CloudWatch log analysis — monitors ECS service health, ALB targets, SSL certificates, and provides deep CloudWatch...

Registry SourceRecently Updated
Research

Penfield

Persistent memory for OpenClaw agents. Store decisions, preferences, and context that survive across sessions. Build knowledge graphs that compound over time...

Registry SourceRecently Updated
2.6K5Profile unavailable
Research

SEO Optimizer Pro

AI-powered SEO content analysis and optimization for improved Google ranking and visibility in emerging AI search platforms like ChatGPT and Claude.

Registry SourceRecently Updated
Research

Monkeytype Tracker and Advisor

Track and analyze Monkeytype typing statistics with improvement tips. Use when user mentions "monkeytype", "typing stats", "typing speed", "WPM", "typing practice", "typing progress", or wants to check their typing performance. Features on-demand stats, test history analysis, personal bests, progress comparison, leaderboard lookup, and optional automated reports. Requires user's Monkeytype ApeKey for API access.

Registry SourceRecently Updated
1.7K0Profile unavailable