inspirai-project
多 Agent 项目管理 - 从想法到立项,自动在 Discord 频道创建项目 Thread 并分配 Agent 任务。支持快速讨论路由、批量立项、项目状态追踪。Triggers: '立项', '创建项目', '新项目', '讨论一下', '项目状态', 'create project', 'discuss', 'project status'
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alexxxiong/inspirai-projectWhat This Skill Does
The inspirai-project skill is a sophisticated multi-agent project management orchestration tool designed specifically for Discord environments. It transforms raw ideas into structured, executable project workflows. By leveraging OpenClaw's architecture, this skill automates the lifecycle of a project—from the initial brainstorming phase to formal project initiation and continuous status monitoring. It creates dedicated Discord threads for individual tasks, ensuring that communications are organized, isolated, and easily accessible. The skill acts as an intelligent router, directing specific topics to the most qualified agent to ensure that work is handled by the relevant domain expert.
Installation
To integrate this skill into your OpenClaw environment, ensure that your Discord channel bindings are correctly configured within your project settings. Execute the following command in your terminal:
clawhub install openclaw/skills/skills/alexxxiong/inspirai-project
Verify that your ~/.openclaw/openclaw.json configuration file contains valid Discord API credentials. The skill relies on the helper script located at {SKILL_DIR}/discord-threads.py to manage thread lifecycles, so ensure this dependency is present in your local file system.
Use Cases
- Ideation and Routing: Use the discuss function to throw raw ideas into the mix, letting the AI evaluate which agent sub-team should handle the research or implementation.
- Rapid Project Onboarding: Automate the creation of project threads, assign initial tasks to specialized agents, and invite stakeholders into dedicated project channels.
- Asynchronous Progress Tracking: Use status commands to pull a consolidated report of all active threads without having to manually parse individual messages.
Example Prompts
- "讨论一下:我们应该如何优化目前的后端API接口性能,以便支持高并发访问?"
- "立项:基于上次讨论的Agent插件架构,创建一个新项目,命名为‘OpenClaw-Plugin-Framework’,并分配开发任务。"
- "项目状态:帮我查看一下所有关于‘OpenClaw-Plugin-Framework’的活跃线程进展。"
Tips & Limitations
- Permissions: Ensure the OpenClaw bot account has 'Manage Threads' and 'Send Messages' permissions in the target Discord channels.
- Scalability: While the skill handles multiple projects effectively, avoid creating too many threads simultaneously to prevent Discord rate-limiting.
- Context: The skill works best when agents are pre-configured with specific roles in your
openclaw.json, allowing the router to match topics accurately to agent capabilities.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alexxxiong-inspirai-project": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, network-access
Related Skills
inspirai-apispec
API 规范管理工具 - 跨项目 API 文档的初始化、更新、查询与搜索。Triggers: 'API文档', 'API规范', '接口文档', '路由解析', 'apispec', 'API lookup', 'API search'.
web-fetcher
Smart web content fetcher - articles and videos from WeChat, Feishu, Bilibili, Zhihu, Toutiao, YouTube, etc. Triggers: '抓取文章', '下载网页', '保存文章', 'fetch URL', '下载视频', '抓取飞书文档', '抓取微信文章', '把这个链接内容保存下来', '下载B站视频', 'download video', 'scrape article'.
inspirai-evo
技能自我进化 - 检测流程问题信号(重复试错、流程中断、代码翻动),生成分析报告,引导改进。Triggers: '流程优化', '技能进化', 'skill evolution', '自我改进', '流程问题', 'workflow analysis'.
web-reader
智能网页阅读器 - 抓取文章/下载视频并归档,支持分析、摘要、衍生。Triggers: '下载这篇文章', '抓取文章', '保存文章', 'fetch URL', '分析这篇文章', '摘要', '总结文章', '下载视频', '抓取微信文章', '抓取飞书文档', '把这个链接保存下来', '下载B站视频', 'download article', 'analyze article', 'summarize'.
inspirai-deploy
智能部署工具 - 自动检测部署策略,预检查、发布、监控一体化。支持 K8s/Helm、Docker Compose、Vercel、Fly.io。Triggers: '部署', 'deploy', '发布', '上线', '预检查', '部署监控', 'helm upgrade', 'docker compose up'.