Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

clawhub-skill-packagerClawHub 技能 packager

Agent Skill

clawhub-skill-packager 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,957

周安装

287

GitHub Stars

公开资料未说明

下载量

2,273
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:clawhub-skill-packager(ClawHub 技能 packager)
来源仓库:https://github.com/neomagnetar/clawhub-skill-packager
安装命令:
openclaw skills install clawhub-skill-packager
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install clawhub-skill-packager

简介

使用推理将粗糙、部分或损坏的 ClawHub/OpenClaw 技能材料转化为一个可发布的技能包以及一个单独的纯文本审阅文件。

SKILL.md

name
clawhub-skill-packager
description
Turn rough, partial, or broken ClawHub/OpenClaw skill material into one publish-ready skill bundle plus one separate plain-text review file using an inference-first, low-friction workflow.
version
1.5.2
user-invocable
true
disable-model-invocation
true
metadata
{"openclaw":{"emoji":"📦","skillKey":"clawhub-skill-packager"}}

ClawHub Skill Packager

Use this skill when the user wants to create, repair, review, rename, repackage, or republish a ClawHub / OpenClaw skill bundle.

Product promise

This skill makes the publish-ready skill package first.

Then it provides the separate review file that explains:

  • what was provided
  • what was inferred
  • what was fixed
  • what still deserves human review

The package is the main product. The review file is the supporting layer.

Unified identity rule

This skill uses one unified identity across runtime, packaging, and publishing surfaces:

  • runtime name: clawhub-skill-packager
  • slug: clawhub-skill-packager
  • folder name: clawhub-skill-packager
  • metadata.openclaw.skillKey: clawhub-skill-packager

Do not intentionally split runtime, folder, slug, and skill key identities unless the user explicitly asks for it.

Core job

This skill turns user input, existing skill files, or partial drafts into a publish-ready ClawHub/OpenClaw skill bundle.

It is designed to:

  • inspect what is present
  • infer what is missing when reasonable
  • repair inconsistencies
  • build the package anyway when a safe best-effort package is possible
  • self-audit the result
  • return one pure publish bundle plus one separate plain-text review file

Operating stance

This skill is designed for low-friction handoff.

When the user provides material:

  • inspect what is there
  • infer what is missing when reasonable
  • choose the best safe course based on current knowledge
  • avoid unnecessary clarification loops
  • return a concrete package plus a review statement

Prefer statements over questions.

If something is missing but inferable:

  • infer it
  • note the inference
  • keep moving

If something is risky, ambiguous, or likely to affect publishing:

  • still produce the package when a safe best-effort package is possible
  • highlight the issue clearly in the review file
  • mark it for user review

Do not stop at “more info needed” when a reasonable package can still be built.

Default to the full release-bundle standard, not the minimal valid skill standard, unless the user explicitly asks for a minimal package.

Exact output contract

Always produce exactly two user-facing deliverables.

A. Publish bundle zip

A zip-ready skill folder containing only files that directly belong to the skill as a release artifact.

This bundle must include:

  • SKILL.md
  • README.md
  • CHANGELOG.md

It may also include only those additional files that are genuinely part of the skill itself or required for the skill to function correctly, such as:

  • references/
  • examples/
  • scripts/
  • configs/
  • assets/

Do not include inside the publish bundle:

  • review notes
  • inference notes
  • build commentary
  • user/AI discussion notes
  • release review records
  • handoff notes that are only about packaging this build

The publish bundle should look like it was made for the skill itself, not for the conversation that created it.

B. Separate plain-text review file

A separate review file in plain text.

Preferred format:

  • .txt

This review file should say:

  • what inputs were provided
  • what information was missing
  • what assumptions were made
  • what was added
  • what was edited
  • what was removed
  • what was inferred
  • what still deserves human review
  • whether the package appears publish-ready
  • the final publish/install handoff details

The review file must remain outside the publish bundle unless the user explicitly asks for it to be embedded.

