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. aicoincom
  4. /
  5. coinos-skills
  6. /
  7. Aicoin Freqtrade

Aicoin Freqtrade

Editor's Note

Wraps Freqtrade's entire lifecycle inside CoinClaw containers: strategy creation, backtesting, hyperopt, and live deployment. The main trick here is daemon awareness. OpenClaw, Hermes, and Claude Code all run Freqtrade as a supervisord process on port 8080, so this skill never spawns competing instances. It auto-detects which engine you're in, finds the right config paths, and handles restarts through supervisorctl. Includes a quick strategy generator for common indicators (RSI, MACD, Bollinger) and integrates AiCoin's whale signals, funding rates, and liquidation data into custom Python strategies. Strong on guarding against common mistakes like forgetting to reload config or misreporting P&L by skipping the profit API.

Install

npx skills add https://github.com/aicoincom/coinos-skills --skill aicoin-freqtrade
Votes
0
Installs525
GitHub Stars40
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment