<- all tokdocs

Five More Claude Code Tools Worth Adding to Your Stack

Watch on TikTok

View on TikTok ->

This is the second half of a roundup covering favorite Claude Code skills, CLIs, and plugins. The five tools span multimodal RAG, browser automation, web scraping, frontend design, and Google Workspace integration.

RAG Anything

RAG Anything is an open-source RAG framework that handles multimodal ingestion. It processes text documents, images, and scannable PDFs, not just plain text. At the time of the video, it was the number one trending repository on GitHub.

RAG-Anything GitHub page showing the project logo and title, marked as GitHub Trending #1 Repository of the Day

Playwright CLI

The Playwright CLI is distinct from the Playwright MCP, and the difference matters. The CLI version lets Claude Code run actual browser automations at scale. It can spin up three, four, or five different Chrome instances simultaneously and test whatever you point it at. The MCP version is more limited.

Firecrawl

For web scraping at scale, Firecrawl offers both an open-source version and a paid web app. The paid version handles more bot protections, but the open-source version is functional on its own. The GitHub repo shows 22 million downloads and 140 contributors.

Firecrawl GitHub page showing the flame logo, AGPL-3.0 license badge, 22M downloads, and 140 contributors

Awesome DESIGN.md

If you are building frontend with Claude Code and the built-in frontend design skill is not cutting it, Awesome DESIGN.md is a curated collection of DESIGN.md files inspired by developer-focused websites. It gives Claude better design context to work from.

Awesome DESIGN.md GitHub repo header showing the collection title and DESIGN.md count badge

GWS (Google Workspace Suite)

GWS connects Claude Code to the full Google suite: Gmail, Calendar, Docs, and more. It was created by the Google team but is not an official Google product. For productivity workflows that touch Google services, this is a significant addition.

Title card showing 10X Claude Code with icons for all the tools covered in the two-part series

Key Takeaways

  • RAG Anything supports multimodal ingestion (images, PDFs, text) and is fully open source
  • Playwright CLI runs real browser automations at scale, outperforming the Playwright MCP
  • Firecrawl, Awesome DESIGN.md, and GWS round out the stack for scraping, frontend design, and Google integration

Resources

  • RAG Anything -- Multimodal RAG framework (open source)
  • Firecrawl -- Web scraping at scale (open source + paid)
  • Awesome DESIGN.md -- Curated DESIGN.md collection for frontend
  • GWS -- Connect Claude Code to Google Workspace

Published May 25, 2026. Writeup generated from a favorited TikTok.