← Back to Skills Marketplace
249
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install inspirai-project
Description
多 Agent 项目管理 - 从想法到立项,自动在 Discord 频道创建项目 Thread 并分配 Agent 任务。支持快速讨论路由、批量立项、项目状态追踪。Triggers: '立项', '创建项目', '新项目', '讨论一下', '项目状态', 'create project', 'discuss',...
README (SKILL.md)
Project - 多 Agent 项目管理
从想法到立项的完整工作流,基于 Discord 多频道 + Thread 实现项目隔离。
子命令
| 命令 | 说明 |
|---|---|
/project:init \x3C项目名> |
立项:智能分配 Agent,批量创建 Discord Thread,下发初始任务 |
/project:discuss \x3C话题> |
快速讨论:把想法路由到最合适的 Agent 频道 |
/project:status [项目名] |
项目状态:查看活跃项目和各 Thread 最新进展 |
工作流
想法 → /project:discuss → 讨论评估 → /project:init → 正式立项 → /project:status → 跟进
前置条件
- OpenClaw 已配置 Discord channel(多 agent + bindings)
~/.openclaw/openclaw.json中包含 Discord 配置- 辅助脚本:
{SKILL_DIR}/discord-threads.py
Usage Guidance
This skill appears coherent for managing projects via Discord threads, but review these points before installing:
- Confirm you trust the source (homepage points to a GitHub repo but source is marked 'unknown'). Review the repository yourself if possible.
- The skill reads Discord Bot tokens and channel mappings from ~/.openclaw/openclaw.json or ~/.claude/project-skill.json; those files contain sensitive credentials. If you install, ensure the bot token present is for a bot with only the permissions it needs (Manage Threads/Create Public Threads, Send Messages) and not an overly-privileged account.
- The workflow will create threads and post messages to your Discord server; test in a safe/test server first to avoid accidental spam or excessive notifications.
- The skill records project metadata to ~/.claude/projects.json (append). Back up or inspect that file format if you have existing project data.
- If you want stricter control, consider creating a dedicated bot token scoped to only the target guild/channels and inspect the helper script (discord-threads.py) to confirm behavior before enabling autonomous invocation.
If you want, I can summarize exactly which keys/paths the script reads and where it posts to, or point out lines in the code to review for token handling and file writes.
Capability Analysis
Type: OpenClaw Skill
Name: inspirai-project
Version: 0.1.0
The skill bundle facilitates multi-agent project management by interacting with the Discord API, which requires reading sensitive bot tokens from `~/.openclaw/openclaw.json`. The helper script `discord-threads.py` includes a `config` command that prints the plaintext token to stdout, posing a risk of credential exposure to the agent's logs or output. While the functionality is clearly aligned with the stated purpose and includes safety steps like requiring user confirmation before execution, the combination of credential access, local file system reads, and network interaction with `discord.com` constitutes a high-risk profile.
Capability Assessment
Purpose & Capability
Name/description (multi-agent project management via Discord threads) match the included instructions and the helper script, which calls Discord APIs to create threads, post messages, and read latest messages. The required artifacts (Discord bot token, channel bindings) are exactly what such a skill needs.
Instruction Scope
Instructions and helper script read local configuration files (~/.openclaw/openclaw.json and optionally ~/.claude/project-skill.json) and may write/append project metadata to ~/.claude/projects.json as part of bookkeeping. Reading and writing these files is within the skill's stated purpose, but users should be aware the skill will access/modify files under the user's home directory that contain Discord tokens and project data.
Install Mechanism
No install spec; the skill is instruction-driven with one helper Python script. Nothing is downloaded or written during install by the package itself.
Credentials
The skill does not request environment variables but reads bot tokens and channel mappings from local config files (~/.openclaw/openclaw.json or ~/.claude/project-skill.json). That is proportional to a Discord-integrated skill, but these files contain sensitive Bot tokens—users should ensure only the intended token is present and that the token has minimal required permissions.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It does persist project records to ~/.claude/projects.json per its documentation (bookkeeping), which is within scope and limited to the skill's own data.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install inspirai-project - After installation, invoke the skill by name or use
/inspirai-project - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of inspirai-project.
- Enables multi-agent project management with Discord integration.
- Supports rapid idea routing, project initiation, bulk thread creation, and agent task assignment.
- Offers project status tracking and active discussion via defined commands and triggers.
- Requires OpenClaw Discord channel configuration and supporting scripts for full functionality.
Metadata
Frequently Asked Questions
What is Inspirai Project?
多 Agent 项目管理 - 从想法到立项,自动在 Discord 频道创建项目 Thread 并分配 Agent 任务。支持快速讨论路由、批量立项、项目状态追踪。Triggers: '立项', '创建项目', '新项目', '讨论一下', '项目状态', 'create project', 'discuss',... It is an AI Agent Skill for Claude Code / OpenClaw, with 249 downloads so far.
How do I install Inspirai Project?
Run "/install inspirai-project" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Inspirai Project free?
Yes, Inspirai Project is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Inspirai Project support?
Inspirai Project is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Inspirai Project?
It is built and maintained by alexxiong (@alexxxiong); the current version is v0.1.0.
More Skills