← 返回 Skills 市场
Skill Curator
作者
eeyan2025-art
· GitHub ↗
· v1.0.0
· MIT-0
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-curator
功能描述
OpenClaw 的总调度 Skill。当用户在 Discord 发送「【关键词】URL」格式的消息时,自动触发本 Skill:判断该关键词对应的 Skill 是否已存在 → 提取 URL 内容 → 追加或新建知识 Skill → 推送到 GitHub skillhub 仓库。
安全使用建议
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.
功能分析
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.
能力标签
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-curator - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-curator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
Skill Curator 是什么?
OpenClaw 的总调度 Skill。当用户在 Discord 发送「【关键词】URL」格式的消息时,自动触发本 Skill:判断该关键词对应的 Skill 是否已存在 → 提取 URL 内容 → 追加或新建知识 Skill → 推送到 GitHub skillhub 仓库。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Skill Curator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-curator」即可一键安装,无需额外配置。
Skill Curator 是免费的吗?
是的,Skill Curator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Curator 支持哪些平台?
Skill Curator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Curator?
由 eeyan2025-art(@eeyan2025-art)开发并维护,当前版本 v1.0.0。
推荐 Skills