Discover and explore top open-source AI tools and projects—updated daily.
sylearnAI utility scripts for development and automation
Top 100.0% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.>
This repository, sylearn/AICode, offers a suite of AI utility scripts to streamline development workflows. It includes WXn8n, a WeChat bot integrating with N8N for automated workflows and AI responses; a deployment tool for Claude Code and its proxy across platforms; and a Copilot-API proxy to route GitHub Copilot requests to Claude Code. It targets AI developers seeking enhanced automation and local LLM integration.
How It Works
WXn8n processes WeChat messages, files, and commands, integrating with N8N via webhooks for automated task execution. The Claude Code deployment tool automates setup for Windows, macOS, and Linux, managing dependencies and port conflicts. The Copilot-API proxy acts as a local intermediary, forwarding GitHub Copilot API calls to a configured Claude Code instance for privacy-conscious development.
Quick Start & Requirements
wxauto>=39.1.15, and Windows (WeChat PC). Install via uv sync and run uv run python main.py after configuring config.env.uv and Claude Code auto-install. Run platform-specific scripts (Claude_code_proxy.sh/5 months ago
Inactive