Standard support artifacts inside this packager skill

This packager skill ships with reusable support files that are part of the skill itself.

Use them like this:

  • REVIEW-CHECKLIST.txt = the permanent self-audit standard
  • REVIEW-RECORD-TEMPLATE.txt = the base for the generated separate review file

Operating modes

Use one of these modes based on the user's request and the material provided.

1. Package-from-scratch

Use when the user provides a concept, rough notes, or minimal package material.

Pass 1:

  • assemble identity
  • infer missing metadata
  • define package surfaces
  • identify major assumptions

Pass 2:

  • build files
  • self-audit
  • generate the separate review file

2. Repair-existing-skill

Use when the user provides an existing skill package that needs cleanup, fixes, or modernization.

Pass 1:

  • inspect existing files
  • identify drift, breakage, or parser-risky structure
  • determine what should be preserved

Pass 2:

  • repair and normalize
  • self-audit
  • generate the separate review file

3. Audit-only

Use when the user wants analysis and recommendations without generating a new package.

Pass 1:

  • inspect the provided package or concept
  • identify strengths, issues, risks, and missing information

Pass 2:

  • generate the review file
  • do not build a replacement package unless the user also asked for packaging

4. Republish / update

Use when the user already has a package and wants version, naming, positioning, or packaging updates for republishing.

Pass 1:

  • inspect the current package
  • identify what changed since the prior release
  • align versioning, naming, and publish surfaces

Pass 2:

  • update files
  • self-audit
  • generate the separate review file

5. Rename / rebrand

Use when identity surfaces need changing while preserving intended behavior.

Pass 1:

  • inspect current identity surfaces
  • preserve intended behavior
  • determine which naming surfaces change and which remain stable

Pass 2:

  • rewrite aligned identity surfaces
  • self-audit
  • generate the separate review file

Packaging workflow

Step 1 — Inspect

Look at all provided material:

  • text prompts
  • existing SKILL.md
  • existing README.md
  • existing CHANGELOG.md
  • file names
  • intended display name
  • intended slug
  • invocation ideas
  • notes about platform behavior
  • prior package artifacts if relevant

Step 2 — Determine completeness

Check whether the package has enough information for:

  • display name
  • slug
  • runtime identity
  • version
  • description
  • tags
  • invocation behavior
  • public positioning
  • file set
  • frontmatter format
  • compatibility with current OpenClaw parser expectations

Step 3 — Infer or repair

If something is missing or inconsistent:

  • choose the best safe default
  • repair mismatched naming
  • align display name, slug, runtime name, folder name, skill key, and README publish fields unless the user explicitly requests a split
  • correct parser-risky frontmatter
  • normalize versioning
  • remove obvious contradictions
  • preserve intended behavior whenever possible

Step 4 — Build the package

Create the full package folder and final file contents.

Step 5 — Self-audit

Run a second-pass review using REVIEW-CHECKLIST.txt.

Step 6 — Deliver

Deliver exactly two user-facing artifacts:

  • the final publish bundle zip
  • the separate review file built from REVIEW-RECORD-TEMPLATE.txt

Then provide a short summary in the response telling the user:

  • here is your publish bundle
  • here is your review file
  • here is what was inferred
  • here is what was fixed
  • here is what may still deserve review

Visibility rule

Do not bury final deliverables in an internal-only path without clearly surfacing them.

The publish zip and the separate review file must be:

  • clearly identified
  • surfaced directly to the user
  • returned as the final two artifacts

Do not report completion until both artifacts are available in a directly user-visible way for the current environment.

Skill type awareness

When packaging a skill, classify it before building.

Possible classes include:

  • instruction-only skill
  • formatting / style skill
  • workflow / orchestration skill
  • code or script-backed skill
  • API-dependent skill
  • environment-variable-dependent skill
  • binary / external-tool-dependent skill
  • mixed package

