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.
它不依赖具体模型(支持 OpenAI、Anthropic、Gemini、Ollama),无需编码代理即可使用,并包含品牌上下文接口以保持语调一致——开源核心免费,高级编排功能托管在独立产品中。
Open-source marketing skills that run on any model — with a hosted brand-memory engine. No coding agent required.
brand-loom is a library of commodity marketing skills — hooks, captions, hashtags, content repurposing,
SEO outlines, FAQs, schema.org markup, CTAs, bilingual translation, and LinkedIn posts — that run on any LLM
(OpenAI, Anthropic, Gemini, or a local model via Ollama). Bring your own key. No coding agent, no vendor lock-in.
Want it on-brand and multi-platform automatically — without writing prompts? That's the hosted engine at neoxra.com (auto voice extraction, multi-platform orchestration, Brand Kit).
brand-loomis the open core; Neoxra hosts the rest.
brand_context. Ship a basic default here; get automatic,
extracted brand voice on hosted Neoxra.pip install brand-loom
from brand_loom.providers import use_provider
from brand_loom.skills.hook import HookSkill
use_provider("fake") # runs with zero keys; swap for "openai"/"anthropic"/"gemini"/"ollama"
skill = HookSkill()
print(skill.run_topic("How we cut cloud costs 40%"))
Real provider (BYOK):
pip install "brand-loom[openai]"
export OPENAI_API_KEY=sk-...
export BRANDLOOM_PROVIDER=openai
Run it as an agent (no coding agent required):
brand-loom run hook --text "How we cut cloud costs 40%"
brand-loom chain hook,caption --text "How we cut cloud costs 40%" --brand brand.json
A thin, linear runner — one skill or a simple chain, on any model. Sophisticated multi-platform orchestration (voice-matched, Planner→Critic, auto fan-out) lives in hosted Neoxra.
Agent chain (Python API):
from brand_loom.agent import run_chain, run_skill
from brand_loom.providers import use_provider
use_provider("fake") # or "openai", "anthropic", "gemini", "ollama"
# Single skill
result = run_skill("hook", "How we cut cloud costs
Open-source marketing skills that run on any model — with a hosted brand-memory engine. No coding agent required.
根据分类、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.

A collection of notes on building coding agents, derived from the production development of the desktop agent Reina, with each mechanism simplified into a zero-dependency, single-file Node.js demo.
Stormy Cookbook provides copy-pasteable recipes for using the Stormy Social Data API and MCP server, which offers a unified REST API and MCP tools to search profiles, posts, and emails across TikTok, YouTube, Instagram, LinkedIn, X, and Reddit through a single HTTP contract.