Tool Open source · GPL-3.0
wool_scripts is a curated repository of configuration files, plugins, rewrite snippets, scripts, and traffic-routing or ad-blocking rules for Loon, Quantumult X, Surge, Shadowrocket, Stash, and Egern. It covers application ad blocking, Apple update blocking, AI-model routing, cookie and token collection, node testing, app and mini-program cleanup, and related utilities. The repository organizes reusable files by client and notes usage requirements, conversion paths, known limitations, and sources collected from other open-source projects; its README invites issue and pull-request contributions and records changes to Quantumult X support.
QLScriptPublic is a public repository of JavaScript automation scripts for the Qinglong panel, maintained by the GitHub user smallfawn. The scripts automate sign-ins, daily tasks, points collection, and related account actions for numerous services, brands, apps, and WeChat mini programs. WeChat mini-program scripts require configuring `wx_server_url` and `wx_auth` to obtain mini-program codes, and generally require prior registration, authorization, or phone-number binding in the relevant mini program. The repository can be loaded into Qinglong with `ql repo https://github.com/smallfawn/QLScriptPublic.git`. Its disclaimer describes the scripts as learning, testing, and research material, prohibits commercial use and redistribution, disclaims responsibility for legality, accuracy, script errors, privacy issues, and resulting losses, and asks users to delete downloaded content within 24 hours.
Shadowrocket-ADBlock-Rules-Forever is a maintained collection of routing and ad-blocking rule files for the iOS Shadowrocket app. It provides configurations that determine which domains use a proxy or direct connection, including blacklist, whitelist, domestic/international split, return-to-China, global proxy, global direct, and ad-block-only variants. The project generates its rules automatically with Python from sources including GFWList, Greatfire Analyzer blocked-domain data, EasyList, EasyList China, Peter Lowe's ad and privacy-tracking lists, 乘风 rules, and project-specific rules. It also provides separate files for iOS web, app, and video advertising, plus optional lazy configurations with proxy groups. The repository states that published rules are rebuilt daily at 08:00 Beijing time and can be downloaded or automatically updated through Shadowrocket and iOS Shortcuts. The rules are plain-text configuration files and do not themselves provide proxy access.
Anti Slop is an open-source set of rules and agent skills for AI coding agents that filters generic AI-generated user interfaces, copy, and code without prescribing colors, fonts, layouts, or other visual styles. Its core contains 38 mandatory rules across Hard Gate, Purpose-Gate, and Quality Locks tiers; a Liveliness Toolkit with ENERGY, RHYTHM, and MOTION controls; a Design Read; and a mandatory four-part PASS/FAIL Delivery Gate. Task-specific skills are organized as separate SKILL.md folders and loaded additively, while a project’s DESIGN.md supplies the visual direction. The repository provides installation through the npx antislop-ai picker, the skills.sh-compatible npx skills add command, or a Claude Code marketplace plugin, with support for agents including Claude Code, Codex, Antigravity, OpenCode, Cursor, Gemini CLI, and Hermes.
slotstream is an open-source macOS local-LLM inference engine that runs Qwen3.8-Flash-Next, a 125-billion-parameter mixture-of-experts model, on Apple Silicon Macs whose memory cannot hold the model. Implemented as a single Swift binary using MLX, it keeps the dense trunk resident and reads routed expert weights from an SSD into a shared cache of slots, sizing that cache to available memory instead of loading the full model. It supports prefix caching for follow-up turns and exposes Ollama-compatible and OpenAI-compatible chat APIs, as well as a command-line prompt mode; the documented API subset supports streaming, CORS, and sampling options but not tools, images, JSON-schema output, or logprobs. The project requires macOS 14 or later, Apple Silicon, and roughly 110 GB of free disk space for the model weights. Its installer provides signed release binaries, and the repository can also be built with Swift and the macOS Command Line Tools. The source is MIT-licensed; the model weights are distributed under the Qwen community license.
dotenvx is an open-source, cross-platform successor to dotenv that loads variables from one or more dotenv files and injects them into a command or application at runtime. Its CLI can run programs in different languages, select environment-file conventions, expand variables and command substitutions, apply defaults and precedence rules, and expose values through commands such as get, set, encrypt, decrypt, validate, and genexample; a Node.js package also provides config(), parse(), set(), and get() APIs. It encrypts dotenv values using public-key cryptography, stores the corresponding private keys separately, and decrypts values when they are accessed or injected. It supports environment-specific files, monorepo paths, plaintext exceptions, validation against .env.example, and integrations that resolve 1Password or Bitwarden references. The run --redact option replaces declared secret values in a command's stdout and stderr with [REDACTED], while masking controls provide partial or complete masking. The project is distributed as a global CLI, npm package, shell-installed binary, Homebrew package, Docker image, GitHub release, and Windows winget package. Its repository is maintained by the creator of dotenv and lists dotenvx Armor, native OS secret stores, local key locking, and pre-commit or pre-build checks as additional key-management and source-control features.