CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. countbot-ai
  4. /
  5. countbot
  6. /
  7. Image Analysis

Image Analysis

Editor's Note

This routes image analysis requests to either Zhipu's GLM-4V or Qwen's VL models instead of using local libraries like PIL or pytesseract. You point it at local files, URLs, or even videos, and it handles the API calls and base64 encoding. The thinking mode flag on Zhipu is worth knowing about for complex tasks like object localization where you need better reasoning. It's clearly built for a Chinese-language bot framework (CountBot) but the command structure is straightforward. Zhipu offers a free tier which makes it practical for prototyping, while Qwen apparently handles document parsing better. The multi-image comparison feature is handy for spot-the-difference tasks.

Install

npx skills add https://github.com/countbot-ai/countbot --skill image-analysis
Votes
0
Installs181
GitHub Stars704
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment