Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
My custom AI Agent skills
| Date | Stars |
|---|---|
| 2026-07-31 | 388 |
| 2026-08-04 | 419 |
| 2026-08-06 | 419 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<h1 align="center">🧰 Kangarooking Skills</h1> <p align="center"><strong>我自己平时跑通工作流沉淀的一些 Agent Skill,都开源在这里了。有需要的朋友自取,别忘了点个Star。</strong></p> <p align="center"> <a href="https://github.com/kangarooking/kangarooking-skills/stargazers"><img alt="GitHub Stars" src="https://img.shields.io/github/stars/kangarooking/kangarooking-skills?style=for-the-badge&logo=github&color=ffb000"></a> <img alt="Skills" src="https://img.shields.io/badge/Skills-13-10b981?style=for-the-badge"> <img alt="Agent Skills" src="https://img.shields.io/badge/Agent_Skills-Standard-7c3aed?style=for-the-badge"> </p> <p align="center"> <img alt="Claude Code Skill" src="https://img.shields.io/badge/Claude_Code-Skill-d97706?style=flat-square"> <img alt="Codex Skill" src="https://img.shields.io/badge/Codex-Skill-10b981?style=flat-square"> <img alt="Agent Compatible" src="https://img.shields.io/badge/Agent-Compatible-3b82f6?style=flat-square"> </p> 每个目录都是 Agent 可以直接读取的结构化工作流,包含 `SKILL.md`,复杂任务还会配套脚本、参考资料和可复用模板。 适用于 Claude Code、Codex,以及其他支持 [Agent Skills](https://agentskills.io/) 开放标准的 Agent。 --- ## 📋 目录 | 名字 | 一句话 | 分类 | | --- | --- | --- | | 🎨 [apimart-image-gen](./apimart-image-gen) | 通过 APIMart 调用 GPT-Image-2,生成、轮询并下载图片 | 图片生成 | | 🧩 [multi-agent-image](./multi-agent-image) | 用设计编译、多 Agent 协作和案例库完成系列图片生产 | 图片生成 | | 🐉 [hy-3d-gen](./hy-3d-gen) | 通过腾讯混元生成文生 3D、图生 3D 和 PBR 模型 | 3D 生成 | | 🎬 [scroll-promo-site-builder](./scroll-promo-site-builder) | 把产品做成滚动控制、电影感强的动效网站 | 动效网站 | | ✍️ [ai-article-daily](./ai-article-daily) | 从 AI 热点选题到公众号文章日更的一套完整流程 | 内容生产 | | 🔥 [viral-topic](./viral-topic) | 跨公众号、X、B站和 YouTube 寻找近期爆款选题 | 内容增长 | | 🧲 [viral-title](./viral-title) | 为公众号、X、YouTube 和 B站批量生成高潜标题 | 内容增长 | | 🐦 [twitter-monitor](./twitter-monitor) | 抓取 X/Twitter 博主动态并按需同步到飞书多维表格 | 信息监控 | | 🎥 [video-downloader](./video-downloader) | 下载多平台原视频,提取原始文案、元数据和 ASR 转写 | 素材处理 | | 📚 [book-illustration-workflow](./book-illustration-workflow) | 管理书稿截图、配图、回填和飞书同步 | 写书工作流 | | 🏗️ [harness-engineering](./harness-engineering) | 为项目初始化 Plan-Build-Verify Harness Engineering 框架 | Agent 工程 | | 🧭 [task-harness](./task-harness) | 把长任务拆成可追踪、可验证、可恢复的任务系统 | Agent 工程 | | 🌱 [reshape-your-life](./reshape-your-life) | 从使命、身份到行动,重新梳理人生方向 | 个人成长 | --- ## 📦 安装方式 ### 直接让 Agent 安装 在 Claude Code、Codex 等支持 Agent Skills 的工具里,直接说: ```text 帮我安装这个 skill:https://github.com/kangarooking/kangarooking-skills/tree/main/<skill-name> ``` 把 `<skill-name>` 换成目录里的名称,例如 `viral-title`、`video-downloader` 或 `scroll-promo-site-builder`。 ### 手动安装 ```bash git clone https://github.com/kangarooking/kangarooking-skills.git # Codex mkdir -p ~/.codex/skills cp -R kangarooking-skills/<skill-name> ~/.codex/skills/ # Claude Code mkdir -p ~/.claude/skills cp -R kangarooking-skills/<skill-name> ~/.claude/skills/ ``` 如果你的 Agent 暂时不支持 Skill 安装,也可以把对应目录的 `SKILL.md` 和它引用的资源放进项目,让 Agent 按照其中的流程执行。 --- ## ✨ Skills ### 🎨 [apimart-image-gen](./apimart-image-gen) > 一句话调用 APIMart GPT-Image-2,支持文生图、参考图、分辨率与比例控制,并自动等待和下载结果。 - 支持 `1k`、`2k`、`4k` 和常见画面比例 - 支持 URL、本地图片与多张参考图 - API Key 只从环境变量读取,不写入代码和提交记录 **适合说:**“生成一张 2K、16:9 的公众号封面,并把结果下载下来。” ### 🧩 [multi-agent-image](./multi-agent-image) > 把设计分析、参考图选择、GPT-Image-2 生成和系列一致性组织成多 Agent 图片工作流。 - 内置设计编译能力和案例库复用 - 支持批量生成、系列套图和风格一致性 - 适合 Hermes 等需要多阶段交互的 Agent 环境 **适合说:**“参考这套风格,生成 6 张视觉统一的系列配图。” ### 🐉 [hy-3d-gen](./hy-3d-gen) > 输入文字或图片,通过腾讯混元生成可下载的 3D 模型。 - 支持文生 3D、图生 3D 和多视图生 3D - 支持 PBR、白模、草图生成和智能拓扑 - 默认走 TokenHub/OpenAI 兼容接口,可显式回退腾讯云 SDK **适合说:**“用这张龙的图片生成一个带 PBR 材质的 GLB 模型。” ### 🎬 [scroll-promo-site-builder](./scroll-promo-site-builder) > 把产品资料变成滚动驱动、电影感强、可本地交付的动效网站。 - 用 `image2.0` 和 `Seedance 2.0` 生成连续视觉故事 - 检查真实首尾帧,处理连接段、短溶解和视频连续性 - 输出 Vite + React 网站、移动端降级和本地预览包 - 借鉴 [`oso95/scroll-world`](https://github.com/oso95/scroll-world) 的滚动视频与边界帧方法,并保留完整 MIT 归属说明 **适合说:**“把这个产品做成滚动时画面前进、回滚时画面倒放的动效网站。” ### ✍️ [ai-article-daily](./ai-article-daily) > 围绕 AI 热点完成选题、研究、写作和公众号日更。 - 从热点发现进入文章选题 - 组织资料、观点、结构和正文 - 适合定时写作与持续内容运营 **适合说:**“根据今天的 AI 热点,帮我完成一篇公众号文章
Excerpt of 5,911 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:dcf5e095237d142b, llm:Description: 'My custom AI Agent skills' (no topics, Python).