Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计通过

damperengineeringdamperengineering 命令行

Agent Skill

damperengineering 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

428

周安装

18

GitHub Stars

1

下载量

150
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:damperengineering(damperengineering 命令行)
来源仓库:https://github.com/robdtaylor/personal-ai-infrastructure
仓库路径:skills/damperengineering
安装命令:
npx skills add https://github.com/robdtaylor/personal-ai-infrastructure --skill Damperengineering
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/robdtaylor/personal-ai-infrastructure --skill Damperengineering

简介

用于液压 damper 工程设计和客户应用规格捕获。

  • 结合机械、液压、材料和密封技术提供 DSSV 解决方案。
  • 支持阻尼曲线设计、材料选型和 O-ring 密封设计流程。
  • 需确认输入参数如 force-velocity 曲线和应用环境条件。
  • 适用于汽车悬挂或工业减震系统的定制化工程设计场景。damperengineering 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

DamperEngineering

Hydraulic damper design engineering skill for customer application capture and specification. Combines mechanical engineering, hydraulic design, materials expertise, and sealing technology for DSSV-based damper solutions.

Workflow Routing

WorkflowTriggerFile
ApplicationCapture"new customer", "application requirements"Workflows/ApplicationCapture.md
DampingDesign"damping curve", "force-velocity"Workflows/DampingDesign.md
MaterialSelection"material", "aluminium", "steel"Workflows/MaterialSelection.md
SealDesign"O-ring", "seal", "slyde ring"Workflows/SealDesign.md
ValveSpecification"valve sizing", "DSSV spec"Workflows/ValveSpecification.md

Core Engineering Disciplines

1. Hydraulic Engineering

Damper Hydraulics Fundamentals:

┌─────────────────────────────────────────────────────────┐
│              DAMPER HYDRAULIC CIRCUIT                   │
├─────────────────────────────────────────────────────────┤
│                                                         │
│   COMPRESSION STROKE                                    │
│   ┌─────────────┐                                       │
│   │    Rod      │ ↓ Velocity                           │
│   │    ────     │                                       │
│   │   Piston    │ → Pressure builds below piston       │
│   │    ════     │                                       │
│   │             │ → Oil forced through valve ports     │
│   │   ┌───┐     │                                       │
│   │   │ V │     │ ← Compression valve controls flow    │
│   │   └───┘     │                                       │
│   └─────────────┘                                       │
│                                                         │
│   F = ΔP × A    (Force = Pressure drop × Piston area)  │
│   Q = V × A     (Flow = Velocity × Annular area)       │
│                                                         │
└─────────────────────────────────────────────────────────┘

Key Hydraulic Relationships:

ParameterFormulaUnits
Damping forceF = C × v^nN
Flow rateQ = A × vm³/s
Pressure dropΔP = f(Q, orifice)Pa
Reynolds numberRe = (ρ × v × D) / μdimensionless
Valve coefficientCv = Q × √(SG/ΔP)varies

Flow Regimes:

ReRegimeDamping Characteristic
< 2000LaminarLinear (F ∝ v)
2000-4000TransitionMixed
> 4000TurbulentQuadratic (F ∝ v²)

2. Mechanical Engineering

Load Path Analysis:

┌─────────────────────────────────────────────────────────┐
│              DAMPER LOAD PATH                           │
├─────────────────────────────────────────────────────────┤
│                                                         │
│   Vehicle Body                                          │
│        │                                                │
│        ▼                                                │
│   ┌─────────────┐                                       │
│   │  Top Mount  │ ← Bearing/bushing loads              │
│   │  (M10-M12)  │                                       │
│   └──────┬──────┘                                       │
│          │                                              │
│   ┌──────┴──────┐                                       │
│   │  Piston Rod │ ← Tension/compression, bending       │
│   │  (Ø16-25mm) │    Column buckling check             │
│   └──────┬──────┘                                       │
│          │                                              │
│   ┌──────┴──────┐                                       │
│   │   Piston    │ ← Pressure differential loads        │
│   │  (Ø30-50mm) │                                       │
│   └──────┬──────┘                                       │
│          │                                              │
│   ┌──────┴──────┐                                       │
│   │    Tube     │ ← Hoop stress, thread loads          │
│   │  (Ø40-60mm) │                                       │
│   └──────┬──────┘                                       │
│          │                                              │
│   ┌──────┴──────┐                                       │
│   │ Bottom Eye  │ ← Pin bearing, fatigue               │
│   │  (M10-M14)  │                                       │
│   └─────────────┘                                       │
│        │                                                │
│        ▼                                                │
│   Suspension Arm                                        │
│                                                         │
└─────────────────────────────────────────────────────────┘

Stress Calculations:

ComponentStress TypeFormulaLimit
RodAxialσ = F/A< 0.6 × Sy
RodBucklingPcr = π²EI/L²SF > 3
TubeHoopσh = P×r/t< 0.5 × Sy
ThreadShearτ = F/(π×d×Le)< 0.4 × Sy
EyeBearingσb = F/(d×t)< Sy

