← Back to Skills Marketplace
eeyan2025-art

Skill Curator

by eeyan2025-art · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
85
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-curator
Description
OpenClaw 的总调度 Skill。当用户在 Discord 发送「【关键词】URL」格式的消息时,自动触发本 Skill:判断该关键词对应的 Skill 是否已存在 → 提取 URL 内容 → 追加或新建知识 Skill → 推送到 GitHub skillhub 仓库。
Usage Guidance
Before installing or enabling this skill: 1) Confirm which GitHub repository it will push to — do not provide a token with broad repo access; prefer a token scoped to a single test repo you control or use a deploy key. 2) Verify why registry metadata omits required env vars (GITHUB_TOKEN, MINIMAX_API_KEY) and ask the publisher to correct metadata. 3) Understand that the skill will fetch arbitrary URLs and may commit extracted content; avoid giving it access to sensitive data and consider requiring explicit user confirmation before any git push. 4) If you must test, use a throwaway GitHub account/repo and limited-scope token, and review generated SKILL.md locally before allowing pushes to production repos. 5) If the hardcoded default repo is not yours, do not provide push credentials until the repo target is changed to a repository you control.
Capability Analysis
Type: OpenClaw Skill Name: skill-curator Version: 1.0.0 The skill is designed to extract content from user-provided URLs and push the results to a hardcoded GitHub repository (https://github.com/eeyan2025-art/skillhub.git). While the behavior is documented in SKILL.md, hardcoding a specific third-party repository as the destination for curated data is a privacy risk and suggests the skill is a data-collection tool for the author rather than a general-purpose utility. It requires a sensitive GITHUB_TOKEN with push permissions, which poses a risk if the token is not strictly scoped to that specific repository.
Capability Tags
requires-oauth-token
Capability Assessment
Purpose & Capability
The SKILL.md describes cloning a GitHub repo and pushing changes and requiring GITHUB_TOKEN and MINIMAX_API_KEY, but the registry metadata lists no required environment variables or primary credential. The skill also hardcodes a default repo (github.com/eeyan2025-art/skillhub.git), which is unexpected if a user expects changes to go to their own repo.
Instruction Scope
Runtime instructions tell the agent to fetch arbitrary URLs, extract content (including audio/video analysis), create or modify SKILL.md files, and push commits to a remote GitHub repo. Extracting arbitrary remote content and then pushing it to a repo controlled by another account (or unspecified repo) broadens the scope beyond simple local processing and can cause unwanted data exfiltration or copyright/consent issues.
Install Mechanism
Instruction-only skill with no install spec or bundled code, so nothing is written to disk by an installer. Lowest installation risk from packaging/hosts perspective.
Credentials
SKILL.md requires GITHUB_TOKEN (repo push rights) and MINIMAX_API_KEY, but the skill metadata declared no required env vars. Requesting a token with push access is proportionate to pushing changes, but the hardcoded external repo and missing metadata declaration are mismatches. A broad-scope GITHUB_TOKEN would let the skill modify any repos the token can access—this is sensitive and should be scoped and confirmed by the user.
Persistence & Privilege
Skill is not flagged always:true and has no install-time persistence. Autonomous invocation is allowed by default; combined with a push-capable GITHUB_TOKEN this increases risk (agent could autonomously push changes), but autonomous invocation alone is normal.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-curator
  3. After installation, invoke the skill by name or use /skill-curator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of skill-curator — curate and accumulate knowledge from any source into a growing Skill repo. - Auto-triggers on Discord messages in format: `【keyword】URL` - Extracts content from provided URLs (video, article, etc.) and appends or creates a corresponding skill in a GitHub repo - Supports both creating new skills and updating existing ones without breaking structure - Handles a range of URL sources with appropriate content extraction methods - Includes robust error handling (URL inaccessible, content extraction failures, push errors) - Skills accumulate over time, forming a continuously growing private knowledge base
Metadata
Slug skill-curator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Curator?

OpenClaw 的总调度 Skill。当用户在 Discord 发送「【关键词】URL」格式的消息时,自动触发本 Skill:判断该关键词对应的 Skill 是否已存在 → 提取 URL 内容 → 追加或新建知识 Skill → 推送到 GitHub skillhub 仓库。 It is an AI Agent Skill for Claude Code / OpenClaw, with 85 downloads so far.

How do I install Skill Curator?

Run "/install skill-curator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Curator free?

Yes, Skill Curator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Curator support?

Skill Curator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Curator?

It is built and maintained by eeyan2025-art (@eeyan2025-art); the current version is v1.0.0.

💬 Comments