/ الدليل / الملعب / Hugging Face Upskill
● رسمي huggingface ⚡ فوري

Hugging Face Upskill

بواسطة huggingface · huggingface/upskill

Generate and evaluate agent skills for Claude Code, OpenCode, OpenAI Codex from datasets.

Hugging Face Upskill is a skill that generate and evaluate agent skills for claude code, opencode, openai codex from datasets Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

لماذا تستخدمه

الميزات الأساسية

عرض مباشر

كيف يبدو في الممارسة

huggingface-upskill.replay ▶ جاهز
0/0

التثبيت

اختر العميل

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "huggingface-upskill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/huggingface/upskill",
        "~/.claude/tools/upskill"
      ],
      "_inferred": true
    }
  }
}

افتح Claude Desktop → Settings → Developer → Edit Config. أعد التشغيل بعد الحفظ.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "huggingface-upskill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/huggingface/upskill",
        "~/.claude/tools/upskill"
      ],
      "_inferred": true
    }
  }
}

يستخدم Cursor نفس مخطط mcpServers مثل Claude Desktop. إعدادات المشروع أولى من الإعدادات العامة.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "huggingface-upskill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/huggingface/upskill",
        "~/.claude/tools/upskill"
      ],
      "_inferred": true
    }
  }
}

انقر على أيقونة MCP Servers في شريط Cline الجانبي، ثم "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "huggingface-upskill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/huggingface/upskill",
        "~/.claude/tools/upskill"
      ],
      "_inferred": true
    }
  }
}

نفس الصيغة مثل Claude Desktop. أعد تشغيل Windsurf لتطبيق التغييرات.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "huggingface-upskill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/huggingface/upskill",
        "~/.claude/tools/upskill"
      ]
    }
  ]
}

يستخدم Continue مصفوفة من كائنات الخادم بدلاً من خريطة.

~/.config/zed/settings.json
{
  "context_servers": {
    "huggingface-upskill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/huggingface/upskill",
          "~/.claude/tools/upskill"
        ]
      }
    }
  }
}

أضف إلى context_servers. يعيد Zed التحميل تلقائيًا عند الحفظ.

claude mcp add huggingface-upskill -- git clone https://github.com/huggingface/upskill ~/.claude/tools/upskill

أمر من سطر واحد. تحقق باستخدام claude mcp list. احذف باستخدام claude mcp remove.

حالات الاستخدام

استخدامات عملية: Hugging Face Upskill

Use Hugging Face Upskill for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

متى تستخدمه: You want skill integration for skill work without writing glue code.

المتطلبات الأساسية
  • Repo installed / cloned — See repo README
الخطوات
  1. Install
    Set up the Hugging Face Upskill skill.✓ تم النسخ
    → skill listed in your agent config
  2. Invoke
    Use Hugging Face Upskill to run a representative task in skill.✓ تم النسخ
    → Tool call succeeds; result returned

النتيجة: Real skill work completed via Hugging Face Upskill with one chat.

المزالق
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
اجمعها مع: filesystem

التركيبات

اجمعها مع خوادم MCP أخرى لتحقيق نتائج x10

huggingface-upskill + filesystem

Pair with filesystem for skill workflows that need local file IO.

Use Hugging Face Upskill together with filesystem.✓ تم النسخ

الأدوات

ما يوفره هذا الـ MCP

الأداةالمدخلاتمتى تستدعيهاالتكلفة
primary_call task-specific For the main use case Varies

التكلفة والحدود

تكلفة التشغيل

حصة API
Provider rate limits apply
الرموز لكل استدعاء
Varies
التكلفة المالية
Free / pay provider directly
نصيحة
Cache results; batch calls.

الأمان

الصلاحيات والأسرار ونطاق الأثر

تخزين بيانات الاعتماد: Use environment variables or your OS keychain.
نقل البيانات الخارجي: Depends on integration

استكشاف الأخطاء

الأخطاء الشائعة وحلولها

Confirm install and restart your agent.

المزيد

الموارد

📖 اقرأ ملف README الرسمي على GitHub

🐙 تصفح القضايا المفتوحة

🔍 تصفح أكثر من 400 خادم MCP و Skills