MoneyPrinter V2 (MPV2) is an application designed to automate the process of making money online. As the second iteration of the MoneyPrinter project, it has been completely rewritten with a focus on broader features and a more modular architecture. It integrates automated Twitter Bots and YouTube Shorts generators, utilizing CRON jobs for scheduled publishing. MPV2 supports Amazon affiliate marketing and Twitter promotion, while also assisting users in finding local businesses for cold outreach, aiming to enhance online earning efficiency through automation and streamline content creation and marketing activities.
AI Website Cloner Template by JCodesMore is an open-source template that enables AI coding agents to reverse-engineer any website into a clean Next.js 16 and Tailwind CSS v4 codebase. By running a single `/clone-website` command, it triggers a multi-phase pipeline where AI agents automatically inspect the target site, extract design tokens, fetch assets, and write precise component specs. Parallel builder agents are then dispatched to reconstruct every section accurately. It is highly automated and supports popular AI platforms like Claude Code, Cursor, and Copilot.
MoneyPrinterTurbo is an end-to-end automated short video generator. By simply providing a keyword or theme, the tool automatically generates scripts, sources high-quality footage, synthesizes voiceovers, adds subtitles, and mixes background music. Built with an MVC architecture, it offers both a Web UI and API support. It integrates with major LLMs like OpenAI and DeepSeek, supports various video dimensions (9:16/16:9), and utilizes copyright-free materials. It's designed for creators to batch-produce content via local or Docker deployment.
Archon is the first open-source harness builder and workflow engine for AI coding, designed to make AI coding deterministic and repeatable. It allows developers to define their entire development processes—including planning, implementation, validation, code review, and PR creation—as YAML workflows. This ensures reliable and consistent execution across projects, preventing the randomness often seen in AI agent outputs. By encoding the development process with defined phases and validation gates, Archon provides a structured framework where AI intelligently fills in each step, akin to how Dockerfiles brought determinism to infrastructure or GitHub Actions to CI/CD.
Career-Ops is an open-source, multi-agent job search command center that transforms AI CLIs into a high-performance recruitment pipeline. It functions as a sophisticated filter rather than a mass-application tool, evaluating job listings across 10 weighted dimensions with an A-F scoring system. The system automates portal scanning (45+ companies), generates ATS-optimized tailored PDFs via Playwright, and organizes applications through a Terminal UI (TUI). Native support for Claude Code and Gemini CLI allows for agentic reasoning, personalized resume adaptation, and the creation of an interview 'Story Bank'.
GenericAgent is a minimalist, self-evolving autonomous agent framework with only ~3K lines of core code. Utilizing 9 atomic tools and a ~100-line Agent Loop, it grants any LLM system-level control over local computers, covering browsers, terminals, filesystems, keyboard/mouse input, screen vision, and mobile devices. Its design philosophy is to evolve skills rather than pre-loading them, automatically crystallizing execution paths into reusable skills after each task, fostering a personal skill tree that grows with use, all while being highly token-efficient.
Crawlee is a web scraping and browser automation library developed by Apify, designed to help developers build reliable scrapers quickly. It mimics human browsing behavior to effectively bypass modern bot protections. The library provides a unified interface for both HTTP and headless browser (e.g., Playwright, Puppeteer) crawling. Key features include persistent request queues, pluggable data storage, automatic proxy rotation, and session management, with CLI support for rapid project bootstrapping and easy deployment to cloud platforms.
cc-safe-setup is a security utility for Claude Code that installs 8 safety hooks to ensure safe autonomous operation. It acts as a checkpoint, intercepting dangerous commands like 'rm -rf /', preventing unauthorized pushes to main branches, and catching secret leaks before execution. Specifically designed to address AI agent regressions and the Opus 4.7 safety crisis, it provides defense-in-depth through process-level hooks, including syntax validation and context window monitoring, making it an essential guardrail for AI-driven development.
A production-ready orchestration system for Claude Code, featuring 185 specialized agents, 80 focused plugins, and 153 agent skills. It utilizes a granular architecture and progressive disclosure for optimal token efficiency. The ecosystem supports complex multi-agent workflows via orchestrators like Conductor and includes a rigorous quality framework, PluginEval. It enables intelligent automation across architecture, development, and infrastructure, also extending its 153 skills to Gemini CLI users.
Agent-Reach is a scaffolding tool designed to equip AI Agents (e.g., OpenClaw, Claude Code, Cursor) with comprehensive internet capabilities. By automating the installation of various open-source CLI tools and MCP servers, it enables agents to bypass expensive APIs and paywalls to search and read content from platforms like Twitter, YouTube, Reddit, and Xiaohongshu. It functions as a standardized bridge, providing a local environment where agents can independently invoke upstream tools. It features privacy-first local cookie storage and includes a diagnostic command to ensure all data channels are functional.
Dify is an open-source, production-ready LLM application development platform engineered to significantly accelerate the entire development cycle from prototype to production. It offers an intuitive visual workflow canvas, integrating a powerful Retrieval Augmented Generation (RAG) pipeline for efficient document ingestion and retrieval. Dify also features advanced agent capabilities based on LLM Function Calling or ReAct, configurable with pre-built or custom tools. It provides comprehensive support for hundreds of mainstream proprietary and open-source LLMs, a robust Prompt IDE for prompt engineering and model performance comparison, and built-in observability features (e.g., Opik, Langfuse, Arize Phoenix). This empowers developers to rapidly build, deploy, and monitor complex AI applications and agents.
The official Lark/Feishu CLI tool, built for humans and AI Agents. It features an Agent-Native design with 24 structured skills and 200+ commands covering 17 business domains like Messenger, Docs, and Base. Optimized for AI integration, it provides concise parameters and structured outputs to maximize Agent call success rates. The tool employs a three-layer architecture (Shortcuts, API Commands, Raw API) and includes secure OS-native credential storage and easy multi-user authentication.
Official collection of skills for Claude, providing document processing, coding, and creative capabilities for AI agents.
A collection of high-quality AI agent skills and a CLI manager for Claude, Cursor, and Copilot.
A curated collection of official and community-built Claude Skills for document editing, coding, design, and more.
Practical Claude Code skills for Feishu integration, browser automation, and media transcription.
Automated PR code review using 5 parallel Sonnet agents for CLAUDE.md compliance, bug detection, historical context, PR history, and code comments.
Git workflow automation for committing, pushing, and creating pull requests. Commands: /commit, /commit-push-pr, /clean_gone.
Easily create custom hooks to prevent unwanted behaviors by analyzing conversation patterns or explicit instructions.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification.
Interactive self-referential AI loops for iterative development. Claude works on the same task repeatedly until completion.