← Back to Skills Marketplace
132
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zlmediakit
Description
定期拉取 ZLMediaKit 仓库,查看最新的 Issue、Pull Request,并提供源码深度分析功能。当用户要求查看 ZLMediaKit 动态、Issue、PR 或分析其源码时触发调用。
Usage Guidance
This skill appears to do what it says: clone/pull the public ZLMediaKit repository, query GitHub for issues/PRs, and generate a local Markdown report. Before installing or enabling autonomous runs, consider: 1) Confirm you are comfortable letting the agent write to the workspace path (default D:\.openclaw\workspace) or set WORKSPACE_DIR to a safe location. 2) The SKILL.md mentions git/gh/curl/grep — ensure those tools are present (gh is optional). 3) If you supply a GITHUB_TOKEN, treat it as a secret (it’s only used to raise GitHub API rate limits). 4) The registry metadata omits the listed tools and env usage — you may want the publisher to fix that metadata mismatch for clarity. 5) If you want extra caution, run the included python script manually to inspect its behavior before allowing the agent to invoke it autonomously.
Capability Analysis
Type: OpenClaw Skill
Name: zlmediakit
Version: 1.0.0
The skill bundle is designed to automate the tracking and analysis of the ZLMediaKit open-source project. It uses standard tools like git and the GitHub CLI (or API) to synchronize source code and fetch recent issues and pull requests, as documented in SKILL.md and scripts/sync_and_analyze.py. While the Python script utilizes subprocess.run with shell=True and accesses the GITHUB_TOKEN environment variable, these actions are strictly scoped to the stated purpose of repository management and API authentication, with no evidence of data exfiltration, malicious persistence, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The skill's declared top-level requirements (none) differ from the SKILL.md metadata that lists required tools (git, gh, curl, grep). The actual behavior (git clone/pull, GitHub API calls, local code analysis) legitimately needs git and network access and optionally gh/curl, so the tools listed in SKILL.md are appropriate; the mismatch between registry metadata and SKILL.md is an inconsistency but not malicious.
Instruction Scope
Runtime instructions and the included Python script only clone/pull the public GitHub repo, query GitHub's API for issues/PRs, search the local source tree and write a Markdown report. The skill does not execute code from the cloned repo or call unknown external endpoints beyond api.github.com. It does reference an optional GITHUB_TOKEN and a local workspace path (D:\.openclaw\workspace).
Install Mechanism
No install spec is provided (instruction-only with an included helper script). No remote installs or archive extraction occur. Risk is low because code writes only to the declared workspace path and uses standard CLI tools.
Credentials
The skill does not require secrets, but SKILL.md and the script reference optional environment variables (GITHUB_TOKEN to avoid rate limits and WORKSPACE_DIR to override the workspace). These env vars are proportional to the task, but they are not declared in the skill registry metadata — a minor transparency gap.
Persistence & Privilege
The skill is not always: true, does not request elevated privileges, and only writes files into its workspace. It does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zlmediakit - After installation, invoke the skill by name or use
/zlmediakit - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 首次发布 zlmediakit-analyzer Skill。
- 支持定期跟踪 ZLMediaKit 最新 Issue/PR。
- 集成源码深度分析能力,支持模块实现细节追踪。
- 推荐工具链:git、gh CLI、curl、grep。
- 自动生成结构化 Markdown 报告并指出关键代码路径。
- 可配置为定时自动拉取并报告仓库动态。
Metadata
Frequently Asked Questions
What is zlm?
定期拉取 ZLMediaKit 仓库,查看最新的 Issue、Pull Request,并提供源码深度分析功能。当用户要求查看 ZLMediaKit 动态、Issue、PR 或分析其源码时触发调用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 132 downloads so far.
How do I install zlm?
Run "/install zlmediakit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is zlm free?
Yes, zlm is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does zlm support?
zlm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created zlm?
It is built and maintained by taylor (@feixintianxia); the current version is v1.0.0.
More Skills