← 返回 Skills 市场
zhuozhihaicloud

Opencreator Skills

作者 OpenCreator · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
116
总下载
1
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install opencreator-skills
功能描述
Operate and build OpenCreator workflows via API. Use when the user wants to search templates, run workflows, poll results, deliver generated media, or design...
安全使用建议
Before installing or enabling this skill, consider the following: - Metadata mismatch: The skill's docs explicitly require an OpenCreator API key (OPENCREATOR_API_KEY) and a base URL (OPENCREATOR_BASE_URL), but the registry metadata did not list any required environment variables or a primary credential. Ask the publisher to correct the manifest so you know exactly what secrets will be used. - Secret scope and cost: The API key the skill will use can run workflows and consume credits. If you install it, prefer creating a scoped/test API key (with minimal permissions and budget limits) rather than giving a full-production key tied to your main account. - Privacy / media hosting: The instructions tell the agent to upload any local media you provide to tmpfiles.org and catbox.moe (public file hosts) and then use those direct links. That makes your media publicly accessible and may violate privacy or IP rules. If you cannot accept public hosting of your files, do not use the skill or provide pre-hosted, access-controlled URLs you trust. - Autonomous long-running operations: The skill must poll runs to terminal state automatically and will fetch/deliver results without asking you during the run. This can mean prolonged network activity and automatic credit spend. Be sure you are comfortable with that behavior and test with a low-risk API key first. - Publisher provenance: Source/homepage is unknown. Prefer skills published by known/trusted maintainers. If you rely on this skill for production, request provenance (official repo, owner identity) and ask for a signed release or review the upstream repository. - Mitigations: If you still want to use it, (1) request that the manifest be updated to declare OPENCREATOR_API_KEY and OPENCREATOR_BASE_URL; (2) use a limited-scope/test API key and billing caps; (3) avoid uploading sensitive media — instead host files on a private URL you control and pass that link; (4) confirm whether the skill can be configured to avoid third-party upload services and to limit polling duration. Overall: the skill appears to implement what it claims, but the missing credential declaration and the explicit use of public upload services plus forced autonomous polling are material concerns. Proceed only after addressing the manifest inconsistency, confirming publisher identity, and limiting the API key / media exposure.
功能分析
Type: OpenClaw Skill Name: opencreator-skills Version: 1.0.2 The opencreator-skills bundle is a comprehensive toolset designed for an AI agent to manage media generation workflows via the OpenCreator API (api-prod.opencreator.io). It includes detailed instructions for template searching, workflow execution, and graph design, supported by extensive reference documentation (e.g., api-workflows.md, node-catalog.md). While the skill utilizes third-party services like tmpfiles.org and catbox.moe for temporary media hosting—a functional requirement for providing URL-based inputs to the API—there is no evidence of data exfiltration, malicious execution, or harmful prompt injection. The instructions are consistently aligned with the stated purpose of content creation and workflow automation.
能力评估
Purpose & Capability
Name and description match the instructions and included reference docs: the SKILL.md and the many reference files clearly implement template search, workflow copy/run, parameter querying, polling, results retrieval, and workflow-building steps for the OpenCreator API. The requested operations are coherent with the declared purpose.
Instruction Scope
The SKILL.md and references tell the agent to: (a) require an API key and Base URL (X-API-Key header) for OpenCreator; (b) upload user-provided local media files to third-party services (tmpfiles.org and catbox.moe) and transform those URLs for use; (c) automatically poll workflow runs to terminal state (with fixed intervals) and deliver media directly. Uploading user files to public hosts and automatic, persistent polling (without re-confirmation) go beyond small, ephemeral actions and raise privacy/exposure and operational cost concerns. The instructions also mandate never exposing internal node IDs to users, and to always deliver media (not just links).
Install Mechanism
Instruction-only skill with no install spec and no code files: lowest risk from installation (nothing is downloaded/executed by the installer).
Credentials
The skill's README and SKILL.md clearly require OPENCREATOR_API_KEY and OPENCREATOR_BASE_URL (the API Key is required in X-API-Key headers), but the registry metadata lists no required env vars and no primary credential. This is a direct inconsistency: the runtime requires a secret API key and base URL (production endpoint) but the skill manifest does not declare them. Additionally, the skill instructs uploading user files to public hosting services (tmpfiles.org, catbox.moe), which is a form of data exfiltration risk unless the user understands and consents. The number and sensitivity of required secrets (an API key able to run workflows and spend credits) is proportionate to the purpose, but it must be declared in the metadata — omission is suspicious.
Persistence & Privilege
always:false (good). The skill allows autonomous invocation (disable-model-invocation:false), which is platform-default. However, the runtime rules force the agent to autonomously poll job status until terminal state and to fetch results immediately, potentially causing long-running API calls and credit usage under the user's API key. Combined with the missing credential declaration and the use of public upload hosts, this increases the blast radius — but autonomy alone is expected behavior, so this is a caution rather than a blocking issue.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install opencreator-skills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /opencreator-skills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Version 1.0.2 - Added strict hard rules for model selection: only use "Confirmed model IDs" table in Step 3 reference files for node type; no guessing, no use of marketing names, never invent IDs. - Updated model selection workflow in SKILL.md to clarify and enforce these rules. - Expanded instructions for model selection, including explicit fallback order and prohibitions. - Made related clarifications and editorial updates to references in step-3-models documentation.
v1.0.1
## OpenCreator Skills v1.0.1 Changelog - Added hard rule to rank search results by relevance and only show top 5 templates to the user. - Clarified that after starting a workflow run, you MUST poll until a terminal state (success/failed/cancelled) without waiting for user input. - Stated that on success, results must be fetched and media delivered immediately, not just URLs or deferring to another turn. - Minor formatting and emphasis updates to highlight new critical operate mode obligations.
v1.0.0
Initial release of the OpenCreator Workflow Skill. - Enables searching, running, and building OpenCreator workflows via API. - Supports both Operate Mode (template-based tasks) and Build Mode (custom workflow graph creation). - Includes clear mode-switching logic and detailed process steps for both operation and workflow design. - Provides references to best practices and implementation guides for text, image, video, and audio generation tasks. - Defines strict operational rules and output requirements for workflow creation. - Integrates scenario references and key concepts to guide workflow structuring and execution.
元数据
Slug opencreator-skills
版本 1.0.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

Opencreator Skills 是什么?

Operate and build OpenCreator workflows via API. Use when the user wants to search templates, run workflows, poll results, deliver generated media, or design... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。

如何安装 Opencreator Skills?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install opencreator-skills」即可一键安装,无需额外配置。

Opencreator Skills 是免费的吗?

是的,Opencreator Skills 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Opencreator Skills 支持哪些平台?

Opencreator Skills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Opencreator Skills?

由 OpenCreator(@zhuozhihaicloud)开发并维护,当前版本 v1.0.2。

💬 留言讨论