Showing 30 of 27329 results
Add an in-site feedback loop to a website repo — a floating 提个建议 button where allowlisted visitors' suggestions become GitHub Issues that Claude Code turns into auto-merged, auto-deployed code changes, with a /_feedback dashboard + one-click revert.
Mine a video's SRT — a monologue / 讲解, or an interview where 王建硕 is one speaker — into multiple standalone 微信公众号 articles, one per distinct topic.
Turn uploaded VoiceDrop voice memos (the jianshuo.dev/files R2 inbox) into WeChat article drafts — pull the unprocessed recordings, transcribe, and mine articles from each.
Post-production overlays on top of a clip: AI-generated cover as first frame, HTML/CSS kinetic captions, illustration overlays, chapter chips, end-card CTA. HyperFrames-backed, single final encode.
Rewrite a plain Chinese tweet into a high-engagement version backed by real facts + an interaction hook. Returns 2–3 variants, short / plain / colloquial.
Automated daily promotion for your Claude Code skills — picks a skill, generates a marketing angle, auto-posts to X via xurl, and drafts community posts (Reddit / HN / Discord) to an outbox.
Ship a TestFlight iOS app to the App Store — prepare screenshots + description/metadata and submit for review via the existing fastlane setup.
Conversational backend for a Hugo static blog — add / edit posts, manage categories, upload images, commit, push, auto-deploy. No CMS, no server.
Wire up fastlane + GitHub Actions for an iOS project so pushing main auto-builds and uploads to TestFlight.
Polish a 微信公众号 (WeChat Official Account) article, generate a cover image (题图) and explanation illustration, and upload as a draft to mp.weixin.qq.com.
Horizontal ↔ vertical conversion (16:9 ↔ 9:16, 4:3 ↔ 3:4). Crops a narrow band and tracks the active speaker via MediaPipe + mouth-aspect-ratio variance.
Cut a long-form interview / lecture / podcast into 3–6 stand-alone topical short clips, with per-clip SRT — ready for downstream post-production.
Audio cross-correlation alignment for N recordings of the same event. Outputs `.sync.json` sidecars per file — never re-encodes the originals.
Auto-syndicate your newest 微信公众号 article across platforms — auto-posts to X / Bluesky / Threads / LinkedIn and prepares a copy-paste outbox for manual platforms (Facebook / 小红书 / 即刻 / 知乎).
Turn a single English word into an HLS supercut lesson from a video base — stitches every clip where the word is spoken, prepended with a bilingual intro card (word + IPA + 中文 gloss + usage, Volcano TTS) and a follow-me CTA card.
Audio/video → timestamped SRT in the source language. Chinese uses Volcano ASR; other languages use OpenAI Whisper with word-level timestamps + punctuation-bounded re-segmentation.
Translate an SRT from one language to another with punctuation-bounded re-segmentation. Simplified Chinese and English are first-class targets. Supports bilingual output.
Post a daily X tweet inspired by your newest un-tweeted WeChat article — drafts 3 angle variants (quote / metaphor / one-liner), posts the chosen one via xurl, records history.
Batch upload videos to YouTube with per-video metadata from `UPLOAD_META.md`. Survives SOCKS/HTTP proxies by using `requests` directly for resumable upload.
VoiceDrop 配套 skill。两个模式 — (1) list:列出你在 VoiceDrop R2 上的全部文件(录音 / 文章 JSON / 标记);(2) distill:从你的样本文章蒸馏文风,生成可贴入 VoiceDrop「设置→文风」的精简规则集,并可直接通过 Files API 上传。触发词:"voicedrop list"、"列出 VoiceDrop 文件"、"voicedrop distill"、"蒸馏 VoiceDrop 文风"、"/wjs-voicedrop"。
Systematically improve X content by A/B-testing the tweet-generation prompt — git-SHA-versioned, numbered experiments judged on median impressions per tweet, with per-tweet feature mining.
Grow X followers via numbered, A/B-testable growth experiments — each with a hypothesis, target metric, rollback state, and verdict. North-star = new-follower ÷ profile-visit conversion.
Frontend design skill with patterns, design tokens, and component guidelines
HTML slides skill for amber-classified presentations
Work lifecycle management v2 — phased workflows (research, plan, implement) with agents, commands, and hooks.
WMX3.7 애플리케이션 풀스택 개발: 요구사항→시스템 설계(플랫폼 선택·축 구성·모션 기능 매핑·성능/안정성 전략) + C++/C# 구현(초기화 시퀀스·모션·이벤트·에러 처리·.NET Dispose) + 시뮬레이터 플랫폼 기반 테스트 + 기존 프로젝트 WMX3 사용 검토(API 오용·에러 처리 누락·성능·3.6u3→3.7 마이그레이션) + Robot Option 다관절 로봇 제어(기구학·Joint/Cartesian 좌표계·PTP/CP·XML/URDF 로봇 정의·충돌 감지) + EtherCAT ENI 파일 제작(WMX3 전용 ENI·ec_network.def·슬레이브 ESI(ETG.2000) 분석·PDO/CANopen 매핑·EcConfigurator/NetConfigurator 연계). 6개 스킬 + 5개 에이전트.
WMX3 모션 제어 모듈 풀스택 개발: 3-layer 모듈 스캐폴딩(Core RTDLL + C++ API + CLR) + CMake 크로스플랫폼 빌드(Linux RT/Xenomai, Windows RTX64) + gtest/gmock TDD + RT 안전성 코드 리뷰 + API 사용자 설명서 자동 생성 + /opt/lmx 배포 스크립트. 8개 스킬 + 6개 에이전트.
macOS iMessage MCP server for Claude — send and read iMessages directly from Claude Code. Enables messaging automation and integration with Apple's Messages app.
🔑 Plans a night's stargazing: twilight, Moon phase, planets, and deep-sky objects.
Operate Woodpecker CI from installation through production troubleshooting: configure servers and agents, connect Forgejo/Gitea or another forge, write and validate pipelines, manage secrets and plugins, use Docker or Kubernetes backends, run the CLI, and diagnose failed builds. Use when setting up, administering, or debugging Woodpecker CI.