← Back to Skills Marketplace
Partner Enable Kit
by
vx:17605205782
· GitHub ↗
· v1.0.0
· MIT-0
154
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install partner-enable-kit
Description
为渠道或合作伙伴生成 enablement 包,按伙伴类型拆分版本与 FAQ。;use for partner, enablement, channel workflows;do not use for 公开内部敏感政策, 替代正式合作协议.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install partner-enable-kit - After installation, invoke the skill by name or use
/partner-enable-kit - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Partner Enable Kit?
为渠道或合作伙伴生成 enablement 包,按伙伴类型拆分版本与 FAQ。;use for partner, enablement, channel workflows;do not use for 公开内部敏感政策, 替代正式合作协议. It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.
How do I install Partner Enable Kit?
Run "/install partner-enable-kit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Partner Enable Kit free?
Yes, Partner Enable Kit is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Partner Enable Kit support?
Partner Enable Kit is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin, linux, win32).
Who created Partner Enable Kit?
It is built and maintained by vx:17605205782 (@52yuanchangxing); the current version is v1.0.0.
More Skills