← 返回 Skills 市场
gongtengkeji

项目开发助理

作者 gongtengkeji · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
172
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install project-development-assistant
功能描述
Project Development Assistant — structured logging + issue tracking with anti-spam design. Trigger ONLY when user explicitly says new project, continue proje...
安全使用建议
What this skill will do: it scans your filesystem for project folders (home workspace and common drive roots), creates a standard project folder structure when asked, writes daily devlog files and a structured .project_state.json, and stores briefings under the skill's briefings directory. It does not require any API keys or network installs. Things to consider before installing: 1) Filesystem access: the code will list directories on C:/, D:/, E:/, F: and ~/.openclaw/workspace to find projects — ensure you are comfortable with that scope and the skill having read access to those locations. 2) Writes and deletions: it will create folders and files in the project path you supply and in the skill's 'briefings' directory; project_admin also removes briefing files older than 3 days and can purge test-named briefings. Back up any important files first. 3) Mismatch note: SKILL.md mentions internet searches for component info, but none of the supplied scripts perform network requests — if you need automatic web lookups, verify how and whether that will be added. 4) Activation: SKILL.md states the skill should only trigger on explicit commands (new project / continue / record etc.). Confirm the agent's invocation policy respects that. If you want stronger safety, run the scripts in a sandboxed environment or inspect/run them manually before enabling autonomous invocation.
功能分析
Type: OpenClaw Skill Name: project-development-assistant Version: 1.0.0 The 'project-development-assistant' skill bundle is a structured project management tool designed to help AI agents track development progress, log activities, and manage session context. The Python scripts (log_project.py, task_briefing.py, etc.) focus on file-based state management, directory structure visualization, and log analysis within user-specified project paths and common workspace locations (e.g., ~/.openclaw/workspace). While the scripts scan local drives (C:, D:, E:, F:) to identify project folders containing a 'logs' directory, there is no evidence of data exfiltration, unauthorized network activity, credential theft, or malicious prompt injection. The behavior is consistent with the stated purpose of maintaining project continuity across multiple sessions.
能力评估
Purpose & Capability
Name/description (project dev assistant, logging, briefings, anti-spam) match the included scripts: log_project.py, task_briefing.py, task_monitor.py, project_admin.py implement project initialization, structured state, logging, briefings and passive monitoring.
Instruction Scope
SKILL.md and scripts limit actions to filesystem operations (create project folders, write logs, read latest logs, write .project_state.json, save briefings). The skill will scan multiple locations (~/.openclaw/workspace, drive roots like C:, D:, E:, F:, and common 'Projects' folders) to discover projects — this is expected for the purpose but means it reads directory listings and project files across drives. SKILL.md mentions '联网搜索组件信息' (internet search) in the workflow doc, but none of the included scripts perform network access; that's a mismatch to note. Also SKILL.md includes an explicit PowerShell example (Get-Content) — scripts are cross-platform but some examples are Windows-specific.
Install Mechanism
No install specification; this is instruction-plus-scripts. No downloaded or external install steps are present, so nothing is pulled from the network or written to unusual system locations by an installer.
Credentials
No required environment variables, credentials, or config paths are declared or needed. The scripts operate on user-supplied project paths and on predictable places (~/.openclaw/workspace, skill's briefings folder, and scanned drives).
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. It writes files only under project directories and the skill's briefings directory (created under the skill). project_admin may delete briefing files older than 3 days and purge test briefings — this is limited to the skill's briefings directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install project-development-assistant
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /project-development-assistant 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Project Development Assistant 1.0.0 — first release. - Provides structured project initialization, logging, and status tracking with anti-spam chat summaries. - Only activates on explicit project-related instructions, not for general chat. - All logs and state updates write silently unless user requests a summary (`--show`). - Session archiving ensures context continuity and prevents chat overload. - Project status, progress, issues, and next steps kept in structured JSON and session files for clarity and resumability.
元数据
Slug project-development-assistant
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

项目开发助理 是什么?

Project Development Assistant — structured logging + issue tracking with anti-spam design. Trigger ONLY when user explicitly says new project, continue proje... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 172 次。

如何安装 项目开发助理?

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

项目开发助理 是免费的吗?

是的,项目开发助理 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

项目开发助理 支持哪些平台?

项目开发助理 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 项目开发助理?

由 gongtengkeji(@gongtengkeji)开发并维护,当前版本 v1.0.0。

💬 留言讨论