← Back to Skills Marketplace
Oraclaw Solver
by
Whatsonyourmind
· GitHub ↗
· v1.0.0
· MIT-0
115
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oraclaw-solver
Description
Industrial-grade scheduling and resource optimization for AI agents. Solve task scheduling with energy matching, budget allocation, and any LP/MIP constraint...
Usage Guidance
This skill appears to be what it claims: a thin instruction layer for calling a hosted optimization API that requires an ORACLAW_API_KEY. Before installing, consider: (1) the skill will likely transmit whatever problem data you give it to the provider — avoid embedding secrets or sensitive PII in solver inputs; (2) confirm billing and payment details (the SKILL.md states $0.10 per call and a free tier) and monitor usage/charges tied to the API key; (3) review Oraclaw's privacy/security policy and endpoint details (the SKILL.md omits exact API endpoints and request/response schemas); (4) use an API key with minimal privileges and rotate it regularly; (5) if you need stricter control, disable autonomous invocation or require user confirmation before the agent calls external services. If you want higher confidence, ask the publisher for the API endpoint, sample HTTP request/response, and privacy/billing documentation before provisioning the key.
Capability Analysis
Type: OpenClaw Skill
Name: oraclaw-solver
Version: 1.0.0
The skill bundle (oraclaw-solver) provides metadata and instructions for an industrial-grade scheduling and optimization service. The documentation in SKILL.md defines clear, functional interfaces for task scheduling and constraint solving (LP/MIP) without any evidence of prompt injection, data exfiltration, or malicious intent. The requirement for an ORACLAW_API_KEY and the mention of micro-payments (USDC via x402) are consistent with the stated purpose of a commercial API-based service (https://oraclaw.dev/solver).
Capability Assessment
Purpose & Capability
Name/description (scheduling, LP/MIP solving) align with the single required credential (ORACLAW_API_KEY) and the examples in SKILL.md; nothing requested (no binaries, no config paths) appears unrelated to an external optimization service.
Instruction Scope
SKILL.md stays on-topic and only instructs the agent to call solver functions with JSON payloads; however it does not document the network endpoints, exact API request/response formats, or how/where data is transmitted — so the agent will likely send user data to the external service (homepage hints at oraclaw.dev) but that is not described in detail.
Install Mechanism
No install spec and no code files — instruction-only skill has minimal local footprint and does not write or execute downloaded code.
Credentials
Only a single API key (ORACLAW_API_KEY) is required and is appropriate for a paid hosted solver; no unrelated secrets or broad environment access are requested.
Persistence & Privilege
always is false and the skill does not request to modify other skills or system configs. Note: default autonomous invocation is enabled (platform default) so the agent may call the skill without additional user prompts unless you change agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install oraclaw-solver - After installation, invoke the skill by name or use
/oraclaw-solver - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of OraClaw Solver for AI-based scheduling and optimization.
- Instantly solves task scheduling with energy matching and constraint-based resource allocation (LP/MIP).
- Supports smart scheduling and custom optimization problems via simple JSON API.
- Enforces task/slot matching, deterministic outputs, and robust infeasibility handling.
- Free tier: 3,000 calls/month; pricing at $0.10 per optimization call.
Metadata
Frequently Asked Questions
What is Oraclaw Solver?
Industrial-grade scheduling and resource optimization for AI agents. Solve task scheduling with energy matching, budget allocation, and any LP/MIP constraint... It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install Oraclaw Solver?
Run "/install oraclaw-solver" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Oraclaw Solver free?
Yes, Oraclaw Solver is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Oraclaw Solver support?
Oraclaw Solver is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Oraclaw Solver?
It is built and maintained by Whatsonyourmind (@whatsonyourmind); the current version is v1.0.0.
More Skills