← Back to Skills Marketplace
zhuozhihaicloud

Opencreator Skills

by OpenCreator · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
116
Downloads
1
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install opencreator-skills
Description
Operate and build OpenCreator workflows via API. Use when the user wants to search templates, run workflows, poll results, deliver generated media, or design...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install opencreator-skills
  3. After installation, invoke the skill by name or use /opencreator-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug opencreator-skills
Version 1.0.2
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 116 downloads so far.

How do I install Opencreator Skills?

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

Is Opencreator Skills free?

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

Which platforms does Opencreator Skills support?

Opencreator Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Opencreator Skills?

It is built and maintained by OpenCreator (@zhuozhihaicloud); the current version is v1.0.2.

💬 Comments