Fatigue Considerations:

ApplicationTypical CyclesDesign Life
Road car10⁷-10⁸200,000 km
Motorsport10⁵-10⁶Season/rebuild
Off-road10⁶-10⁷100,000 km

3. Materials Engineering

High-Grade Aluminium Alloys:

AlloyTemperSy (MPa)ApplicationNotes
6061T6276Tubes, bodiesGood machinability, anodizes well
6082T6310StructuralHigher strength than 6061
7075T6503High-load componentsCaution: stress corrosion
2024T351324Fatigue-criticalGood fatigue life

High-Grade Steels:

SteelConditionSy (MPa)ApplicationNotes
4140QT655-860Piston rodsChrome-plated, ground
4340QT860-1100High-load rodsPremium fatigue
17-4 PHH9001170Corrosion-criticalStainless, hard chrome alternative
Nitriding steelNitridedSurface 60 HRCWear surfacesCase hardened

Rod Surface Treatments:

TreatmentRa (μm)HardnessWearCorrosion
Hard chrome0.1-0.265-70 HRCExcellentGood
Nikasil0.1-0.255-60 HRCVery goodVery good
QPQ/Nitride0.2-0.460-65 HRCGoodExcellent
DLC<0.170+ HRCExcellentExcellent

4. Sealing Technology

O-Ring Design Parameters:

┌─────────────────────────────────────────────────────────┐
│              O-RING GROOVE DESIGN                       │
├─────────────────────────────────────────────────────────┤
│                                                         │
│   STATIC SEAL (Face)          DYNAMIC SEAL (Rod)       │
│   ┌─────────────────┐         ┌─────────────────┐      │
│   │     ████████    │         │  │    ███    │  │      │
│   │  ▲  ████████    │         │  │    ███    │  │      │
│   │  │  ████████    │         │  └────███────┘  │      │
│   │  │             │         │       ███ ←Rod   │      │
│   │  Groove        │         │       ▲          │      │
│   │  depth         │         │       │          │      │
│   └─────────────────┘         │  Radial squeeze │      │
│                               └─────────────────┘      │
│                                                         │
│   Static: 15-25% compression    Dynamic: 8-16%         │
│   Fill: 75-90%                  Fill: 70-85%           │
│                                                         │
└─────────────────────────────────────────────────────────┘

O-Ring Compression Guidelines:

ApplicationCompression %Stretch %Fill %
Static face15-250-575-90
Static radial12-201-575-85
Dynamic (slow)10-162-570-85
Dynamic (fast)8-142-570-80
High pressure12-201-380-90

Common O-Ring Materials:

MaterialTemp RangeFluid CompatibilityApplication
NBR (Nitrile)-30 to +100°CMineral oils, petroleumStandard damper
FKM (Viton)-20 to +200°CMost fluids, heatHigh-temp, motorsport
HNBR-30 to +150°COils, improved heatPerformance road
EPDM-50 to +150°CNOT petroleum basedSynthetic fluids only
PTFE-200 to +260°CUniversalSpecial applications

Slyde Ring / Piston Seal Design:

┌─────────────────────────────────────────────────────────┐
│              SLYDE RING CONFIGURATION                   │
├─────────────────────────────────────────────────────────┤
│                                                         │
│   SINGLE SLYDE RING           DUAL SLYDE + ENERGIZER   │
│   ┌─────────────────┐         ┌─────────────────┐      │
│   │  │ ██████████ │ │         │  │ ████ ○ ████ │ │      │
│   │  │ ██████████ │ │         │  │ ████ ○ ████ │ │      │
│   │  │ ←PTFE/Bronze│ │        │  │ PTFE  O-ring│ │      │
│   │  │            │ │         │  │      ↑      │ │      │
│   │  └────────────┘ │         │  │  Energizer  │ │      │
│   │     Tube wall   │         │  └─────────────┘ │      │
│   └─────────────────┘         └─────────────────┘      │
│                                                         │
│   Low friction                 Better sealing at       │
│   Self-lubricating             low pressure            │
│                                                         │
└─────────────────────────────────────────────────────────┘

Slyde Ring Materials:

MaterialFrictionWearPressureApplication
PTFEVery lowModerateLow-medStandard
PTFE + BronzeLowGoodMediumGeneral
PTFE + CarbonLowVery goodMed-highHigh duty
PEEKLowExcellentHighMotorsport

Application Requirements Capture

Customer Questionnaire

## Damper Application Requirements

### 1. Vehicle Information
- Vehicle type: [Road car / Race car / Off-road / Industrial]
- Make/Model:
- Year:
- Suspension type: [MacPherson / Double wishbone / Multi-link / Solid axle]
- Existing damper (if replacing): [Make/Model/P/N]

