← Back to Skills Marketplace
95
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install working-capital-cash-cycle-optimizer
Description
Provides frameworks and templates to analyze and optimize working capital management with actionable recommendations and next steps.
Usage Guidance
This skill appears to implement the claimed working-capital analysis and does not request credentials or network access, but the documentation's claim of 'No code execution' conflicts with the included handler.py that will run when the skill is invoked. If you plan to install it: 1) review handler.py yourself (it's short and readable) to confirm it only uses the provided input and standard libraries (no network, no file writes); 2) run it in a sandbox or isolated environment first if you want extra safety; 3) if you need absolute assurance that no code will execute, decline installation — a purely instruction-only skill (no handler file) would better match that promise. If you want to proceed but are unsure, ask the publisher to clarify why an executable handler is included despite the 'no code execution' statements.
Capability Analysis
Type: OpenClaw Skill
Name: working-capital-cash-cycle-optimizer
Version: 1.0.0
The skill is a purely informational tool designed to provide financial frameworks and recommendations based on user input. The code in handler.py uses basic string parsing and regular expressions to analyze input without any high-risk operations such as shell execution, network requests, or file system access. The logic is self-contained, lacks any indicators of data exfiltration or prompt injection, and strictly adheres to the safety constraints defined in SKILL.md.
Capability Assessment
Purpose & Capability
Name, description, skill.json tags and the handler.py logic all align: this is a descriptive working-capital analysis skill that only parses user text and returns JSON recommendations. No unrelated binaries, APIs, or credentials are requested.
Instruction Scope
SKILL.md repeatedly states 'No real code execution' and 'No external API calls', but the package includes an executable handler.py and tests that call it. The handler is self-contained (reads only the provided user input) and does not access files, env vars, or network, but the presence of runnable code contradicts the plain-language safety assurances — this could mislead non-technical reviewers.
Install Mechanism
No install spec is provided (instruction-only style). There are code files included but nothing is downloaded or installed from external URLs. Risk from install mechanism is low.
Credentials
No required environment variables, credentials, or config paths are declared or referenced. handler.py only consumes supplied text input and uses standard library modules (json, sys, re).
Persistence & Privilege
Skill flags are default (always:false, user-invocable:true, model invocation allowed). The skill does not request persistent or elevated privileges and does not modify other skills or system configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install working-capital-cash-cycle-optimizer - After installation, invoke the skill by name or use
/working-capital-cash-cycle-optimizer - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Working Capital Optimizer.
- Provides descriptive frameworks and templates for working capital management.
- Delivers structured analysis, actionable recommendations, and a next steps checklist.
- Informational only: no code execution, API calls, or financial transactions.
Metadata
Frequently Asked Questions
What is Working Capital Optimizer?
Provides frameworks and templates to analyze and optimize working capital management with actionable recommendations and next steps. It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.
How do I install Working Capital Optimizer?
Run "/install working-capital-cash-cycle-optimizer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Working Capital Optimizer free?
Yes, Working Capital Optimizer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Working Capital Optimizer support?
Working Capital Optimizer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Working Capital Optimizer?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.0.
More Skills