← 返回 Skills 市场
alexxxiong

Inspirai Project

作者 alexxiong · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
249
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install inspirai-project
功能描述
多 Agent 项目管理 - 从想法到立项,自动在 Discord 频道创建项目 Thread 并分配 Agent 任务。支持快速讨论路由、批量立项、项目状态追踪。Triggers: '立项', '创建项目', '新项目', '讨论一下', '项目状态', 'create project', 'discuss',...
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install inspirai-project
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /inspirai-project 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug inspirai-project
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Inspirai Project 是什么?

多 Agent 项目管理 - 从想法到立项,自动在 Discord 频道创建项目 Thread 并分配 Agent 任务。支持快速讨论路由、批量立项、项目状态追踪。Triggers: '立项', '创建项目', '新项目', '讨论一下', '项目状态', 'create project', 'discuss',... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 249 次。

如何安装 Inspirai Project?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install inspirai-project」即可一键安装,无需额外配置。

Inspirai Project 是免费的吗?

是的,Inspirai Project 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Inspirai Project 支持哪些平台?

Inspirai Project 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Inspirai Project?

由 alexxiong(@alexxxiong)开发并维护,当前版本 v0.1.0。

💬 留言讨论