### 2. Weight & Load
- Sprung mass per corner (kg):
- Unsprung mass per corner (kg):
- Weight distribution F/R (%):
- Max payload (kg):

### 3. Geometry
- Wheel travel (mm): Bump: ___  Droop: ___
- Motion ratio:
- Damper length (mm): Extended: ___ Compressed: ___
- Stroke (mm):
- Mounting: Top: [Type] Bottom: [Type]

### 4. Performance Requirements
- Primary use: [Comfort / Sport / Race / Off-road]
- Max damper velocity (m/s):
- Operating temperature range (°C):
- Environment: [Road / Track / Desert / Mud/water]

### 5. Damping Targets (if known)
- Rebound @ 0.3 m/s (N):
- Compression @ 0.3 m/s (N):
- Force ratio (C/R):
- Low-speed character: [Linear / Digressive]
- High-speed character: [Linear / Progressive]

### 6. Durability
- Expected life (km or hours):
- Service interval:
- Rebuild capability required: [Yes / No]

### 7. Constraints
- Max diameter (mm):
- Max weight (g):
- Budget range:
- Certification requirements:

Damping Curve Design Process

┌─────────────────────────────────────────────────────────┐
│           DAMPING CURVE DESIGN PROCESS                  │
├─────────────────────────────────────────────────────────┤
│                                                         │
│  1. VEHICLE DYNAMICS INPUT                              │
│     ├── Sprung/unsprung mass                           │
│     ├── Spring rate                                    │
│     └── Target ride frequency                          │
│              │                                          │
│              ▼                                          │
│  2. CRITICAL DAMPING CALCULATION                        │
│     Cc = 2 × √(k × m)                                  │
│              │                                          │
│              ▼                                          │
│  3. DAMPING RATIO SELECTION                             │
│     ├── Comfort: ζ = 0.2-0.3                           │
│     ├── Sport: ζ = 0.3-0.5                             │
│     └── Race: ζ = 0.5-0.8                              │
│              │                                          │
│              ▼                                          │
│  4. FORCE TARGET CALCULATION                            │
│     C = ζ × Cc (damping coefficient)                   │
│     F @ 0.3 m/s = C × 0.3                              │
│              │                                          │
│              ▼                                          │
│  5. CURVE SHAPE DESIGN                                  │
│     ├── Digressive: Low-speed comfort                  │
│     ├── Linear: Predictable                            │
│     └── Progressive: High-speed control                │
│              │                                          │
│              ▼                                          │
│  6. VALVE SPECIFICATION                                 │
│     └── DSSV port window design                        │
│                                                         │
└─────────────────────────────────────────────────────────┘

Damping Ratio Guidelines

Applicationζ Reboundζ CompressionRatio C/R
Luxury road0.20-0.300.15-0.250.6-0.8
Sport road0.30-0.450.20-0.350.5-0.7
Track day0.40-0.600.30-0.450.5-0.7
Race (aero)0.60-0.800.40-0.600.5-0.7
Rally/off-road0.35-0.500.25-0.400.6-0.8

DSSV Valve Selection

Valve Sizing Matrix:

Damper ODValve ODPort Area RangeForce Range @0.3m/s
36mm20mm8-20 mm²200-600 N
46mm25mm15-35 mm²400-1200 N
60mm32mm25-60 mm²800-2500 N

Port Window Shapes:

ShapeCurveApplicationTuning Range
RectangularLinearBaseline, predictableModerate
TaperedDigressiveComfort, ride qualityWide
Progressive slotsProgressiveHigh-speed controlModerate
VariableCustomApplication-specificMaximum

Integration with Other Skills

SkillIntegration Point
DamperAssemblyManufacturing handoff, assembly specs
PlantCapabilityMachining feasibility check
QuoteEstimatorCost estimation for custom designs
CuttingParamsMachining parameters for components
MaterialSelectionCross-reference for specifications
APQPPPAPProduct development process

Examples

Example 1: New customer application

User: "Customer wants dampers for a lightweight track day car"
→ Run ApplicationCapture workflow
→ Gather vehicle data, geometry, performance targets
→ Calculate damping requirements
→ Specify DSSV valve configuration
→ Generate preliminary specification

Example 2: Seal design query

User: "What O-ring compression for a 20mm rod dynamic seal?"
→ Reference seal design tables
→ Recommend 10-14% compression for dynamic
→ Specify groove dimensions
→ Recommend NBR or FKM material
→ Note lubrication requirements

Example 3: Material selection

User: "Need a lightweight piston rod material"
→ Review load requirements
→ Consider 17-4 PH stainless (high strength-to-weight)
→ Or 4340 with DLC coating
→ Check fatigue requirements
→ Provide specification

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.59%
按下载量换算52

Claude

29.83%
按下载量换算45

Cursor

20.16%
按下载量换算30

Gemini CLI

9.3%
按下载量换算14

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills