claw-finetune

Gather fine-tuning requirements, validate inputs, and prepare LoRA/SFT runs for Tinker or HPC-AI.

1|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/yuxuan-lou/ClawFinetune --skill claw-finetune
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claw-finetune
Source: https://github.com/yuxuan-lou/ClawFinetune/tree/main
Command: npx skills add https://github.com/yuxuan-lou/ClawFinetune --skill claw-finetune

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires datasets, hpcai, hpcai.cookbook, tinker, tinker_cookbook, and includes scripts (resource) components.

What problem does it solve?

Collect fine-tuning requirements, validate datasets and API keys, generate backend-specific LoRA SFT runs for Tinker or HPC-AI SDK, launch the training, and answer status questions from persisted run artifacts.

Core Features & Use Cases

  • Supports local and shared/common datasets, with adaptation paths for built-in presets gsm8k, knights-and-knaves, no_robots, and tulu-3-sft-mixture.
  • Lets you compare Tinker and HPC-AI LoRA/SFT flows, generates training scripts, and launches runs.
  • Automatically validates datasets, API keys, and endpoint configurations to ensure secure, reproducible runs.

Quick Start

Fine-tune a model by providing a dataset and backend choice, and I will generate, launch, and monitor the LoRA/SFT run.

Frequently Asked Questions about claw-finetune

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prepare a local dataset for LoRA SFT fine-tuning with Tinker or HPC-AI?▼

To prepare a local dataset for LoRA SFT fine-tuning, you must validate the dataset format, ensure API keys and endpoint configurations are correct, and generate a run manifest for Tinker or HPC-AI to ensure reproducible training. The process automatically validates inputs before launching.

What built-in datasets are supported for LLM fine-tuning orchestration?▼

Supported built-in shared datasets for LLM fine-tuning include gsm8k, knights-and-knaves, no_robots, and tulu-3-sft-mixture. These presets provide adaptation paths for generating backend-specific LoRA SFT runs without needing to supply your own local data.

Can I compare Tinker and HPC-AI for SFT runs before launching training?▼

Yes, you can compare Tinker and HPC-AI LoRA SFT flows before launching training. The orchestration process evaluates your requirements, generates backend-specific training scripts, and validates configurations for both platforms to help you choose the appropriate backend.

Do I need API keys and endpoint configurations validated before launching a LoRA run?▼

Yes, API keys and endpoint configurations are automatically validated before launching a LoRA run. This credential handling and endpoint resolution ensures secure, reproducible training and prevents failed execution due to invalid authentication or connectivity issues.

How do I monitor an active LoRA SFT training run after it starts?▼

To monitor an active LoRA SFT training run, the system answers status questions from persisted run artifacts. After launching the training on Tinker or HPC-AI, it tracks the run state using these artifacts to provide continuous status updates.

What is a run manifest and why is it needed for LLM fine-tuning?▼

A run manifest is a generated artifact that records the configurations, datasets, and credentials used for a LoRA SFT run. It is needed for LLM fine-tuning to enforce credential handling, ensure endpoint resolution, and guarantee safe, reproducible training executions.