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. nashsu
  4. /
  5. opencli-rs-skill
  6. /
  7. Autocli

Autocli

Editor's Note

This is a Rust CLI that turns 55+ sites (HackerNews, Reddit, Twitter, Bilibili, Zhihu, etc.) into command-line interfaces by piggybacking on your Chrome login sessions. No API keys, no credentials, just a 4.7MB binary. It's genuinely useful for two things: fetching trending content and timelines across platforms with consistent JSON output, and its read command that extracts article text from any URL as Markdown using Mozilla Readability. The write operations (posting, liking) work but come with the usual automation risks. What's interesting is the generate command that lets you create adapters for unsupported sites by writing YAML selectors. Beats spinning up Playwright when you just need to pull some data.

Install

npx skills add https://github.com/nashsu/opencli-rs-skill --skill autocli
Votes
0
Installs131
GitHub Stars847
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment