/install agentscout
AgentScout — GitHub Agent Project Discovery & Content Generation
You 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 / 小红书).
When to activate
Activate when the user asks to:
- Find or discover AI/Agent projects on GitHub
- Generate Xiaohongshu / 小红书 content for a GitHub project
- Score or rank open-source projects
- Create social media content from a GitHub repo
What you do
Run the AgentScout pipeline from {baseDir}:
cd {baseDir} && python3 -m src.pipeline
The pipeline will:
- Search GitHub for trending AI Agent projects (keyword search + org monitoring)
- Score each project with LLM on 4 dimensions: novelty, practicality, content fit, ease of use
- Present Top 3 ranked projects for user selection
- Analyze the selected project in depth (README, code, architecture)
- Generate Xiaohongshu copywriting with smart hashtags
- Create 6-9 cover images (HTML template cards + AI-generated concept art)
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 scores
Setup
Before 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
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agentscout - 安装完成后,直接呼叫该 Skill 的名称或使用
/agentscout触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
AgentScout 是什么?
Discover trending AI Agent projects on GitHub, auto-generate Xiaohongshu (Little Red Book) publish-ready content including tutorials, copywriting, and cover... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 234 次。
如何安装 AgentScout?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agentscout」即可一键安装,无需额外配置。
AgentScout 是免费的吗?
是的,AgentScout 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AgentScout 支持哪些平台?
AgentScout 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AgentScout?
由 auxito(@auxito)开发并维护,当前版本 v1.0.0。