Open Source · MIT License · Automated Daily

Build AI Agents
Ship Real Tools.

A production-ready toolkit for AI agent developers. Skills, scripts, workflows, and automation patterns — everything you need to go from prototype to production.

4
Skills & Templates
4
Scripts
1
n8n Workflow
MIT
License
What's Inside

Everything an AI agent developer needs.

Modular, composable tools that work independently or together. Pick what you need, leave the rest.

🔍

scripts/

Python
github_trending.py
Track AI/ML repos daily
ready
mcp_client.py
MCP protocol client
ready
memory.py
Long-term agent memory
ready
webhook_dispatcher.py
Event routing gateway
ready
⚙️

skills/

OpenClaw · 12 skills
skill-builder
Create AI Agent skills from scratch
skill
coding-tutor
Learn Python, JS, React — with exercises
skill
n8n-workflow-builder
Design & debug n8n workflows
skill
career-roadmap
Programmer growth — junior to architect
skill
agent-skills-kit
Agent skills development framework
skill
self-hosted-ai
Deploy Ollama, n8n, Open WebUI
skill
agent-memory
Long-term memory for AI agents
skill
github-trending-monitor
Daily AI trends tracking
skill
test-master
Automated testing for AI outputs
skill
agent-health-monitor
Monitor agent health & uptime
skill
mcp-integration
MCP ecosystem guide
skill
webhook-dispatcher
Event routing skill
skill

workflows/

n8n + CI
github-ai-digest.json
n8n daily digest workflow
workflow
daily-report.yml
GitHub Actions CI/CD
workflow
daily_ops.py
Automated GitHub ops
workflow
github-ai-digest-runbook
Setup guide + docs
docs
How It Works

Built on a simple stack.

No bloat. Just Python, GitHub Actions, and the tools you already use. Run locally or deploy anywhere in minutes.

🔍 Intelligent Tracking

Monitors GitHub for trending AI projects. Daily snapshots with star counts, descriptions, and links.

🔌 Open Integration

Connects to n8n, MCP servers, webhooks, and any REST API. The dispatcher routes events anywhere.

🤖 Agent-Native

Skills designed for AI agents first. Long-term memory, structured context, and tool-agnostic patterns.

🤖 AI Agent (OpenClaw)
↓ ↑
⚡ daily_ops.py
📊 GitHub API
📄 Report · ⭐ Star · 💬 Comment
⚡ n8n Workflows
🔔 Webhook → Telegram / Email
Get Started

Up and running in 60 seconds.

# Clone the repo
git clone https://github.com/nima54851/agent-studio
cd agent-studio

# Run the trending tracker
pip install requests
python3 scripts/github_trending.py

# Daily automation (09:00 Beijing)
./daily_scheduler.sh

# Import n8n workflow
# → Copy workflows/github-ai-digest.json
# → Paste into n8n → Import

📦 Requirements

req Python 3.10+
req GitHub PAT (for API access)
opt n8n (for workflow automation)
opt OpenClaw (for agent skills)

💡 Pro Tip

Set GITHUB_TOKEN for 5,000 API requests/hour instead of 60.