Get started
ClawHub कैसे काम करता है
ClawHub कैसे काम करता है
ClawHub, OpenClaw Skills और Plugins के लिए registry layer है। यह उपयोगकर्ताओं को packages खोजने की जगह देता है, publishers को versions रिलीज़ करने की जगह देता है, और OpenClaw को उन packages को सुरक्षित रूप से install और update करने के लिए पर्याप्त metadata देता है।
Registry records
हर public listing एक registry record होती है, जिसमें शामिल होते हैं:
- owner और slug या package name
- एक या अधिक published versions
- metadata, summary, files, और source attribution
- changelog और tag जानकारी जैसे
latest - download, install, और star signals
- security scan और moderation status
Listing page वह canonical जगह है जहाँ उपयोगकर्ता install करने से पहले देख सकते हैं कि कोई skill या plugin क्या करने का दावा करता है।
Skills
Skill एक versioned text bundle है जिसका केंद्र SKILL.md होता है। इसमें
supporting files, examples, templates, और scripts शामिल हो सकते हैं।
ClawHub, skill name, description, requirements, environment variables, और metadata
समझने के लिए SKILL.md frontmatter पढ़ता है। सटीक metadata महत्वपूर्ण है क्योंकि यह
उपयोगकर्ताओं को यह तय करने में मदद करता है कि skill install करनी है या नहीं, और automated scans को
declared और observed behavior के बीच mismatches पहचानने में मदद करता है।
देखें Skill format।
Plugins
Plugins packaged OpenClaw extensions हैं। ClawHub package metadata, compatibility information, source links, artifacts, और version records संग्रहीत करता है।
जब OpenClaw, ClawHub से plugin install करता है, तो यह install करने से पहले advertised compatibility metadata की जाँच करता है। Package records में API compatibility, minimum gateway version, host targets, environment requirements, और artifact digests शामिल हो सकते हैं।
जब आप चाहते हैं कि registry ही source of truth हो, तो explicit ClawHub install source का उपयोग करें:
openclaw plugins install clawhub:<package>Publishing
Publishing एक नया immutable version record बनाता है। Publishers authenticated registry workflows के लिए clawhub
CLI का उपयोग करते हैं:
clawhub skill publish ./my-skillclawhub package publish <source> --family code-plugin --dry-runclawhub package publish <source> --family code-pluginUpload से पहले resolved payload का preview देखने के लिए dry runs का उपयोग करें। Public pages फिर published metadata, files, source attribution, और scan status दिखाते हैं।
Installs और updates
OpenClaw install commands, ClawHub को package source के रूप में उपयोग करते हैं:
openclaw skills install @openclaw/demoopenclaw plugins install clawhub:<package>OpenClaw install source metadata record करता है ताकि updates बाद में उसी registry package को resolve कर सकें। ClawHub CLI उन उपयोगकर्ताओं के लिए direct skill install और update workflows भी support करता है जो full OpenClaw workspace के बाहर registry-managed skill folders चाहते हैं।
Security state
ClawHub publishing के लिए open है, लेकिन releases अभी भी upload gates, automated checks, user reports, और moderator action के अधीन हैं।
Public pages उपलब्ध होने पर scan summaries दिखाते हैं। Held, hidden, या blocked content public search और install flows से गायब हो सकता है, जबकि diagnostics के लिए owner को visible रह सकता है।
देखें Security, Security Audits, Moderation and Account Safety, और Acceptable usage।
API access
ClawHub discovery, search, package details, और downloads के लिए public read APIs expose करता है। Third-party catalogs इन APIs का उपयोग तब कर सकते हैं जब वे canonical ClawHub listing पर वापस link करें, rate limits का सम्मान करें, और endorsement का संकेत देने से बचें।
देखें Public API और HTTP API।