← 返回 Skills 市场
iamstevebot

GT7 Tuner — Gran Turismo 7 AI Tuning Assistant

作者 IamSteveBot · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gt7-tuner
功能描述
AI tuning assistant for Gran Turismo 7. Send a photo of your GT7 settings screen → get a complete optimized tune via GT Pro Tune calculator. Supports all 581...
使用说明 (SKILL.md)

GT7 Tuner — Gran Turismo 7 AI Tuning Assistant

Turn any GT7 car into a weapon. Send a screenshot, get a pro tune.

Prerequisites

⚠️ You need a GT Pro Tune account (https://app.gtprotune.com/)

  • Free accounts have limited features
  • Pro account recommended ($4.99/month) — unlocks full suspension/transmission calculations, Image Analyzer, and Race Engineer
  • Sign up at https://app.gtprotune.com/register
  • Store your credentials securely (never log or echo them)

When to Use

  • User wants to tune a car in Gran Turismo 7
  • User sends a screenshot/photo of their GT7 car settings
  • User mentions GT Pro Tune, car setup, suspension, gearing, or tuning
  • User says something like "tune my [car] for [track]"
  • Any Gran Turismo 7 tuning-related request

How It Works

The Quick Flow

  1. User sends a photo of their GT7 settings screen (from TV/monitor)
  2. Agent reads the values using vision (OCR) — PP, weight, HP, tire compound, etc.
  3. Agent confirms values with user (confidence check — only use values that are clearly readable)
  4. Agent fills GT Pro Tune via agent-browser automation
  5. Agent reads the calculated tune and reports it back
  6. User applies the tune in GT7

Photo OCR Pipeline

When the user sends a GT7 screenshot (photo of TV screen):

  1. Read the image with vision capabilities
  2. Extract all visible values: PP, weight (kg or lbs), HP, torque, tire compound, etc.
  3. For each value, assess confidence:
    • High confidence (>95%): use directly
    • Low confidence: ask user to confirm or re-send a clearer photo
  4. Convert units if needed (kg → lbs, kW → HP, Nm → ft-lb)
  5. Present extracted values to user for confirmation before proceeding

Tips for better photos:

  • Take the photo straight-on (reduce angle)
  • Minimize screen glare/reflections
  • Ensure the full settings screen is visible
  • PS5 screenshots via Share button → PS App are ideal (pixel-perfect)

GT Pro Tune Web App

Login

agent-browser open "https://app.gtprotune.com/login"
# Fill email and password fields, click Login
# Credentials must be stored securely — NEVER log, echo, or display them

Important: Angular Input Handling

GT Pro Tune is built with Angular 17. When filling form fields:

  • Use agent-browser fill @ref "value" followed by agent-browser press "Tab" — this triggers Angular's change detection
  • Do NOT use eval/DOM manipulation to set values — Angular's reactive forms won't detect the changes
  • For dropdowns (ngb-typeahead): type the search text, wait for results, then use eval to click the matching option
  • For select elements: use agent-browser select @ref "value"

App Structure

Tab 1: Car/Track Settings

Field Type Notes
Vehicle Typeahead search 581 cars, type to filter
Performance Points Number PP rating
Weight Number In pounds (lbs)
Track Typeahead search Type to filter
Tire Size Number In inches
Front Tires Dropdown Comfort/Sport/Racing × Hard/Medium/Soft
Rear Tires Dropdown Same options as front

Tab 2: Suspension Settings

Section Fields
Base Performance Front-Rear Weight Balance (%)
Stability Low Speed, High Speed (text: understeer/oversteer)
Rotational G G at 40mph, 75mph, 150mph
Suspension Body Height Front/Rear (mm), Oversteer/Understeer slider
Aerodynamics Downforce Front/Rear
Race/Track Parameters Spring Stiffness, ARB Stiffness, Tire Wear multiplier
Other Adjustments Corner Entry/Exit balance, Offset Spring Frequency

Tab 3: Transmission Settings

Section Fields
Engine Data HP, RPM (min/max/peak), Max Torque (ft-lb)
Differential LSD Setting
Gears Top Speed (MPH), Number of Gears (3-9), Final Gear, Gear Ratios
Corner Speed Min Corner Speed (MPH), Min Corner Speed Gear

Vehicle Selection (Angular Typeahead)

agent-browser click @e15                    # Focus vehicle search
agent-browser keyboard type "F8 Tributo"    # Type car name (spaces may cause CDP errors — use partial names)
sleep 2                                     # Wait for dropdown
agent-browser eval "(function(){var items=document.querySelectorAll('ngb-typeahead-window button');var match=Array.from(items).find(function(e){return e.textContent.includes('F8 Tributo')});if(match){match.click();return 'selected'}return 'not found'})()"

Reading Results

After filling all three tabs, the app calculates:

Suspension output table:

  • Anti-Roll Bar (Front/Rear)
  • Damper Compression (Front/Rear)
  • Damper Extension (Front/Rear)
  • Spring Rate (Front/Rear)
  • Camber Angle (Front/Rear)
  • Toe Angle (Front/Rear)

Transmission output table:

  • Final Gear Ratio
  • Individual Gear Ratios (1st through 7th+)

Differential output table:

  • Initial Torque (Front/Rear)
  • Acceleration (Front/Rear)
  • Deceleration (Front/Rear)

Image Analyzer (Premium Feature)

GT Pro Tune has a built-in Image Analyzer that can extract dyno data from GT7 screenshots:

agent-browser click @e7  # Image Analyzer button
# Upload a screenshot of the dyno/power graph from GT7

Driving Style Presets

When the user describes a driving style, translate to suspension parameters:

Style Oversteer Bias LSD Spring Stiffness Notes
Aggressive / Verstappen +2 oversteer +2 LSD +1 stiff Late braking, throttle steering, rotate on entry
Balanced / Hamilton 0 neutral 0 0 All-round consistency, predictable
Safe / Defensive -1 understeer -1 LSD -1 soft Stability first, forgiving on corner entry
Drift +3 oversteer +3 LSD -2 soft rear Maximum rotation, rear slides freely

Unit Conversions

  • Weight: 1 kg = 2.20462 lbs
  • Torque: 1 kgf·m = 7.233 ft-lb / 1 Nm = 0.7376 ft-lb
  • Power: 1 PS ≈ 0.9863 HP (close enough to use interchangeably for GT7)

GT7 Tuning Knowledge

See references/gt7-tuning-knowledge.md for:

  • Latest patch changes affecting tuning (1.55, 1.66)
  • Current meta (post-patch suspension, tire, LSD guidelines)
  • GT7-specific physics quirks vs real-world racing
  • Track-specific tuning workflows

Notes

  • All 581 GT7 cars are supported
  • Units: weight in lb, height in mm, speed in MPH, torque in ft-lb
  • The app calculates optimal settings — we input specs, it outputs the tune
  • GT7 Race Engineer (AI feature) requires a separate subscription tier
  • Always verify calculated tunes with a few laps in-game and adjust based on feel
安全使用建议
This skill appears to do what it says: read GT7 screenshots and drive the GT Pro Tune web app to produce setups. Before using it: (1) Do not paste your GT Pro Tune password into chat — prefer entering credentials only when the agent's browser automation prompts a secure login flow. (2) Consider testing with a throwaway/free GT Pro Tune account if you are uneasy about automation interaction. (3) Be aware the skill runs JavaScript in the GT Pro Tune page (eval/click); that's normal for web automation but means the agent will execute code in the page context. (4) If you require guarantees about credential storage or retention, ask the skill author how credentials are handled (the SKILL.md advises not to log them but gives no storage details). Otherwise this skill is internally consistent with its purpose.
功能分析
Type: OpenClaw Skill Name: gt7-tuner Version: 1.0.0 The skill requires the AI agent to perform browser automation that involves handling and inputting user credentials (email and password) into a third-party website (app.gtprotune.com). While SKILL.md includes explicit instructions to store credentials securely and avoid logging them, the design pattern of an agent managing raw authentication secrets is inherently risky. No evidence of intentional data exfiltration, obfuscation, or malicious backdoors was found in the automation logic or the supporting documentation.
能力评估
Purpose & Capability
Name/description (GT7 tuning assistant) match the instructions: the SKILL.md describes reading a screenshot, extracting values with vision/OCR, and automating GT Pro Tune's web app to retrieve a tune. Required resources (none) are proportionate to that purpose.
Instruction Scope
Instructions focus on OCR, unit conversion, user confirmation, and browser automation of https://app.gtprotune.com. They include in-page JavaScript eval snippets to select typeahead items and click buttons — this is necessary for web automation but does execute arbitrary JS in the page context. The doc advises not to log credentials but does not define how or where credentials should be stored by the agent.
Install Mechanism
Instruction-only skill with no install steps or third-party downloads. No code files to write or arbitrary network installs are requested.
Credentials
No environment variables, keys, or unrelated credentials are requested. The only external account referenced is the GT Pro Tune account (appropriate for the described integration).
Persistence & Privilege
Skill is not forcing permanent inclusion (always: false) and does not request system-wide configuration changes or access to other skills' credentials. The skill can be invoked by the agent (default), which is expected for this kind of automation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gt7-tuner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gt7-tuner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: GT Pro Tune integration, OCR pipeline for TV screenshots, 581 cars, all tracks, driving style presets, tuning knowledge base with patch 1.55/1.66 coverage
元数据
Slug gt7-tuner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

GT7 Tuner — Gran Turismo 7 AI Tuning Assistant 是什么?

AI tuning assistant for Gran Turismo 7. Send a photo of your GT7 settings screen → get a complete optimized tune via GT Pro Tune calculator. Supports all 581... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。

如何安装 GT7 Tuner — Gran Turismo 7 AI Tuning Assistant?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gt7-tuner」即可一键安装,无需额外配置。

GT7 Tuner — Gran Turismo 7 AI Tuning Assistant 是免费的吗?

是的,GT7 Tuner — Gran Turismo 7 AI Tuning Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

GT7 Tuner — Gran Turismo 7 AI Tuning Assistant 支持哪些平台?

GT7 Tuner — Gran Turismo 7 AI Tuning Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 GT7 Tuner — Gran Turismo 7 AI Tuning Assistant?

由 IamSteveBot(@iamstevebot)开发并维护,当前版本 v1.0.0。

💬 留言讨论