← Back to Skills Marketplace
OraHub Skills
by
Orahub-ora
· GitHub ↗
· v1.0.2
· MIT-0
126
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install orahub-skills
Description
Route OraHub image edit requests to the right Ora workflow. Trigger for color match, color transfer, style transfer, "make this photo look like the reference...
Usage Guidance
This skill appears coherent for routing OraHub image edits and only needs the orahub CLI. Before approving any automatic installation or authentication requests: 1) verify the legitimacy of the orahub-cli npm package or upstream repository (the README refers to github.com/Orahub-ora/orahub-skills — confirm the CLI source); 2) do not approve global npm installs or device-login flows unless you trust the package and its publisher; 3) be aware the skill may request you run a device-login (opens a browser/device code) or paste API keys — treat those secrets carefully; and 4) if you prefer, perform the npm install and CLI auth yourself ahead of time so the agent does not need to run installer/auth commands. The small wording inconsistencies in bootstrap guidance are implementation nuances, not security-red flags, but you can ask the skill author for clarification if you plan automated installs.
Capability Analysis
Type: OpenClaw Skill
Name: orahub-skills
Version: 1.0.2
The skill bundle acts as a router for image processing tasks using the 'orahub-cli'. It demonstrates strong security awareness by including explicit instructions to prevent SSRF attacks (blocking localhost, private IPs, and metadata endpoints) and requires user approval before installing dependencies or performing authentication. No evidence of data exfiltration, obfuscation, or malicious intent was found across the router or leaf skills (SKILL.md, photo-background-replace/SKILL.md, etc.).
Capability Tags
Capability Assessment
Purpose & Capability
The skill is a router for OraHub image workflows and only requires the 'orahub' CLI binary. That dependency, the described commands, and the per-workflow behaviors are consistent with image-editing tasks (color match, remove passersby, cutout, background replace). There are no unrelated env vars, binaries, or config paths requested.
Instruction Scope
Runtime instructions are narrowly scoped to collecting image inputs, validating them, invoking the orahub CLI, handling batches, and delivering media. The skill repeatedly warns to treat user images/URLs as data and not system instructions. Minor wording inconsistencies exist (e.g., 'do not run standalone orahub --version' vs. bootstrap command lists that include it), but these are implementation details and do not expand scope to unrelated data collection or exfiltration.
Install Mechanism
This is an instruction-only skill (no install spec). It tells the agent how to install an external npm package (npm install -g orahub-cli) if the runtime is missing. Installing a global npm package is a normal approach here but carries the usual moderate risk of executing third-party code — users should verify the orahub-cli package identity/source before approving an install.
Credentials
No environment variables or unrelated credentials are requested by the skill. It references running the CLI's interactive device-login or setting API keys as optional fallbacks, which are proportional to calling an external CLI that requires auth.
Persistence & Privilege
always:false and default model invocation settings are used. The skill does not request persistent system-wide privileges or attempt to modify other skills. It can run commands if the agent is allowed to, which is expected for a CLI-based workflow.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install orahub-skills - After installation, invoke the skill by name or use
/orahub-skills - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
-Initial release of orahub-skills on ClawHub, designed for real-world photo editing tasks.
-Introduced 4 core OraHub workflows: color match, passersby removal, background cutout, and background replacement.
-Built to make image edit requests easier to route, safer to execute, and more reliable to deliver in the ClawHub experience.
v1.0.1
-Initial release of orahub-skills on ClawHub, designed for real-world photo editing tasks.
-Introduced 4 core OraHub workflows: color match, passersby removal, background cutout, and background replacement.
-Built to make image edit requests easier to route, safer to execute, and more reliable to deliver in the ClawHub experience.
v1.0.0
-Initial release of orahub-skills on ClawHub, designed for real-world photo editing tasks.
-Introduced 4 core OraHub workflows: color match, passersby removal, background cutout, and background replacement.
-Built to make image edit requests easier to route, safer to execute, and more reliable to deliver in the ClawHub experience.
Metadata
Frequently Asked Questions
What is OraHub Skills?
Route OraHub image edit requests to the right Ora workflow. Trigger for color match, color transfer, style transfer, "make this photo look like the reference... It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.
How do I install OraHub Skills?
Run "/install orahub-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OraHub Skills free?
Yes, OraHub Skills is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does OraHub Skills support?
OraHub Skills is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OraHub Skills?
It is built and maintained by Orahub-ora (@orahub-ora); the current version is v1.0.2.
More Skills