← Back to Skills Marketplace
118
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install uniskill-v4
Description
极简AI Agent框架 - 3%解决方案。从8771行精简到1000行,保留苏格拉底探明+多模型辩论核心方法论。
Usage Guidance
What to check before installing
- Source/trust: the skill's origin/homepage is unknown; prefer installing from a verified GitHub/PyPI source and confirm repository contents match.
- Automatic triggering: the gateway auto-triggers on many keywords (CNC, decision words). If you don't want automatic runs, disable autonomous invocation or review agent trigger rules.
- Future network/model calls: model-calling code is currently stubbed/heuristic with TODOs mentioning sessions_spawn and cloud/local models. If later versions add remote model calls, they may require credentials — only allow that from trusted sources.
- Runtime dependencies: orchestrator imports psutil at runtime but requirements.txt does not include it; running in your environment may raise ImportError. Install and test in a sandbox or virtualenv and run the included tests (pytest) before enabling in production.
- Path insertion: INTEGRATION.md and the gateway manipulate sys.path and reference an OpenClaw workspace location — ensure this won't inadvertently cause module shadowing or import of unexpected code in your environment.
- Review logs and metadata: provided logs and scripts (github-release.sh) include author emails and repo URLs; verify these links before trusting published packages.
Recommended actions: run the package in an isolated environment, run the provided tests, inspect the code for any later commits that add external network calls or credential usage, and only enable automatic invocation if you understand and accept the trigger rules.
Capability Analysis
Type: OpenClaw Skill
Name: uniskill-v4
Version: 4.1.0
The UniSkill V4 bundle is a minimalist AI agent framework designed for requirement anchoring (Socratic Engine) and decision-making (Multi-model debate), specifically optimized for CNC machining use cases. The code across core modules like `orchestrator_v4.py`, `socratic_engine_v4.py`, and `idea_debater_v4.py` is well-structured, focusing on keyword extraction, heuristic scoring, and memory management using `psutil`. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the bundle functions entirely as described in its documentation.
Capability Assessment
Purpose & Capability
Name/description (minimalist Socratic engine + multi-model debate) matches the provided code: socratic_engine_v4, idea_debater_v4, orchestrator_v4 and gateway implement the stated functionality. There are no unrelated required env vars, binaries, or surprising dependencies declared.
Instruction Scope
SKILL.md and gateway code describe keyword-based automatic triggering and provide a main entry (process_with_uniskill_v4). The runtime instructions and code do not read secrets or system configuration beyond inserting a package path and importing local modules. INTEGRATION.md and the gateway refer to a specific OpenClaw workspace path (~/.openclaw/workspace/skills/universal-skill/core_v4) — this is an integration hint (path insertion), not an explicit request for unrelated files, but it is something to be aware of. Comments/TODOs mention future integration with sessions_spawn / local or cloud models (i.e., external model calls are planned but not implemented).
Install Mechanism
There is no install spec in the registry metadata (instruction-only skill) and no remote download URLs. The package contains source files only. No high-risk download/extract steps are present in the manifest.
Credentials
The skill declares no required environment variables or credentials. The code uses model identifiers as role names (glm-5, qwen3.5-plus, kimi-k2.5) but the implementation currently uses heuristic/local scoring and contains TODOs where real model invocation could be added. No unexpected credential or secret names are requested.
Persistence & Privilege
always:false (normal). The skill is designed to be triggerable automatically by keyword matches (gateway.should_trigger) — this behavior can cause the agent to run the skill for matching user inputs without an explicit manual invocation. Autonomous invocation is the platform default; consider whether automatic keyword triggers are acceptable in your environment.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install uniskill-v4 - After installation, invoke the skill by name or use
/uniskill-v4 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v4.1.0
Major reduction in codebase size and further simplification of core features.
- Code reduced from 8,771 to 260 lines, retaining only core modules (Socratic engine, multi-model debate, orchestrator).
- Automatic trigger logic detailed for common evaluation and decision scenarios.
- Clarified quick start usage examples for demand analysis and multi-model debates.
- Clear comparison with previous version (fewer modules, faster startup).
- Focused on minimalist philosophy: kept essential methods, removed redundant components and templates.
Metadata
Frequently Asked Questions
What is UniSkill V4?
极简AI Agent框架 - 3%解决方案。从8771行精简到1000行,保留苏格拉底探明+多模型辩论核心方法论。 It is an AI Agent Skill for Claude Code / OpenClaw, with 118 downloads so far.
How do I install UniSkill V4?
Run "/install uniskill-v4" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is UniSkill V4 free?
Yes, UniSkill V4 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does UniSkill V4 support?
UniSkill V4 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created UniSkill V4?
It is built and maintained by Timo2026 (@timo2026); the current version is v4.1.0.
More Skills