← Back to all writing

GitHub Weekly Projects | 2026-08-03 to 2026-08-09

A README-reviewed roundup of new popular repositories, covering concrete capabilities, adoption paths, and stated boundaries.

GitHub WeeklyOpen SourceTechnology Trends

This issue covers public GitHub repositories created from 2026-08-03 through 2026-08-09 that drew substantial attention. Each README was reviewed read-only for what the project does, its documented route to use or integrate it, and its stated platform, licensing, or safety boundaries; no listed code was executed, installed, or audited. The tenth repository returned 404 during the 2026-08-20 review, so that entry explicitly separates collection-time notes from claims that could not be revalidated.

This week's view

The Top 10 total about 23.7K Stars. Topics range from document conversion, AI-agent skill directories, and web animation to offline translation, cross-border customer operations, and industrial anomaly detection. Attention is not evidence of code quality, security, or production suitability. Four projects declare no standard SPDX license, while others explicitly restrict commercial use or redistribution; check the license before adoption.

The observation window is 2026-08-03 through 2026-08-09. This is an independent review built from GitHub's public API, not GitHub's official Trending list.

Top 10 projects

1. firecrawl/anydoc

Core functionality: A Rust document-conversion library that turns Word, PowerPoint, Excel, OpenDocument, RTF, EPUB, CSV, and PDF into GitHub-Flavored Markdown. The README also lists Node.js, Python, and WebAssembly bindings, and describes preservation of document structure, links, tables, footnotes, and embedded assets.

Usage and boundaries: It can be used through the CLI, Node, Python, Rust, or browser WASM; the README gives paths such as npx @firecrawl/anydoc, npm install @firecrawl/anydoc, and pip install firecrawl-anydoc. PDF support is limited to PDFs with extractable text; image-only PDFs return unsupported, and encrypted, malformed, or over-limit inputs also error. Licensed MIT.

Attention snapshot: 13.2K Stars · 669 forks · about 2,099.8 Stars/day · Rust · MIT

2. KKKKhazix/human-writing

Core functionality: An Agent Skill for Chinese writing and revision. Its README divides the workflow into material verification, advancing the content, Chinese expression, and final checks: factual writing emphasizes facts, numbers, and quotations; fiction emphasizes characters, action, and causality. It also includes rules and scripts for checking repetition and common AI-style phrasing.

Usage and boundaries: The README suggests asking a compatible agent to install the skill, or downloading a release and copying the human-writing directory into a local Skills directory before invoking it; a compact prompt version is also supplied. It contains only original rules and tools, not third-party articles, training corpora, or model weights; rule checks do not replace human judgment about style. Licensed MIT.

Attention snapshot: 2,243 Stars · 195 forks · about 453.6 Stars/day · Python · MIT

3. ZzzLc0405/photo-abstract-editorial

Core functionality: A Codex Skill that turns one photo into a vertical editorial composition of an original-photography area, an abstract memory panel, and an English title. The README requires the original photo content to remain intact and derives abstraction only from its spatial, compositional, and color relationships; it is not a filter, redraw, or style-transfer tool.

Usage and boundaries: Copy the whole Skill directory into the Codex Skills directory, upload a photo in a new conversation, and invoke it; the repository's Chinese and English prompt files can also be used directly. The uploaded photo is the only content source, and an example image must not be reused unless the user supplied that same image. The README header limits use to personal, educational, and non-commercial purposes and says commercial use is not allowed; its linked license file further says commercial use, resale, sublicensing, or commercial redistribution requires prior authorization. Attribution is appreciated rather than an installation requirement.

Attention snapshot: 2,215 Stars · 111 forks · about 395.5 Stars/day · primary language not reported · no standard license declared

4. ShawnPana/phone-harness

Core functionality: Lets an agent control a real iPhone or Android phone. The iPhone path uses macOS iPhone Mirroring, window capture, Vision OCR, and HID-level CGEvents to read and operate the screen. The Android path uses ADB over USB or Wi-Fi with screencap, the uiautomator accessibility tree, and input commands for capture, exact text boxes, taps, swipes, and typing. Both expose shared helpers for opening apps, tapping text, typing, and verifying with another capture.

Usage and boundaries: The README asks the user to give its setup prompt to Codex or Claude Code, then choose a default phone during onboarding. iPhone requires macOS Sequoia+, a paired iPhone Mirroring session, and terminal Accessibility and Screen Recording permissions; Android requires Developer options plus USB authorization or Wireless debugging pairing. phone-harness --doctor verifies the chain, and phone-harness config set platform ios|android sets the default. iPhone is limited to one phone and one session, and unlocking the physical phone pauses mirroring. On Android, the accessibility tree can be slow or unavailable on continuously active screens, ADB text input is ASCII-only, and a PIN lock needs the user. Neither transport supports multi-touch, camera or Face ID flows, and DRM video renders black. Licensed MIT.

Attention snapshot: 1,210 Stars · 92 forks · about 586.4 Stars/day · Python · MIT

5. oil-oil/oil-motion

Core functionality: An Agent-oriented interactive-web-animation Skill. It generates and checks key frames and continuous motion, then prepares assets controllable by page scrolling, pointer movement, dragging, touch, or device orientation. The README lists product teardown, character following, and scroll-reveal use cases, and says it can deliver frame sequences or video plus integration code.

