Cnc Quote Skill
by @timo2026
AI-powered CNC machining quote system with risk detection, material optimization, and multi-channel integration. Built for OpenClaw ecosystem.
β‘ When to Use
| Trigger | Action |
|---|
| **Scenario**: A customer requests an unusual combination of surface treatments. |
| ``` |
| Input: Anodizing + Chrome Plating (incompatible) |
| Output: β οΈ RISK FLAGGED - Surface treatment conflict detected |
| Recommended: Manual review required |
| ``` |
| ### Case 2: Cost Optimization |
| **Scenario**: Bulk order with complex geometry. |
| ``` |
| Input: 1000 units, complex 5-axis machining |
| Output: β Optimized quote with bulk discount (15% off) |
| Suggested: Batch processing for 20% additional savings |
| ``` |
| ### Case 3: Material Suggestion |
| **Scenario**: Customer requests generic "steel" material. |
| ``` |
| Input: Steel, outdoor application |
| Output: π‘ Suggestion: 304 Stainless Steel recommended |
| Reason: Better corrosion resistance for outdoor use |
| Price difference: +12%, but saves maintenance costs |
| ``` |
π‘ Examples
from cnc_quote_skill import QuoteEngineInitialize engine
engine = QuoteEngine()Create a quote request
quote = engine.calculate({
"material": "AL6061",
"dimensions": {"length": 100, "width": 50, "height": 20},
"surface_treatment": "anodizing",
"quantity": 100,
"urgency": "normal"
})print(quote.total_price) # Β₯310.11
print(quote.confidence) # 0.96
print(quote.risk_flags) # []
βοΈ Configuration
Edit config/quote_settings.json:
{
"confidence_threshold": 0.7,
"risk_sensitivity": "high",
"currency": "CNY",
"tax_rate": 0.13,
"channels": ["qq", "email", "api"]
}
clawhub install cnc-quote-skill
π§ͺ Use this skill with your agent
Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.
π Can't find the right skill?
Search 60,000+ AI agent skills β free, no login needed.
Search Skills β