frankenstein
Combine the best parts of multiple skills into one. Searches ClawHub, GitHub, skills.sh, skillsmp.com and other AI skill repos. Analyzes each safely, compares features, and builds a combined 'Frankenstein' skill with the best of each. Uses skill-auditor for security scanning and sandwrap for safe analysis. Use when: (1) Multiple skills exist for same purpose, (2) Want best-of-breed combination, (3) Building a comprehensive skill from fragments.
Why use this skill?
Build the ultimate AI skill by automatically searching, auditing, and combining the best features from multiple sources. Enhance your OpenClaw agent today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/rubenaquispe/frankensteinWhat This Skill Does
The Frankenstein skill is a high-level orchestration tool designed for OpenClaw agents to perform advanced synthesis of multiple existing AI skills. Instead of settling for a single, potentially limited solution, Frankenstein systematically polls the global AI ecosystem—including ClawHub, GitHub, skills.sh, and skillsmp.com—to identify all available tools for a specific task. By leveraging deep reasoning models like Opus, the agent performs a cross-analysis of methodologies, features, and code quality. It utilizes the skill-auditor utility to ensure that only secure, high-quality components are considered, and executes code within the sandwrap environment to prevent system interference. The skill culminates in the creation of a 'Frankenstein' draft, which represents a best-of-breed implementation, refined through a mandatory three-pass vetting loop to ensure robustness and structural integrity.
Installation
To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/rubenaquispe/frankenstein
Use Cases
Frankenstein is best utilized in the following scenarios: (1) When you encounter multiple disparate skills for a single task (e.g., three different SEO auditing tools) and want a unified, superior version. (2) When you require a bespoke solution that combines specific, advanced features from various niche skills into one master agent. (3) When you are building a complex automated workflow and need to assemble a comprehensive skill from smaller, proven fragments found across public repositories.
Example Prompts
- "Frankenstein me an SEO audit skill that combines the speed of the basic clawhub SEO tool with the deep-link analysis from the GitHub repository modules."
- "I need a sentiment analysis skill for financial news. Go find the best implementations on skills.sh and GitHub, audit them for security, and build me a combined master skill."
- "Create a comprehensive code-review agent by synthesizing the best linting logic from existing developer tools found on ClawHub and skillsmp.com."
Tips & Limitations
- Model Selection: Always prioritize high-reasoning models (Opus). Using smaller models will result in shallow comparisons and degraded synthesis quality.
- Security First: The skill-auditor is non-negotiable. If a source skill scores below 7, do not attempt to force it into the synthesis.
- Depth vs. Breadth: Searching more sources generally yields better results, but ensure your system has sufficient memory to handle multiple concurrent skill analyses.
- Vetting: Never skip the three-pass vetting loop; it is the primary mechanism for catching logical conflicts between merged codebases.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-rubenaquispe-frankenstein": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api, code-execution
Related Skills
sandwrap
Run untrusted skills safely with soft-sandbox protection. Wraps skills in multi-layer prompt-based defense (~85% attack prevention). Use when: (1) Running third-party skills from unknown sources, (2) Processing untrusted content that might contain prompt injection, (3) Analyzing suspicious files or URLs safely, (4) Testing new skills before trusting them. Supports manual mode ('run X in sandwrap') and auto-wrap for risky skills.
skill-auditor
Security scanner that catches malicious skills before they steal your data. Detects credential theft, prompt injection, and hidden backdoors. Works immediately with zero setup. Optional AST dataflow analysis traces how your data moves through code.
GSD Claw
Spec-driven development with built-in verification for substantial projects. Use when user wants to plan a project, scope a feature, build something with structure, or says "GSD mode", "let's plan", "scope out", "spec-driven". Workflow is Discuss → Plan → Execute → Verify. Based on glittercowboy's GSD system (MIT license). NOT for quick questions or simple tasks.
token-saver
Reduce OpenClaw AI costs with model-aware optimization. Features dynamic compaction presets based on your model's context window, intelligent file compression, and robust model detection with fallback. Supports Claude, GPT-4, Gemini, DeepSeek, and more.