Usage and boundaries: Its README entry point is to ask an agent to install the Skill, then provide assets, an expressive goal, and a control method; the first animation generation guides configuration of a required API key, which it says is stored locally. It requires key-frame work, continuous motion, frame-by-frame checks, and compression before page integration. Errors in subject structure or motion direction require adjusting key frames or regenerating; post-processing cannot repair them. Licensed MIT.

Attention snapshot: 964 Stars · 85 forks · about 389.6 Stars/day · Python · MIT

6. mikiarlo3/awesome-growth-hacking-skills

Core functionality: A categorized directory of open-source AI Agent Skills for growth, marketing execution, and revenue operations. Its README links to external projects across positioning, customer research, SEO/GEO/AEO, conversion optimization, content, email, advertising, social, sales, product growth, e-commerce, and marketing operations.

Usage and boundaries: It is an index, not a unified installable package: readers must open each linked entry and follow that external project's instructions. To contribute, fork the repository, add a link under the appropriate category, keep its description concise and accurate, and submit a pull request; entries must follow the Agent Skills standard and provide genuine value for growth, marketing, or revenue operations. The README rejects proprietary paid tools and skills that encourage spam, terms-of-service evasion, or undisclosed automation. Each linked project's license and runtime boundaries still need separate review. This repository declares no standard SPDX license.

Attention snapshot: 814 Stars · 15 forks · about 157.2 Stars/day · Shell · no standard license declared

7. wumingqi60/lingxi

Core functionality: A community edition of a multi-tenant customer-operations SaaS for cross-border teams. It includes a unified message desk, multilingual translation, intent and sentiment analysis, customer profiles, knowledge base, opportunities, tasks, collaboration, and operational analytics, along with its web app, business API, and PostgreSQL layer.

Usage and boundaries: The README requires Docker Engine 24+ and Docker Compose v2: copy .env.example, set a database password and a JWT secret of at least 32 bytes, start with Docker Compose, and check the local health endpoint; it also documents separate front-end and back-end development commands. Telegram and WhatsApp gateway implementations and all production credentials are excluded. Unconfigured AI, email, payment, and message adapters remain unavailable; real customer data, keys, and login state must not be committed. Code is Apache-2.0, but names and logos do not automatically grant trademark rights.

Attention snapshot: 800 Stars · 16 forks · about 118.4 Stars/day · TypeScript · Apache-2.0

8. google-gemma/gemma-translator

Core functionality: An on-device, offline voice translator: LiteRT-LM runs gemma4-e2b, Moonshine handles speech recognition and text-to-speech, and a web front end targets small handheld displays. One script starts the model service, Python API, and React front end.

Usage and boundaries: The README requires Python 3.10+, Node.js 18+, and Linux or macOS. Make setup.sh, download_model.sh, start.sh, and deploy-pi.sh executable, install dependencies, download the model, then run ./start.sh or ./start.sh --prod. It lists an 8GB Raspberry Pi 5, microphone, audio output, and display as required hardware; deploy-pi.sh can configure a systemd service and Chromium kiosk. Recording and language switching are keyboard-only in the current build, with two keyboard layouts selectable in Settings; on-screen touch controls are not enabled. It is not an officially supported Google product and is not eligible for Google's open-source vulnerability rewards program. Licensed Apache-2.0.

Attention snapshot: 773 Stars · 91 forks · about 124.4 Stars/day · JavaScript · Apache-2.0

9. MengTo/kage

Core functionality: A five-chapter Kyoto mountain-temple night walk rendered live in Three.js. The README describes a scroll-driven WebGL camera, procedural architecture and weather elements, layered imagery and typography, chapter navigation, responsive mobile layout, reduced-motion behavior, and a custom cursor.

Usage and boundaries: It is a small static site: the README says any static server can serve it locally and gives a Python static-server example. There is no build step, environment variable, analytics script, or runtime network dependency. No license is granted for reuse or redistribution of the original Kage code or artwork; only the bundled third-party Three.js runtime retains its MIT license.

Attention snapshot: 742 Stars · 127 forks · about 435.2 Stars/day · HTML · no standard license declared

10. yuhuangerdi/InduSecAgent

Core functionality: At collection time, the README described a platform for industrial-control-system anomaly detection, attack tracing, and coordinated response. It modeled process diagrams, equipment and PLC-point descriptions, and normal time-series data as an Industrial Spatio-Temporal Graph, then used graph neural networks for anomaly detection, affected-component localization, and propagation-path analysis. The recorded repository scope included a visual interface, training and inference code, a real-time collection service, and sample data.

Usage and boundaries: Collection-time notes said the front end and detection service started separately and that real PLC integration should first be validated on an isolated test network. As of 2026-08-20, however, both the original repository URL and README return 404, so this review cannot reconfirm dependency versions, startup commands, model/live-data constraints, or whether the project was deleted, moved, or made private. Do not deploy from cached commands or expose production PLCs or control networks publicly. GitHub identified no standard open-source license at collection time, so no right to copy, modify, or redistribute can be assumed.

Attention snapshot: 723 Stars · 14 forks · about 110 Stars/day · Vue · no standard license declared

Data limitations

GitHub Search API results are a collection-time snapshot, so Stars can change after publication. The first nine entries were checked against publicly accessible READMEs on 2026-08-20. The tenth repository returned 404 that day, so its capabilities remain collection-time notes and its usage conditions are explicitly downgraded as unverified. This article does not execute, install, or security-audit listed code. Recheck repository availability, licenses, dependencies, maintenance status, and security history before real adoption.

Source: GitHub Search API · Collected 2026-08-10 (Asia/Singapore)