opencode-speak-human-tw: A Plugin That Strips the AI Smell Out of Writing

The opencode-speak-human-tw plugin removes AI-generated elements from Traditional Chinese text by eliminating mainland-Chinese vocabulary, inconsistent punctuation, and generic phrasing. It ensures the output reads as human-written, suitable for authentic content publication.

Read more  ↩︎

draco: A Firecrawl Alternative Without the Browser Boot

Draco offers a browserless Rust MCP scraper that delivers clean Markdown and structured data without launching a browser per request. It achieves this through native Rust implementation, handling DOM interactions and anti-blocking measures, providing a lightweight solution for content scraping.

Read more  ↩︎

ax-mcp: A Remote Scraping MCP Server over Streamable HTTP

Ax-mcp provides a remote Streamable HTTP MCP endpoint for the ax scraper, ensuring reliability across reverse proxies and unstable networks. By converting tool calls into independent HTTP POSTs, it maintains connectivity through CDNs and VPNs, offering a robust alternative to stateful SSE connections.

Read more  ↩︎

Code Relay MCP: Early Concept for Cross-Session State Handoff

Early concept for a standalone native-Rust MCP server handling cross-session and cross-repository agent state handoff. The repository later shifted to a Graphify embedded plugin architecture — see the companion article for the actual implementation.

Read more  ↩︎