发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
gh-standup
Generate a standup summary from GitHub activity since the last standup day.
book-fetch
Search Anna's Archive, download epub/pdf, upload to `mega:/Books/`.
1.Technology News
https://hacker-news.firebaseio.com/v0/topstories.json https://feeds.arstechnica.com/arstechnica/index https://techcrunch.com/feed/ https://www.solidot.org/index.rss
Personalized News Collector
Analyze user's current interests and collect current news concerning these interests. Finally deliver a report which has categorized the collected news and sort it by popularity.
Agent Capabilities Reference
- **Key:** claude-code - **Best for:** Code development, refactoring, debugging - **Capabilities:** dev, refactor, debug, docs - **Dispatch:** CLI via PowerShell (Windows native) or WSL - **Parallel:** Up to 3 instances
Task Engine
Orchestrates multi-step projects across multiple agents (Claude Code, Eva, others) using a state machine with JSON-based persistence. Each task has subtasks dispatched to agents, tracked via heartbeat, and reported through Discord.
Task Engine — Phase 5: Polish + Production
An OpenClaw skill for multi-agent task orchestration. Read `DESIGN.md` for full design.
PC Control — Remote Desktop Control
Control a Windows desktop from WSL/Linux via screenshots (mss) + mouse/keyboard simulation (pyautogui). A FastAPI server runs on Windows; a Python client calls it from WSL.