🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Cnc Quote Skill

by @timo2026

AI-powered CNC machining quote system with risk detection, material optimization, and multi-channel integration. Built for OpenClaw ecosystem.

Versionv1.0.0
Installs1
⚑ When to Use
TriggerAction
**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 QuoteEngine

Initialize 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"]
}

View on ClawHub
TERMINAL
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 β†’