← Back to Skills Marketplace
gongtengkeji

项目开发助理

by gongtengkeji · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
172
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install project-development-assistant
Description
Project Development Assistant — structured logging + issue tracking with anti-spam design. Trigger ONLY when user explicitly says new project, continue proje...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install project-development-assistant
  3. After installation, invoke the skill by name or use /project-development-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug project-development-assistant
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 项目开发助理?

Project Development Assistant — structured logging + issue tracking with anti-spam design. Trigger ONLY when user explicitly says new project, continue proje... It is an AI Agent Skill for Claude Code / OpenClaw, with 172 downloads so far.

How do I install 项目开发助理?

Run "/install project-development-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 项目开发助理 free?

Yes, 项目开发助理 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 项目开发助理 support?

项目开发助理 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 项目开发助理?

It is built and maintained by gongtengkeji (@gongtengkeji); the current version is v1.0.0.

💬 Comments