openclaude-improved
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.
它独特地将 AI 内容生成与多平台一键发布结合,无需 API 密钥,直接使用现有浏览器登录会话。
Chrome extension for multi-platform auto-posting. AI-powered (ChatGPT / Gemini) content generation with one-click publish to Facebook, Threads, and X (Twitter).
extension/
manifest.json Chrome extension manifest (MV3)
vite.config.ts Vite build config with CRXJS
src/
background/ Service worker (background.ts)
content_scripts/ Content scripts for AI and social platforms
platforms/ Per-platform posting logic (facebook.ts, threads.ts, x.ts)
popup/ Extension popup UI (index.html, popup.ts, style.css)
utils/ Shared types, selectors, Supabase client
cd extension
npm install
npm run dev # watch mode with hot reload
npm run build # production build -> dist/
Extension build produces a dist/ folder ready for Chrome loading:
extension/dist/| Model | Temp/Incognito Mode |
|---|---|
| ChatGPT | ?temporary-chat=true |
| Claude | ?incognito=true |
| Gemini | Fresh session |
| Platform | Post Type | Schedule | Paragraph Count |
|---|---|---|---|
| Threads | Multi-paragraph | Yes | 1-5 |
| Single post | No | N/A | |
| X (Twitter) | Single tweet | No | N/A (280 chars) |
AI-powered Chrome extension for generating and publishing posts to Facebook, Threads, and X using ChatGPT or Gemini.
根据分类、Topic 和编程语言匹配的相似项目。
OpenClaude is an open-source CLI coding agent that runs on any platform and supports a wide range of LLM providers, offering the same tools and workflows as Claude Code.

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
Cindy is an open-source AI agent that runs locally on your machine, integrates multiple AI harnesses and models, and provides memory, skills, and automation to perform real work in your projects and apps.