rskill-packager

Package, quantize, validate, and publish OpenRAL rSkills to Hugging Face Hub.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/bensonlee5/openral --skill rskill-packager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rskill-packager
Source: https://github.com/bensonlee5/openral/tree/main/.agents/skills/rskill-packager
Command: npx skills add https://github.com/bensonlee5/openral --skill rskill-packager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openral, huggingface_hub, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The rskill-packager Skill solves the problem of creating, quantizing, validating, and publishing OpenRAL rSkills. It ensures that the packaging adheres to schema, license, safety, and reproducibility rules.

Core Features & Use Cases

  • Package Creation: Scaffold a new rSkill package or fill or review an existing one.
  • Quantization: Quantize model checkpoints into model-safe tensors.
  • Validation: Check README quality, eval artifacts, license posture, and other gates.
  • Publication: Publish an rSkill package to Hugging Face Hub.

Quick Start

Pack and publish an rSkill for 'pi05-pick-cube' from Hugging Face Hub with 'openral rskill new pi05-pick-cube --from-hf <owner>/<repo>'.

Frequently Asked Questions about rskill-packager

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

FAQPage Schema
How do I package and publish an OpenRAL rSkill to Hugging Face Hub?

To package and publish an OpenRAL rSkill, you can scaffold a new package using `openral rskill new`, validate schema and license compliance, and push the result directly to Hugging Face Hub using the integrated publishing tools.

What is quantization for OpenRAL rSkills and when do I need it?

Quantization for OpenRAL rSkills converts model checkpoints into model-safe tensors. You need this process to compress model size and ensure safe, reproducible execution before publishing your rSkill package to the Hub.

Do I need an OpenRAL runtime and Hugging Face Hub access to validate rSkills?

Yes, you need an OpenRAL runtime and Hugging Face Hub access to validate rSkills. The validation process checks README quality, eval artifacts, and license posture, requiring these environments to function correctly.

Can I scaffold a new rSkill package from an existing Hugging Face repository?

Yes, you can scaffold a new rSkill package from a Hugging Face repository. Use the command `openral rskill new <name> --from-hf <owner>/<repo>` to fetch and populate the initial package structure directly.

What validation checks are required before publishing an OpenRAL rSkill?

Before publishing an OpenRAL rSkill, validation checks include README quality, eval artifacts, license posture, safety, and reproducibility. These gates ensure your package adheres to required schema and deployment rules.