项目开发助理
v1.0.0Project Development Assistant — structured logging + issue tracking with anti-spam design. Trigger ONLY when user explicitly says new project, continue proje...
⭐ 0· 94·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
assistantvk972k74b14rh8rm1b3wf0br76983d5z5developmentvk972k74b14rh8rm1b3wf0br76983d5z5latestvk972k74b14rh8rm1b3wf0br76983d5z5loggingvk972k74b14rh8rm1b3wf0br76983d5z5projectvk972k74b14rh8rm1b3wf0br76983d5z5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
