Install
openclaw skills install sync-trendingMonitior technology trends (GitHub, etc.), contextualize them against the user's project, and autonomously verify them through installation and testing. Use when the user asks about trending repositories, new tools, or wants to stay updated on tech relevant to their current work.
openclaw skills install sync-trendingKeep up-to-date with technology trends by monitoring GitHub Trending, brainstorming their value against your current context, and autonomously verifying selected technologies.
When triggered, follow these steps:
README.md, package.json, or search the current directory to understand the user's project context. Check save_memory for user preferences or other projects.web_fetch to retrieve content from the sources listed in sources.md (primarily GitHub Trending).If the user expresses interest in a specific repository:
run_shell_command to git clone the repository into a temporary directory (e.g., in ~/.gemini/tmp/).README.md or CONTRIBUTING.md to identify build/run instructions.npm install, pip install -r requirements.txt, etc.).npm start, python main.py, etc.).browser_navigate to check http://localhost:<port>.Based on the deep dive and the initial brainstorming, offer to generate one of the following:
todo.md: A concrete integration plan for the user's existing project, including technical snippets discovered during the deep dive.idea.md: A blueprint for a new project based on the trending tech.brief.md: A high-level summary suitable for sharing with a CEO, Board of Directors, or a Team.