← Back to Skills Marketplace
157
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install project-nerve
Description
项目中枢 — 跨平台项目管理聚合器,统一管理 Trello、GitHub Issues、Linear、Notion、Obsidian 任务,支持自学习引擎和任务关系图谱
Usage Guidance
This skill appears to do what it claims, but review and follow these precautions before installing: (1) Only provide platform tokens via environment variables (PNC_*), not in chat; avoid pasting secrets into --data JSON or messages. (2) If you connect Obsidian, the skill will read .md files under the provided vault path — only point it at a vault you trust it to scan. (3) Check and, if desired, set PNC_DATA_DIR to control where files are written (default is ~/.openclaw-bdi/project-nerve). (4) Use least-privilege tokens (scoped GitHub PAT, minimal Notion integration permissions, etc.). (5) Because this skill runs local Python scripts, review code (already included) if you require absolute assurance; the provided files show no hidden network endpoints or obfuscated exfiltration. If you want extra certainty, provide the omitted file sections for a complete review.
Capability Analysis
Type: OpenClaw Skill
Name: project-nerve
Version: 1.1.0
The project-nerve skill bundle is a legitimate cross-platform project management tool that aggregates tasks from Trello, GitHub, Linear, Notion, and Obsidian. It demonstrates good security practices by instructing the AI agent to never ask for credentials in chat, instead relying on environment variables (e.g., PNC_GITHUB_TOKEN). The scripts (source_connector.py, task_aggregator.py) perform authorized API calls to well-known platforms and scan local directories only for the purpose of Obsidian integration as described. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name/description match the implementation: scripts implement connectors, aggregation, graph, learning engine and writers for the listed platforms. The optional environment variables (Trello/GitHub/Linear/Notion/Obsidian) directly relate to the declared purpose.
Instruction Scope
SKILL.md instructs the agent to run the included Python scripts which: call the listed platform APIs over HTTPS, read/write local data files under ~/.openclaw-bdi/project-nerve (or PNC_DATA_DIR), and — if Obsidian is connected — scan .md files in the user-specified vault path. The doc explicitly tells the agent not to solicit tokens in chat, but the CLI helpers accept --data JSON which could include credentials if misused; operator should avoid pasting secrets into chat or untrusted command inputs.
Install Mechanism
No install spec; this is an instruction + bundled code skill. There are no remote downloads or installers in the bundle. All code is local and will only be executed when the agent runs the provided scripts.
Credentials
Environment variables are optional and appropriate for the platforms supported. No unrelated credentials are requested. The skill creates and reads files in a data directory under the user's home (configurable via PNC_DATA_DIR). Be aware connecting Obsidian requires a filesystem path, which grants the skill read access to files under that path.
Persistence & Privilege
always:false and no indication the skill modifies other skills or system-wide agent settings. It persists its own data (sources.json, tasks_cache.json, learning.json, task_graph.json) under the user's data directory, which is expected for local stateful tools.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install project-nerve - After installation, invoke the skill by name or use
/project-nerve - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
**project-nerve 1.1.0 更新摘要:**
- 新增 Obsidian 作为可连接的数据源,支持本地 Vault 任务同步及解析。
- 明确划分与细化所有核心服务流程(如数据源配置、任务聚合、冲刺分析等),并提供详细的引导步骤与命令示例。
- 增加自学习引擎与任务关系图谱相关功能说明,并按功能完善命令用法和应用场景。
- 强化免费/付费订阅权限矩阵及相关校验逻辑,详细列出功能及对应权益。
- 全面规范安全与行为准则,强调环境变量凭据传递和用户友好交互。
- 对各功能板块分别给出操作流程,补充参考文档指引。
Metadata
Frequently Asked Questions
What is 项目中枢 / Project Nerve?
项目中枢 — 跨平台项目管理聚合器,统一管理 Trello、GitHub Issues、Linear、Notion、Obsidian 任务,支持自学习引擎和任务关系图谱. It is an AI Agent Skill for Claude Code / OpenClaw, with 157 downloads so far.
How do I install 项目中枢 / Project Nerve?
Run "/install project-nerve" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 项目中枢 / Project Nerve free?
Yes, 项目中枢 / Project Nerve is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 项目中枢 / Project Nerve support?
项目中枢 / Project Nerve is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 项目中枢 / Project Nerve?
It is built and maintained by Jun Zhang (@hanjing5024064); the current version is v1.1.0.
More Skills