### Quickstart Installation with Paperclip CLI Source: https://github.com/aradotso/trending-skills/blob/main/skills/paperclip-ai-orchestration/SKILL.md Use this command for a quick setup that clones the repo, installs dependencies, seeds a database, and starts the server. ```bash npx paperclipai onboard --yes ``` -------------------------------- ### Quick Start Installation Source: https://github.com/aradotso/trending-skills/blob/main/skills/jkvideo-bilibili-react-native/SKILL.md Clone the repository, install dependencies, and start the Expo development server for a quick setup. DASH 1080P+ playback requires a Dev Build. ```bash git clone https://github.com/tiajinsha/JKVideo.git cd JKVideo npm install npx expo start ``` -------------------------------- ### Install and Run Website Development Server Source: https://github.com/aradotso/trending-skills/blob/main/skills/chops-ai-skills-manager/SKILL.md Commands to install dependencies and start a local development server for the website. Run 'npm install' once for initial setup. ```bash cd site npm install # first time only npm run dev # local dev server at localhost:4321 npm run build # production build → site/dist/ ``` -------------------------------- ### Local Development Setup Source: https://github.com/aradotso/trending-skills/blob/main/skills/open-pencil-design-editor/SKILL.md Clones the OpenPencil repository, installs dependencies, and starts the development server for the web app or desktop application. ```sh git clone https://github.com/open-pencil/open-pencil cd open-pencil bun install bun run dev # Web app at localhost:1420 bun run tauri dev # Desktop (requires Rust) ``` -------------------------------- ### Quick Start Source: https://github.com/aradotso/trending-skills/blob/main/skills/serve-sim-apple-simulator/SKILL.md The quickest way to get started with serve-sim is to run the command without any arguments. It will automatically detect and start streaming a booted simulator. ```APIDOC ## Quick Start Start preview server (auto-detects booted simulator) ```sh npx serve-sim # → Preview at http://localhost:3200 ``` ``` -------------------------------- ### Install Open Design AI Source: https://github.com/aradotso/trending-skills/blob/main/skills/open-design-ai/SKILL.md Quickstart installation using git clone, pnpm install, and pnpm dev. Ensure Node.js >= 18 and pnpm >= 8 are installed. ```bash git clone https://github.com/nexu-io/open-design.git cd open-design pnpm install pnpm dev ``` -------------------------------- ### Quickstart OpeniLink Hub with Docker Source: https://github.com/aradotso/trending-skills/blob/main/skills/openilink-hub-wechat-bot/SKILL.md Runs the OpeniLink Hub in a Docker container. This is a quick way to get started without local installation. ```bash docker run -d -p 9800:9800 ghcr.io/openilink/openilink-hub:latest ``` -------------------------------- ### Development Setup Commands Source: https://github.com/aradotso/trending-skills/blob/main/skills/ai-scanner-garak/SKILL.md Provides essential commands for setting up the development environment, including cloning the repository, installing dependencies, setting up the database, installing Garak, and starting the development server. ```bash git clone https://github.com/0din-ai/ai-scanner.git cd ai-scanner cp .env.example .env.development # Install dependencies bundle install # Database setup rails db:create db:migrate db:seed # Install garak (Python dependency) pip install garak # Start development server bin/dev ``` -------------------------------- ### Example Use Case File Setup: Install Skills Source: https://github.com/aradotso/trending-skills/blob/main/skills/awesome-openclaw-usecases/SKILL.md Bash commands to install necessary skills as part of setting up a specific OpenClaw use case, as detailed in the use case file format. ```bash openclaw skill install reddit-digest openclaw skill install email-sender ``` -------------------------------- ### Start RegPlatform Backend Source: https://github.com/aradotso/trending-skills/blob/main/skills/regplatform-multi-account-registration/SKILL.md Install Go dependencies and run the main server entrypoint to start the backend service. ```bash go mod tidy go run cmd/server/main.go ``` -------------------------------- ### WSL Setup and Start Command Source: https://github.com/aradotso/trending-skills/blob/main/skills/hermes-web-ui/SKILL.md Installs and starts the Hermes Web UI within a Windows Subsystem for Linux (WSL) environment. ```bash bash <(curl -fsSL https://raw.githubusercontent.com/EKKOLearnAI/hermes-web-ui/main/scripts/setup.sh) hermes-web-ui start ``` -------------------------------- ### Quick Start Installation Source: https://github.com/aradotso/trending-skills/blob/main/skills/cabinet-ai-knowledge-base/SKILL.md Use this command to quickly set up Cabinet with the latest version. It creates a new directory and installs dependencies. ```bash npx create-cabinet@latest cd cabinet npm run dev:all ``` -------------------------------- ### Clone and Run Qclaw Development Setup Source: https://github.com/aradotso/trending-skills/blob/main/skills/qclaw-openclaw-desktop/SKILL.md Commands to clone the Qclaw repository, install dependencies, and start the development server with hot-reloading. Ensure Node.js 22+ is installed. ```bash git clone https://github.com/qiuzhi2046/Qclaw.git cd Qclaw npm install # Start dev server (Electron + Vite hot reload) npm run dev # Type check npm run typecheck # Run tests npm test # Build production app npm run build ``` -------------------------------- ### First-time API Key Setup Source: https://github.com/aradotso/trending-skills/blob/main/skills/edict-multi-agent-orchestration/SKILL.md Configure API keys for the agents. Start by adding the key to the first agent, then re-run the install script to propagate it to all agents. ```bash # Configure API key on first agent openclaw agents add taizi # Then re-run install to propagate to all agents ./install.sh ``` -------------------------------- ### Install and Run Desktop Pet Source: https://github.com/aradotso/trending-skills/blob/main/skills/star-office-ui-pixel-dashboard/SKILL.md Navigate to the desktop-pet directory, install dependencies, and start the development server. This automatically starts the Python backend and renders the office as a transparent overlay. ```bash cd desktop-pet npm install npm run dev ``` -------------------------------- ### Install CLI-Anything for Qodercli Source: https://github.com/aradotso/trending-skills/blob/main/skills/cli-anything-agent-native/SKILL.md Install CLI-Anything for Qodercli by cloning the repository and executing the setup script. ```bash git clone https://github.com/HKUDS/CLI-Anything.git bash CLI-Anything/qoder-plugin/setup-qodercli.sh ``` -------------------------------- ### Manual Installation and Setup Source: https://github.com/aradotso/trending-skills/blob/main/skills/video-use-editor/SKILL.md Steps for manually installing the video-use skill, including cloning the repository, installing Python dependencies, and setting up system dependencies like ffmpeg. ```bash # Clone and symlink into your agent's skills directory git clone https://github.com/browser-use/video-use ~/Developer/video-use ln -sfn ~/Developer/video-use ~/.claude/skills/video-use # Claude Code # ln -sfn ~/Developer/video-use ~/.codex/skills/video-use # Codex # Install Python dependencies cd ~/Developer/video-use uv sync # or: pip install -e . # Install system dependencies brew install ffmpeg # required brew install yt-dlp # optional, for online sources # Set up environment cp .env.example .env # Edit .env and add: ELEVENLABS_API_KEY=your_key_here ``` -------------------------------- ### Minimal Setup for New Machine Source: https://github.com/aradotso/trending-skills/blob/main/skills/opencode-claude-auth/SKILL.md A step-by-step guide to set up the opencode-claude-auth plugin on a new machine. This includes authenticating Claude Code, installing the plugin, and configuring OpenCode. ```bash # 1. Authenticate Claude Code claude # 2. Install OpenCode (if not done) # See OpenCode docs for platform-specific install # 3. Install plugin npm install -g opencode-claude-auth # 4. Add to opencode.json cat > opencode.json << 'EOF' { "plugin": ["opencode-claude-auth"] } EOF # 5. Run OpenCode — auth is automatic opencode ``` -------------------------------- ### Post-Installation Setup for Logo Generator Skill Source: https://github.com/aradotso/trending-skills/blob/main/skills/logo-generator-skill/SKILL.md Navigate to the skill directory and install Python dependencies. Configure your Gemini API key by copying the example environment file and editing it. ```bash cd ~/.claude/skills/logo-generator pip install -r requirements.txt # Configure API key cp .env.example .env # Edit .env and set GEMINI_API_KEY ``` -------------------------------- ### Install Frontend Dependencies and Run Source: https://github.com/aradotso/trending-skills/blob/main/skills/mirofish-offline-simulation/SKILL.md Install Node.js dependencies for the frontend and run the development server to start the frontend application. ```bash cd frontend npm install npm run dev ``` -------------------------------- ### Install Backend Dependencies and Run Source: https://github.com/aradotso/trending-skills/blob/main/skills/mirofish-offline-simulation/SKILL.md Install Python dependencies for the backend and run the main Python script to start the backend server. ```bash cp .env.example .env # Edit .env (see Configuration section) cd backend pip install -r requirements.txt python run.py ``` -------------------------------- ### Install Phantom AI Co-worker from Source (Bun) Source: https://github.com/aradotso/trending-skills/blob/main/skills/phantom-ai-coworker/SKILL.md Clone the repository, install dependencies, configure the environment, start Qdrant, and then start Phantom using Bun. ```bash git clone https://github.com/ghostwright/phantom.git cd phantom # Install dependencies bun install # Copy env cp .env.example .env # Edit .env # Start Qdrant (required for memory) docker run -d -p 6333:6333 qdrant/qdrant # Start Phantom bun run start # Development mode with hot reload bun run dev ``` -------------------------------- ### Install and Build WebUI Source: https://github.com/aradotso/trending-skills/blob/main/skills/gpt-agreement-payment-replay/SKILL.md Installs Python dependencies for the WebUI, then installs and builds the frontend using pnpm. Finally, it starts the WebUI server. ```bash pip install -r webui/requirements.txt cd webui/frontend && pnpm i && pnpm build && cd ../.. python -m webui.server ``` -------------------------------- ### Starting the Dev Server Source: https://github.com/aradotso/trending-skills/blob/main/skills/app-store-screenshots-generator/SKILL.md Provides commands to install dependencies and start the development server using different package managers. Bun is preferred for its speed. ```bash # bun (preferred) bun install && bun dev # pnpm pnpm install && pnpm dev # yarn yarn && yarn dev # npm npm install && npm run dev ``` -------------------------------- ### Install Pyre Code ML Practice Platform (One-liner) Source: https://github.com/aradotso/trending-skills/blob/main/skills/pyre-code-ml-practice/SKILL.md Use this command to clone the repository, navigate into the directory, and run the setup script for Pyre Code. The setup script handles environment creation and dependency installation. ```bash git clone https://github.com/whwangovo/pyre-code.git cd pyre-code ./setup.sh npm run dev ``` -------------------------------- ### Clone and Install Palantir for Family Trips Source: https://github.com/aradotso/trending-skills/blob/main/skills/palantir-for-family-trips/SKILL.md Clone the repository, navigate to the directory, install dependencies, and copy the example environment file. ```bash git clone https://github.com/andrewjiang/palantir-for-family-trips.git cd palantir-for-family-trips npm install cp .env.example .env ``` -------------------------------- ### Install Playwright Core Source: https://github.com/aradotso/trending-skills/blob/main/skills/obscura-headless-browser/SKILL.md Install the Playwright Core package to get started with Playwright integration. ```bash npm install playwright-core ``` -------------------------------- ### Install Claude Code Game Studios for a New Project Source: https://github.com/aradotso/trending-skills/blob/main/skills/claude-code-game-studios/SKILL.md Clone the repository to start a new game project with the studio infrastructure. After cloning and navigating into the directory, run the 'claude' command and then '/start' to initiate the guided setup. ```bash git clone https://github.com/Donchitos/Claude-Code-Game-Studios.git my-game cd my-game claude ``` -------------------------------- ### Install CoPaw from source Source: https://github.com/aradotso/trending-skills/blob/main/skills/copaw-ai-assistant/SKILL.md Clone the CoPaw repository, navigate to the directory, install in editable mode with development dependencies, and then initialize and start the application. ```bash git clone https://github.com/agentscope-ai/CoPaw.git cd CoPaw pip install -e ".[dev]" copaw init --defaults copaw app ``` -------------------------------- ### Install Understand Anything from Source Source: https://github.com/aradotso/trending-skills/blob/main/skills/understand-anything-knowledge-graph/SKILL.md Follow these steps to clone the repository and build the skill from source for development purposes. ```bash git clone https://github.com/Lum1104/Understand-Anything cd Understand-Anything pnpm install pnpm --filter @understand-anything/core build pnpm --filter @understand-anything/skill build pnpm --filter @understand-anything/dashboard build ``` -------------------------------- ### Post-script install commands Source: https://github.com/aradotso/trending-skills/blob/main/skills/copaw-ai-assistant/SKILL.md After installing CoPaw via script on macOS, Linux, or Windows, open a new terminal and run these commands for setup and to start the application. ```bash copaw init --defaults copaw app ``` -------------------------------- ### Start the WebUI setup wizard Source: https://github.com/aradotso/trending-skills/blob/main/skills/gpt-pp-team-protocol-replay/SKILL.md Run the WebUI server to launch the setup wizard. Access the wizard via `http://127.0.0.1:8765`, which automatically redirects to `/setup` on the first visit. ```bash # Start wizard python -m webui.server # Open http://127.0.0.1:8765 — redirects to /setup on first visit ``` -------------------------------- ### Install FlashQLA and Benchmarking Baselines Source: https://github.com/aradotso/trending-skills/blob/main/skills/flashqla-linear-attention/SKILL.md Clone the repository, navigate to the directory, and install the library. Then, install comparison baselines for benchmarking and testing. ```bash git clone https://github.com/QwenLM/FlashQLA.git cd FlashQLA pip install -v . ``` ```bash pip install flash_linear_attention==0.5.0 pip install flashinfer-python==0.6.9 ``` -------------------------------- ### Manual Installation of Paperclip Source: https://github.com/aradotso/trending-skills/blob/main/skills/paperclip-ai-orchestration/SKILL.md Follow these steps for a manual setup, including cloning the repository, installing dependencies, and starting the development server. Requires Node.js 20+ and pnpm 9.15+. ```bash git clone https://github.com/paperclipai/paperclip.git cd paperclip pnpm install pnpm dev ``` -------------------------------- ### Serve Sim Development Setup Source: https://github.com/aradotso/trending-skills/blob/main/skills/serve-sim-apple-simulator/SKILL.md Clone the serve-sim repository, install dependencies, and build the project. Includes commands for building JS bundles, the Swift helper, and enabling watch mode. ```bash git clone https://github.com/EvanBacon/serve-sim cd serve-sim bun install # Build JS bundles bun run --filter serve-sim build # Rebuild Swift helper binary bun run --filter serve-sim build:swift # Watch mode for development bun run --filter serve-sim dev ``` -------------------------------- ### Start K-Dense BYOK Application Source: https://github.com/aradotso/trending-skills/blob/main/skills/k-dense-byok-ai-scientist/SKILL.md Make the start script executable and run it to launch the K-Dense BYOK application. This script handles initial setup, including installing dependencies and tools. ```bash chmod +x start.sh ./start.sh ``` -------------------------------- ### First Boot Setup Steps Source: https://github.com/aradotso/trending-skills/blob/main/skills/ps5-linux-loader/SKILL.md Perform initial setup after booting Linux for the first time. This includes disabling the screen saver, re-enabling network connections, installing Firefox, and cloning the `ps5-linux-tools` repository. ```bash # 1. Disable screen saver (currently buggy — do this first) # 2. Re-enable network connection if no internet # Toggle off/on your Wired or WLAN connection in network settings # 3. Install Firefox sudo snap install firefox sudo snap refresh mesa-2404 --channel=latest/edge # 4. Clone ps5-linux-tools for fan/boost control git clone https://github.com/ps5-linux/ps5-linux-tools ``` -------------------------------- ### Minimal $10 Device Setup with picoclaw Source: https://github.com/aradotso/trending-skills/blob/main/skills/picoclaw-ai-assistant/SKILL.md Demonstrates setting up picoclaw on a low-resource board like LicheeRV-Nano. Includes downloading the binary, initializing, and configuring a lightweight model via a JSON file. ```bash # Download the RISC-V or ARM binary from releases wget https://github.com/sipeed/picoclaw/releases/download/v0.1.1/picoclaw-linux-riscv64 chmod +x picoclaw-linux-riscv64 # Initialize ./picoclaw-linux-riscv64 onboard # Edit config — use a lightweight model, low max_tokens cat > ~/.picoclaw/config.json << 'EOF' { "agents": { "defaults": { "workspace": "~/.picoclaw/workspace", "model_name": "gpt-4o-mini", "max_tokens": 2048, "temperature": 0.5, "max_tool_iterations": 10 } }, "model_list": [ { "model_name": "gpt-4o-mini", "model": "openai/gpt-4o-mini", "api_key": "$OPENAI_API_KEY", "request_timeout": 120 } ] } EOF ./picoclaw-linux-riscv64 ``` -------------------------------- ### Install CoPaw using pip Source: https://github.com/aradotso/trending-skills/blob/main/skills/copaw-ai-assistant/SKILL.md Install CoPaw using pip for Python 3.10-3.13. Run `copaw init --defaults` for non-interactive setup and `copaw app` to start the web console. ```bash pip install copaw copaw init --defaults # non-interactive setup with sensible defaults copaw app # starts the web Console + backend ``` -------------------------------- ### Installing Bun and Setting Up PATH Source: https://github.com/aradotso/trending-skills/blob/main/skills/free-code-claude-cli/SKILL.md Instructions for installing the Bun runtime and ensuring its executables are available in your system's PATH. ```bash curl -fsSL https://bun.sh/install | bash source ~/.bashrc # or ~/.zshrc ``` -------------------------------- ### Python Legacy & Learning Examples Setup Source: https://github.com/aradotso/trending-skills/blob/main/skills/hyperliquid-grid-trading-bot/SKILL.md Commands to sync Python dependencies using `uv`, validate Python bot configurations, and run the Python bot. Also includes commands for accessing learning examples. ```bash # Sync Python dependencies uv sync # Validate Python bot config uv run src/run_bot.py --validate # Run Python bot uv run src/run_bot.py ``` -------------------------------- ### Launch KWCode REPL Source: https://github.com/aradotso/trending-skills/blob/main/skills/kwcode-local-coding-agent/SKILL.md Start the interactive REPL for KWCode. A setup wizard will guide you through model connection configuration on the first launch. ```bash # Launch interactive REPL kwcode ``` -------------------------------- ### Multi-Project Setup with /auto-experiment Source: https://github.com/aradotso/trending-skills/blob/main/skills/auto-deep-researcher-24x7/SKILL.md Command-line examples for launching separate agent instances for different projects, each assigned to a specific GPU. ```bash # Terminal 1 — project A on GPU 0 /auto-experiment --project ~/projects/cifar100 --gpu 0 # Terminal 2 — project B on GPU 1 /auto-experiment --project ~/projects/imagenet-subset --gpu 1 # Terminal 3 — project C on GPU 2,3 (multi-GPU training) /auto-experiment --project ~/projects/diffusion --gpu 2,3 ``` -------------------------------- ### Manual Skill Installation Example Source: https://github.com/aradotso/trending-skills/blob/main/skills/khazix-skills-agent/SKILL.md Demonstrates manual installation of a skill package by copying it to the agent's skills directory. This method is useful for direct file management. ```bash # Example: manually install for Claude Code mkdir -p ~/.claude/skills/ cp kaizike-writer.skill ~/.claude/skills/ ``` ```bash # Or clone the whole repo git clone https://github.com/KKKKhazix/khazix-skills.git cp -r khazix-skills/kaizike-writer ~/.claude/skills/ ``` -------------------------------- ### vLLM OpenAI-Compatible Server Setup Source: https://github.com/aradotso/trending-skills/blob/main/skills/awesome-opensource-ai/SKILL.md Installs vLLM and starts an OpenAI-compatible API server for a specified model. Adjust tensor-parallel-size based on your GPU configuration. ```bash # Install pip install vllm # Start server (OpenAI-compatible) python -m vllm.entrypoints.openai.api_server \ --model meta-llama/Llama-3.1-8B-Instruct \ --dtype bfloat16 \ --tensor-parallel-size 2 \ --max-model-len 8192 \ --port 8000 ``` -------------------------------- ### Monorepo Development Setup Commands Source: https://github.com/aradotso/trending-skills/blob/main/skills/3dsvg-interactive-react/SKILL.md Commands to clone the repository, install dependencies, and build the engine or start the development server for the 3D SVG project. ```bash git clone https://github.com/renatoworks/3dsvg.git cd 3dsvg npm install npm run build:engine # Build the npm package npm run dev:web # Start the visual editor at localhost:3000 ``` ```bash cd packages/engine npm run build # Outputs to dist/ npm run dev # Watch mode ``` -------------------------------- ### Development Setup and Build Source: https://github.com/aradotso/trending-skills/blob/main/skills/wterm-web-terminal/SKILL.md Instructions for setting up the development environment, including prerequisites and build commands for WTERM. Covers building the WASM core and all packages. ```bash # Prerequisites: Zig 0.15.2+, Node.js 20+, pnpm 10+ npm install -g portless git clone https://github.com/vercel-labs/wterm cd wterm pnpm install # Build WASM core zig build # debug zig build -Doptimize=ReleaseSmall # ~12 KB release # Build all packages pnpm build # Run Zig tests zig build test # Serve vanilla demo cd web && python3 -m http.server 8000 # Run Next.js example cp web/wterm.wasm examples/nextjs/public/ pnpm --filter nextjs dev # Available at: nextjs-example.wterm.localhost ``` -------------------------------- ### Monorepo / pnpm Setup and Run Source: https://github.com/aradotso/trending-skills/blob/main/skills/weixin-agent-sdk/SKILL.md Clone the repository, install dependencies using pnpm, log in to WeChat, and start the OpenAI bot. Ensure your `OPENAI_API_KEY` environment variable is set. ```bash git clone https://github.com/wong2/weixin-agent-sdk cd weixin-agent-sdk pnpm install ``` ```bash # Login (scan QR code) pnpm run login -w packages/example-openai ``` ```bash # Start the OpenAI bot OPENAI_API_KEY=$OPENAI_API_KEY pnpm run start -w packages/example-openai ``` -------------------------------- ### Clone Repository and Navigate Source: https://github.com/aradotso/trending-skills/blob/main/skills/club-3090-llm-serving/SKILL.md Clone the project repository and change into the project directory to begin setup. ```bash git clone https://github.com/noonghunna/club-3090.git cd club-3090 ``` -------------------------------- ### Alternative vLLM Setup (Nightly) Source: https://github.com/aradotso/trending-skills/blob/main/skills/deepseek-ocr/SKILL.md Instructions for setting up an alternative environment using uv and installing the nightly version of vLLM with extra index URL. ```bash uv venv source .venv/bin/activate uv pip install -U vllm --pre --extra-index-url https://wheels.vllm.ai/nightly ``` -------------------------------- ### Install AutoTeam with Setup Script Source: https://github.com/aradotso/trending-skills/blob/main/skills/autoteam-chatgpt-rotation/SKILL.md Clone the repository and run the setup script for a one-click installation. This command also synchronizes dependencies and installs Playwright browsers. ```bash git clone https://github.com/cnitlrt/AutoTeam.git cd AutoTeam bash setup.sh ``` -------------------------------- ### Start serve-sim Preview Server Source: https://github.com/aradotso/trending-skills/blob/main/skills/serve-sim-apple-simulator/SKILL.md Run this command to start the serve-sim preview server. It automatically detects a booted simulator and makes it available at http://localhost:3200. ```sh npx serve-sim # → Preview at http://localhost:3200 ``` -------------------------------- ### Clone and Run NanoClaw with Claude Code Source: https://github.com/aradotso/trending-skills/blob/main/skills/nanoclaw-ai-assistant/SKILL.md Quick start guide to fork, clone, and initialize NanoClaw using the Claude Code CLI. Claude Code handles dependency installation, authentication, and configuration. ```bash gh repo fork qwibitai/nanoclaw --clone cd nanoclaw # Open Claude Code — it handles everything else claude ``` -------------------------------- ### Verify Codex Setup and Installation Source: https://github.com/aradotso/trending-skills/blob/main/skills/codex-plugin-cc/SKILL.md Run the setup command to verify Codex installation and authentication. Optionally, install the Codex CLI via npm if it's missing. ```bash /codex:setup ``` ```bash npm install -g @openai/codex ``` -------------------------------- ### Clone and Run Hermes Web UI Development Setup Source: https://github.com/aradotso/trending-skills/blob/main/skills/hermes-web-ui/SKILL.md Clones the Hermes Web UI repository, installs dependencies, and starts the development server. The frontend runs on port 5173 and the BFF on port 8648. ```bash git clone https://github.com/EKKOLearnAI/hermes-web-ui.git cd hermes-web-ui npm install npm run dev # Frontend: http://localhost:5173 # BFF: http://localhost:8648 ``` -------------------------------- ### Fabro Initial Setup Source: https://github.com/aradotso/trending-skills/blob/main/skills/fabro-workflow-factory/SKILL.md Run global setup once, then initialize Fabro for a specific project to create the .fabro/ configuration directory. ```bash fabro install ``` ```bash cd my-project fabro init ``` -------------------------------- ### OpenClaw Agent Task for Control Center Setup Source: https://github.com/aradotso/trending-skills/blob/main/skills/openclaw-control-center/SKILL.md Example of an install block within an OpenClaw agent task to set up the control center. Ensure to edit the .env file with correct gateway and home URLs. ```typescript // In your OpenClaw agent task const installInstructions = ` cd openclaw-control-center npm install cp .env.example .env # Edit .env: set OPENCLAW_GATEWAY_URL and OPENCLAW_HOME npm run build && npm test && npm run dev:ui `; ``` -------------------------------- ### Start WinSysServer with Driver Installation Source: https://github.com/aradotso/trending-skills/blob/main/skills/ntwarden-windows-analysis-toolkit/SKILL.md Commands to start the WinSysServer, optionally automatically installing the KWinSys driver and specifying a custom port. ```powershell # Auto-install driver + start server on default port 50002 WinSysServer.exe --install # Custom port WinSysServer.exe --install --port 9000 # If driver already installed manually: WinSysServer.exe WinSysServer.exe --port 9000 ``` -------------------------------- ### Go Project Setup Source: https://github.com/aradotso/trending-skills/blob/main/skills/fresh-start-nirholas/SKILL.md Manage Go module dependencies, build, and run a Go project. ```bash go mod tidy go build ./... go run . ``` -------------------------------- ### Install memory-lancedb-pro with Setup Script Source: https://github.com/aradotso/trending-skills/blob/main/skills/memory-lancedb-pro-openclaw/SKILL.md Use this bash script for a one-click installation or upgrade. It handles various setup scenarios and provider presets. ```bash curl -fsSL https://raw.githubusercontent.com/CortexReach/toolbox/main/memory-lancedb-pro-setup/setup-memory.sh -o setup-memory.sh bash setup-memory.sh ``` -------------------------------- ### Prepare and Run Development VM Source: https://github.com/aradotso/trending-skills/blob/main/skills/cubesandbox-ai-sandbox/SKILL.md Set up a development environment using WSL2. This involves cloning the repository, preparing the runtime image, and starting the development VM. ```bash git clone https://github.com/tencentcloud/CubeSandbox.git cd CubeSandbox/dev-env ./prepare_image.sh # one-time: downloads runtime image ./run_vm.sh # start the dev VM (keep terminal open) # In a second terminal: ./login.sh # shell into the dev VM ``` -------------------------------- ### Install and Start Hermes Web UI Globally Source: https://github.com/aradotso/trending-skills/blob/main/skills/hermes-web-ui/SKILL.md Installs the Hermes Web UI globally using npm and starts the dashboard. Access it via http://localhost:8648. ```bash npm install -g hermes-web-ui hermes-web-ui start # Open http://localhost:8648 ``` -------------------------------- ### Start emulate Services via CLI Source: https://github.com/aradotso/trending-skills/blob/main/skills/vercel-labs-emulate/SKILL.md Use the CLI to start all services with defaults, specific services, or with custom ports and seed data. Includes commands for initialization and listing available services. ```bash npx emulate ``` ```bash npx emulate --service vercel,github ``` ```bash npx emulate --port 3000 ``` ```bash npx emulate --seed emulate.config.yaml ``` ```bash npx emulate init ``` ```bash npx emulate init --service github ``` ```bash npx emulate list ``` -------------------------------- ### Installation - Homebrew Source: https://github.com/aradotso/trending-skills/blob/main/skills/capso-screenshot-macos/SKILL.md Install the Capso app using Homebrew for a quick and easy setup. ```APIDOC ## Installation - Homebrew ### Description Install the Capso app using Homebrew for a quick and easy setup. ### Command ```bash brew tap lzhgus/tap brew install --cask capso ``` ``` -------------------------------- ### Install CubeSandbox on Bare-Metal/Cloud Source: https://github.com/aradotso/trending-skills/blob/main/skills/cubesandbox-ai-sandbox/SKILL.md Install CubeSandbox on a bare-metal server or cloud instance. This command installs `cubemastercli` and starts the CubeAPI service. ```bash curl -sL https://github.com/tencentcloud/CubeSandbox/raw/master/deploy/one-click/online-install.sh | bash ``` ```bash curl -sL https://cnb.cool/CubeSandbox/CubeSandbox/-/git/raw/master/deploy/one-click/online-install.sh | MIRROR=cn bash ``` -------------------------------- ### Install Codex Plugin Source: https://github.com/aradotso/trending-skills/blob/main/skills/codex-plugin-cc/SKILL.md Install the Codex plugin globally using npm. Alternatively, the `/codex:setup` command can manage the installation. ```bash npm install -g @openai/codex # or let /codex:setup install it for you ``` -------------------------------- ### Install NemoClaw with One-Line Installer Source: https://github.com/aradotso/trending-skills/blob/main/skills/nvidia-nemoclaw/SKILL.md Use this command to quickly install NemoClaw, Node.js (if needed), and run the guided onboarding wizard. ```bash curl -fsSL https://nvidia.com/nemoclaw.sh | bash ``` -------------------------------- ### Development Setup and Local Run Source: https://github.com/aradotso/trending-skills/blob/main/skills/claude-doctor-session-diagnostics/SKILL.md Steps to clone the repository, install dependencies, build the project, and run the CLI locally against your own sessions. Requires Node.js and pnpm. ```bash git clone https://github.com/millionco/claude-doctor cd claude-doctor pnpm install pnpm build pnpm test # Run locally against your own sessions node dist/cli.js --rules ``` -------------------------------- ### Environment Configuration Example Source: https://github.com/aradotso/trending-skills/blob/main/skills/cabinet-ai-knowledge-base/SKILL.md Configure optional password authentication and domain settings in the .env.local file. Leave KB_PASSWORD empty for no authentication. ```bash # .env.local KB_PASSWORD=your_optional_password # Leave empty for no auth DOMAIN=localhost # Or your custom domain ``` -------------------------------- ### Automated Bux Setup via Claude Code Prompt Source: https://github.com/aradotso/trending-skills/blob/main/skills/bux-claude-agent/SKILL.md This prompt instructs Claude Code to SSH into your remote server, install Bux using the provided API and Telegram tokens, and verify the services. It also guides through the initial Claude login and a test request. ```markdown Set up https://github.com/browser-use/bux on my remote box. SSH into it (host: YOUR_SERVER_IP), run install.sh with my BROWSER_USE_API_KEY, and wire up a Telegram bot with my TG_BOT_TOKEN. Read install.md first. After the install completes, verify the services are running (systemctl is-active bux-browser-keeper bux-ttyd), then become the `bux` user and run `claude /login` so I can complete the OAuth flow. Once logged in, test by asking claude to visit https://browser-use.com and report the page title. ``` -------------------------------- ### Install and Run FlipOff Source: https://github.com/aradotso/trending-skills/blob/main/skills/flipoff-split-flap-display/SKILL.md Clone the repository and open `index.html` directly or serve it locally using Python for audio support. Browsers require user interaction to enable audio. ```bash git clone https://github.com/magnum6actual/flipoff.git cd flipoff # Option 1: Open directly open index.html # Option 2: Serve locally (recommended for audio) python3 -m http.server 8080 # Visit http://localhost:8080 ``` -------------------------------- ### Python Project Setup Source: https://github.com/aradotso/trending-skills/blob/main/skills/fresh-start-nirholas/SKILL.md Set up a Python virtual environment, install dependencies, and run a Python project. ```bash # Create a virtual environment python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate # Install dependencies pip install -r requirements.txt # Run entry point python main.py # or python -m fresh_start ``` -------------------------------- ### Install OpenCLI from Source Source: https://github.com/aradotso/trending-skills/blob/main/skills/opencli-web-automation/SKILL.md Set up OpenCLI for development by cloning the repository, installing dependencies, building the project, and linking it locally. This is for contributing or modifying the tool. ```bash git clone git@github.com:jackwener/opencli.git cd opencli npm install npm run build npm link ``` -------------------------------- ### Install OpenClaw Skill via CLI Source: https://github.com/aradotso/trending-skills/blob/main/skills/awesome-openclaw-skills/SKILL.md Use the `clawhub install` command to install a skill by its unique slug. Examples show installation for Slack, Bitbucket, and Arxiv Search. ```bash clawhub install ``` ```bash clawhub install steipete-slack clawhub install sohamganatra-bitbucket-automation clawhub install xukp20-arxiv-search-collector ``` -------------------------------- ### Build OpenSquirrel from Source Source: https://github.com/aradotso/trending-skills/blob/main/skills/opensquirrel-agent-control-plane/SKILL.md Clone the repository, navigate to the directory, and build the release version. Then, run the executable. ```bash git clone https://github.com/Infatoshi/OpenSquirrel cd OpenSquirrel cargo build --release ./target/release/opensquirrel ``` -------------------------------- ### Get Installed VPN Apps Source: https://github.com/aradotso/trending-skills/blob/main/skills/vpn-detector-android/SKILL.md Enumerates installed applications on the device that are known VPN clients. ```APIDOC ## Detect Known VPN Apps via PackageManager ### Description Enumerates installed applications on the device that are present in a predefined list of known VPN clients. This method uses the `PackageManager` to check for the presence of these packages. ### Method Signature `fun getInstalledVpnApps(context: Context): List` ### Parameters - **context** (Context) - Required - The Android application context. ### Return Value - **List** - A list of package names of the installed known VPN applications. ### Request Example ```kotlin import android.content.Context // Assuming 'this' is a Context val installedVpns = getInstalledVpnApps(this) println("Installed VPN apps: $installedVpnApps") ``` ``` -------------------------------- ### Local Installation and Execution Source: https://github.com/aradotso/trending-skills/blob/main/skills/daily-stock-analysis/SKILL.md Clone the repository, set up your environment variables in a .env file, install dependencies, and run the main script for local analysis. ```bash git clone https://github.com/ZhuLinsen/daily_stock_analysis cd daily_stock_analysis cp .env.example .env # Edit .env with your keys pip install -r requirements.txt python main.py ``` -------------------------------- ### Install Gova Package Source: https://github.com/aradotso/trending-skills/blob/main/skills/gova-declarative-gui/SKILL.md Use 'go get' to install the latest version of the Gova package. ```bash go get github.com/nv404/gova@latest ``` -------------------------------- ### Install quien with Go Source: https://github.com/aradotso/trending-skills/blob/main/skills/quien-whois-lookup/SKILL.md Install the quien tool using the Go build tool. ```sh go install github.com/retlehs/quien@latest ``` -------------------------------- ### Starting pgmicro in Server Mode Source: https://github.com/aradotso/trending-skills/blob/main/skills/pgmicro-postgres-sqlite/SKILL.md Shows how to start pgmicro in server mode, making the database accessible over the network, and how to connect to it using `psql` or a libpq connection string. ```bash # Start server pgmicro myapp.db --server 127.0.0.1:5432 # Connect with psql psql -h 127.0.0.1 -p 5432 -U turso -d main # Connect with libpq connection string (Node.js pg driver) # DATABASE_URL=postgresql://turso@127.0.0.1:5432/main ``` -------------------------------- ### Manual Installation of Agent Reach Source: https://github.com/aradotso/trending-skills/blob/main/skills/agent-reach-internet-access/SKILL.md Install the agent-reach package using pip for manual setup. ```bash pip install agent-reach ``` -------------------------------- ### Python Project: Setup Dependencies Source: https://github.com/aradotso/trending-skills/blob/main/skills/tiangolo-library-skills/SKILL.md Create a virtual environment, activate it, and add dependencies like FastAPI and Streamlit using `uv`. ```bash uv venv source .venv/bin/activate uv add fastapi streamlit ``` -------------------------------- ### Install Wanman from Source Source: https://github.com/aradotso/trending-skills/blob/main/skills/wanman-agent-matrix/SKILL.md Clone the repository, navigate to the directory, install dependencies, and build the project. Then, run the CLI directly to take over a git repository. ```bash git clone git@github.com:chekusu/wanman.git wanman.dev cd wanman.dev pnpm install pnpm build # Run the CLI directly pnpm --filter @wanman/cli exec wanman takeover /path/to/any/git/repo ```