← 返回 Skills 市场
Partner Enable Kit
作者
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
154
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install partner-enable-kit
功能描述
为渠道或合作伙伴生成 enablement 包,按伙伴类型拆分版本与 FAQ。;use for partner, enablement, channel workflows;do not use for 公开内部敏感政策, 替代正式合作协议.
安全使用建议
This skill appears to do what it says: produce partner enablement markdown and run local simple audits. Before installing or running it, review scripts/run.py locally and: (1) prefer --dry-run first and inspect output before allowing writes; (2) do NOT pass broad paths like your repo root or home directory — limit the --input to the specific file(s)/folder(s) you want processed to avoid unintentional reading of unrelated files; (3) avoid giving the agent autonomous permission to run the script across your workspace if that workspace contains secrets; (4) sanitize any sensitive input before submission. If you want extra assurance, run python3 scripts/run.py yourself in a sandbox and review the generated out.md rather than allowing the agent to execute it automatically.
功能分析
Type: OpenClaw Skill
Name: partner-enable-kit
Version: 1.0.0
The skill bundle is a legitimate tool designed to generate and audit partner enablement packages. The core logic in `scripts/run.py` provides structured reporting, directory scanning, and a basic security pattern auditor (searching for secrets or dangerous shell commands), but it lacks any network exfiltration, unauthorized execution (eval/exec), or persistence mechanisms. The instructions in `SKILL.md` are well-defined with clear safety boundaries, explicitly advising against the disclosure of sensitive internal policies.
能力评估
Purpose & Capability
Name/description, required binary (python3), included resources (spec.json, template.md, examples) and scripts (scripts/run.py) all align with a local 'enablement package' generator and lightweight audits. No unrelated credentials, binaries, or install actions are requested.
Instruction Scope
SKILL.md instructs the agent to run the included script when shell/exec is available and otherwise to produce text using local templates — this is consistent. The script, however, can accept a directory or file path and will read many file types (md, py, js, sh, csv, etc.) and can recursively rglob through a provided root. That means if the agent is given or chooses a broad path (e.g., workspace root or home) the skill will read potentially large amounts of local content. There are no instructions to send data to external endpoints, and the script includes masking logic for secret-like patterns, but you should limit input paths and prefer dry-run/audited outputs if you have sensitive files.
Install Mechanism
No install spec; instruction-only with a bundled Python script. Nothing is downloaded or written to non-standard locations by an installer. Low install risk.
Credentials
The skill requests no environment variables or credentials. The included script reads local files based on the input path but does not require or ask for tokens/keys. The script also contains regexes to detect secret-like strings and masks them in reported snippets.
Persistence & Privilege
always is false and the skill does not request permanent system presence or modify other skills or agent-wide configs. It writes output only when invoked with an --output path (or by agent execution) and supports a --dry-run mode.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install partner-enable-kit - 安装完成后,直接呼叫该 Skill 的名称或使用
/partner-enable-kit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of partner-enable-kit skill.
- Generates enablement kits for channels or partners, splitting versions and FAQs by partner type.
- Focuses on producing partner profiles, essential materials, FAQs, blockers, version differences, and update rhythms.
- Explicitly states where user info is missing and provides review drafts before executable checklists.
- Defines clear boundaries: does not expose internal sensitive policies or replace formal partnership agreements.
- Supports output from templates and scripts, with safe default behaviors.
元数据
常见问题
Partner Enable Kit 是什么?
为渠道或合作伙伴生成 enablement 包,按伙伴类型拆分版本与 FAQ。;use for partner, enablement, channel workflows;do not use for 公开内部敏感政策, 替代正式合作协议. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。
如何安装 Partner Enable Kit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install partner-enable-kit」即可一键安装,无需额外配置。
Partner Enable Kit 是免费的吗?
是的,Partner Enable Kit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Partner Enable Kit 支持哪些平台?
Partner Enable Kit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Partner Enable Kit?
由 vx:17605205782(@52yuanchangxing)开发并维护,当前版本 v1.0.0。
推荐 Skills