BeClaude

openclaw-skills

New
GitHub TrendingGeneralby luanma-ai

luanma-ai 的 OpenClaw skill 集合 - 27 个 SKILL.md

Summary

OpenClaw Skills is a curated collection of 27 reusable skill definitions from luanma-ai, designed to enhance Claude Code's capabilities across AI and ML workflows.

  • It provides ready-to-use skill modules that streamline common development tasks, saving time and ensuring consistency.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/openclaw-skills.md https://raw.githubusercontent.com/luanma-ai/openclaw-skills/main/SKILL.md
3
Invoke in Claude Code
/openclaw-skills

Use Cases

Quickly set up a new machine learning project with pre-configured skill templates.
Automate data preprocessing tasks using reusable skill definitions.
Integrate model training pipelines with minimal manual configuration.
Standardize code review processes across AI/ML projects.
Deploy AI models with consistent deployment skill modules.
Generate documentation for ML experiments using predefined skill prompts.

Usage Examples

1

/openclaw-skills list all available skills

2

/openclaw-skills use data-preprocessing for my new dataset

3

Apply the model-training skill to set up a training pipeline for my neural network

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is openclaw-skills?

OpenClaw Skills is a curated collection of 27 reusable skill definitions from luanma-ai, designed to enhance Claude Code's capabilities across AI and ML workflows. It provides ready-to-use skill modules that streamline common development tasks, saving time and ensuring consistency.

How to install openclaw-skills?

To install openclaw-skills: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/openclaw-skills.md https://raw.githubusercontent.com/luanma-ai/openclaw-skills/main/SKILL.md. Finally, /openclaw-skills in Claude Code.

What is openclaw-skills best for?

openclaw-skills is a skill categorized under General. Created by luanma-ai.

What can I use openclaw-skills for?

openclaw-skills is useful for: Quickly set up a new machine learning project with pre-configured skill templates.; Automate data preprocessing tasks using reusable skill definitions.; Integrate model training pipelines with minimal manual configuration.; Standardize code review processes across AI/ML projects.; Deploy AI models with consistent deployment skill modules.; Generate documentation for ML experiments using predefined skill prompts..