Use the class to decide:

  • what files are needed
  • what install notes are needed
  • what security notes are needed
  • what review flags matter most

Runtime and security declarations

Inspect for:

  • environment variable requirements
  • secrets or credentials
  • external API dependencies
  • script or binary execution assumptions
  • file system expectations
  • privilege or escalation requirements
  • background or always-on behavior

If these exist:

  • package the skill anyway when safe
  • state them clearly in the review file
  • highlight them for review

Frontmatter rules

For OpenClaw compatibility, prefer:

  • single-line frontmatter keys
  • metadata as a single-line JSON object
  • quoted version
  • quoted long description strings when helpful

Preferred base frontmatter pattern:

---
name: skill-slug
description: "Short clear skill description."
version: "1.0.0"
user-invocable: true
disable-model-invocation: true
metadata: {"openclaw":{"emoji":"📦","skillKey":"skill-slug"}}
---

Naming rules

Align these surfaces unless the user explicitly wants them different:

  • public display name
  • package folder name
  • slug
  • runtime name
  • metadata.openclaw.skillKey
  • README publish fields
  • changelog package identity

Use:

  • human-readable title for display name
  • lowercase hyphenated form for slug
  • the same lowercase hyphenated form for runtime name by default

Review checklist

A package should be checked for all of the following.

Identity alignment

  • display name matches intent
  • slug is lowercase and hyphenated
  • folder name matches slug
  • runtime name matches slug unless intentionally split
  • skill key matches slug
  • README publish fields match final identity
  • changelog reflects the current version and identity

Frontmatter health

  • SKILL.md exists
  • frontmatter is present
  • name exists
  • description exists
  • version exists
  • metadata uses single-line JSON
  • invocation flags are present when useful
  • emoji is present if desired
  • parser-risky nested metadata is repaired

Behavioral clarity

  • purpose is clear
  • scope is clear
  • activation behavior is clear
  • explicit invocation is defined if needed
  • output behavior is described
  • risky ambiguity is reduced

Public positioning

  • branding is reasonable
  • wording is accurate
  • descriptions do not overclaim capabilities
  • external affiliation wording is safe when relevant

Runtime / security awareness

  • skill type is correctly classified
  • env var requirements are documented
  • API dependencies are documented
  • binaries / scripts are documented
  • privilege assumptions are documented
  • risky surfaces are highlighted

Deliverable separation

  • publish bundle contains only skill-release files
  • review content is kept outside the publish bundle
  • review file is plain text
  • final deliverables are surfaced separately

Deliverables

  • package files were generated
  • separate review file was generated
  • changes are summarized
  • assumptions are highlighted
  • publish-readiness is stated

Severity markers

Use these markers consistently:

  • ✅ FIXED AUTOMATICALLY = safe automatic repair completed
  • 🔶 INFERRED FIELD = best-effort inferred value that should remain visible
  • ⚠️ REQUIRED REVIEW = likely publish-affecting issue that deserves human confirmation
  • 📝 EDITED FOR ALIGNMENT = consistency edit across identity or package surfaces
  • 🚀 READY TO PUBLISH = no major blocker detected in the final package

Final response contract

At completion, report in this order:

  1. brief status line
  2. the publish bundle zip
  3. the separate review file
  4. short bullet summary of:

- what was created - what was changed - what assumptions were made - what should be reviewed

  1. publish-readiness statement

Second-pass workflow

If the user returns with edits or clarifications:

  • re-run the same inspection and package workflow
  • preserve the accepted identity and structure unless the new instructions change them
  • reduce the number of inferred fields
  • keep the second-pass output cleaner and closer to final
  • aim for a near-zero-friction publish handoff

Operating note

This skill is a packager and self-auditor for ClawHub / OpenClaw skills. Its job is to turn incomplete or inconsistent skill drafts into coherent publish-ready bundles while preserving the user's intended behavior whenever possible and minimizing decision friction for the user.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

83.07%
按下载量换算1,888

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills