Long Project Manager

v1.0.0

Create and maintain a persistent file-based workspace for long-running, multi-session, or interruption-sensitive work. Use when the user wants to start a lon...

0· 270·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (persistent file-based project workspace) align with the provided templates and SKILL.md guidance. There are no unexpected env vars, binaries, or external services requested that would be unrelated to creating and maintaining local project files.
Instruction Scope
SKILL.md instructs the agent to create a projects/<name>/ directory, copy bundled templates, and read/write the listed Markdown files. This is consistent with the skill's purpose; note that it will persist state to disk (the 'projects/' folder) and will read those project files when asked to resume.
Install Mechanism
There is no install spec and no code files to execute. The skill is instruction-only and only includes static template assets, which minimizes install/write risk.
Credentials
The skill declares no environment variables, credentials, or config paths. The instructions do not reference any other env vars or external credentials, so requested access is proportional to its stated file-based workspace purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated privileges. It will create and update files under the project's folder (normal for its purpose). Model invocation is allowed (platform default) but that is expected for a user-invocable skill.
Assessment
This skill appears to do what it says: create and maintain local project folders from the included templates. Before installing/use: decide where the 'projects/' folder will be created and whether you want project contents stored there (they may contain sensitive notes, links, or commands). Consider backup, encryption, or .gitignore policies if you plan to store secrets. There are no network calls or credentials requested by the skill itself. If you need the agent to operate on a different path, ensure you control that location and its permissions.

Like a lobster shell, security has layers — review code before you run it.

latestvk978mptvw3c7ejreh15y12dthn82zcmj

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments