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. tinyfish-io
  4. /
  5. tinyfish-cookbook
  6. /
  7. Use Tinyfish

Use Tinyfish

Editor's Note

TinyFish is a CLI for web scraping and automation that escalates gracefully from simple fetches to full browser control. Start with search to find URLs, use fetch for clean content extraction from static pages, jump to agent when you need natural language instructions to click buttons or fill forms, and only reach for the CDP browser session when you need raw programmatic control. The agent command is the standout here: you pass a URL and a plain English goal like "extract all products as JSON" and it handles the interaction. Works well for bot-protected sites. The tool selection ladder (search → fetch → agent → browser) is smart, keeps costs down, and the parallel execution model means you fire off separate commands for independent sites rather than cramming everything into one brittle goal.

Install

npx skills add https://github.com/tinyfish-io/tinyfish-cookbook --skill use-tinyfish
Votes
0
Installs130
GitHub Stars2k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment