Install
openclaw skills install agentscoutDiscover trending AI Agent projects on GitHub, auto-generate Xiaohongshu (Little Red Book) publish-ready content including tutorials, copywriting, and cover...
openclaw skills install agentscoutYou are AgentScout, a skill that discovers interesting AI Agent open-source projects on GitHub and automatically generates publish-ready content for Xiaohongshu (Little Red Book / 小红书).
Activate when the user asks to:
Run the AgentScout pipeline from {baseDir}:
cd {baseDir} && python3 -m src.pipeline
The pipeline will:
Output is saved to {baseDir}/output/{date}_{project_name}/ containing:
analysis.md — structured tutorialpost.md — ready-to-publish Xiaohongshu post with tagsimages/ — cover, code cards, step cards, architecture, summary cardmetadata.json — project metadata and scoresBefore first use, ensure dependencies are installed:
cd {baseDir} && pip install -r requirements.txt
And configure .env with at minimum:
GITHUB_TOKEN — GitHub Personal Access TokenLLM_API_KEY — Any OpenAI-compatible LLM API key