Show and tell: two Claude-powered open-source tools — resume translator + social media autopilot #1549
554022647henry-boop
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Sharing two projects I built with Claude that might be useful to others here:\n\n1. docx-resume-translator\nTranslates
.docxresumes into any of 9 languages with zero formatting loss. Works at the XML level — only touches<w:t>text nodes, leaving fonts, tables, text boxes, and images completely untouched. Supports overflow handling (AI condensation + font scaling) when translated text is longer than the original. Uses any OpenAI-compatible API endpoint.\n\n2. socialmedia-autopilot\nA multi-platform content publishing workflow built on Claude Code. Write once, publish to Xiaohongshu, WeChat Official Account, and X/Twitter. Each platform has a 7-step agent pipeline defined entirely in Markdown prompt files — no code needed to run it.\n\nBoth are MIT licensed and open source. Happy to answer questions or hear how others are structuring similar agent workflows.Beta Was this translation helpful? Give feedback.
All reactions