技能详情(站内镜像,无评论)
作者:alexxiong @alexxxiong
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v0.1.0
统计:⭐ 0 · 81 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :良性
Package:alexxxiong/inspirai-project
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :良性
OpenClaw 评估
The skill's code and runtime instructions align with its stated purpose (creating and managing Discord Threads for project workflows) and request only the Discord configuration stored in user config files—nothing appears disproportionate or covert.
目的
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.
说明范围
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.
安装机制
No install spec; the skill is instruction-driven with one helper Python script. Nothing is downloaded or written during install by the package itself.
证书
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.
持久
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.
综合结论
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…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Inspirai Project」。简介:多 Agent 项目管理 - 从想法到立项,自动在 Discord 频道创建项目 Thread 并分配 Agent 任务。支持快速讨论路由、批量立项、项目状态…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/alexxxiong/inspirai-project/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: inspirai-project
description: "多 Agent 项目管理 - 从想法到立项,自动在 Discord 频道创建项目 Thread 并分配 Agent 任务。支持快速讨论路由、批量立项、项目状态追踪。Triggers: '立项', '创建项目', '新项目', '讨论一下', '项目状态', 'create project', 'discuss', 'project status'"
homepage: https://github.com/inspirai-store/skill-market
metadata: {"openclaw":{"emoji":"📂"}}
---
# Project - 多 Agent 项目管理
从想法到立项的完整工作流,基于 Discord 多频道 + Thread 实现项目隔离。
## 子命令
| 命令 | 说明 |
|------|------|
| `/project:init <项目名>` | 立项:智能分配 Agent,批量创建 Discord Thread,下发初始任务 |
| `/project:discuss <话题>` | 快速讨论:把想法路由到最合适的 Agent 频道 |
| `/project:status [项目名]` | 项目状态:查看活跃项目和各 Thread 最新进展 |
## 工作流
```
想法 → /project:discuss → 讨论评估 → /project:init → 正式立项 → /project:status → 跟进
```
## 前置条件
- OpenClaw 已配置 Discord channel(多 agent + bindings)
- `~/.openclaw/openclaw.json` 中包含 Discord 配置
- 辅助脚本: `{SKILL_DIR}/discord-threads.py`