← 返回 Skills 市场
Smart Workspace
作者
yaoweizhang
· GitHub ↗
· v1.1.0
· MIT-0
122
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install smart-workspace
功能描述
轻量化的项目文件管理技能。自动管理智能体工作区,根据任务关键词匹配项目历史,全自动执行,无需确认。避免文件混乱,大大增强智能体的项目管理能力。支持文件整理、文件夹管理、项目追踪、自动归档、工作区清理等功能。
安全使用建议
This skill appears to do exactly what it says: scan your agent workspace, create project folders, and maintain a PROJECT-HISTORY.md. Before enabling or invoking it:
- Back up your workspace (or the top-level directory) so you can recover if folder creation or metadata updates are unwanted.
- After first run, inspect the generated PROJECT-HISTORY.md and any new folders to confirm automated behavior matches your expectations.
- If you install from the external GitHub URL mentioned in README, verify that repository is the one you expect (the skill package here is instruction-only; README's install suggestion is a separate source).
- Be aware it runs automatically and will act without prompting; if you need manual confirmation, do not enable autonomous runs or invoke it manually only.
If you want greater assurance, ask the skill author for an explicit no-op / dry-run mode before it writes to disk, or request explicit user confirmation steps be added to SKILL.md.
功能分析
Type: OpenClaw Skill
Name: smart-workspace
Version: 1.1.0
The 'smart-workspace' skill is a utility designed to help an AI agent organize its workspace by categorizing tasks into specific project folders and maintaining a 'PROJECT-HISTORY.md' log. The logic includes automated workspace scanning, filtering of system directories (e.g., .git, .openclaw, .env), and keyword-based matching to determine whether to use existing folders or create new ones. The skill operates strictly within the agent's local workspace and contains no indicators of data exfiltration, unauthorized network access, or malicious command execution.
能力评估
Purpose & Capability
Name/description (project file management) matches the instructions: scan workspace, match keywords, create/update folders and PROJECT-HISTORY.md. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
SKILL.md instructs the agent to scan the agent's workspace directory (~/.openclaw/workspace-[agentname]/), create folders, and write/append PROJECT-HISTORY.md. These actions are coherent for file/ project management but are destructive in the sense of modifying the workspace (creating folders and updating files) and operate 'fully automatic, no confirmation'—a behavior users should be aware of.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. README mentions a GitHub install URL, but the published skill itself has no install steps; this is a minor metadata/documentation mismatch but not a code-execution risk in the provided package.
Credentials
The skill requests no environment variables, no credentials, and no config paths beyond the agent's workspace path (documented). The requested access (read/write within workspace) is proportional to the stated purpose.
Persistence & Privilege
always:false (normal) and model invocation allowed (normal). However, the skill's design emphasizes fully automatic operation without confirmation; combined with autonomous invocation this can lead to unexpected modifications. It does not request permanent 'always' presence or modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install smart-workspace - 安装完成后,直接呼叫该 Skill 的名称或使用
/smart-workspace触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
**Smart Workspace v1.1.0 Changelog**
- Added automatic initial scan: on first use, detects existing project folders and generates `PROJECT-HISTORY.md`.
- Prevents file chaos by matching task keywords to project history and deciding folder usage or creation.
- Enables automatic project folder creation, tracking, and history updates (created, last_used).
- Supports Chinese keyword mapping for smart matching of tasks to folders.
- All actions are fully automated—no user confirmation required.
元数据
常见问题
Smart Workspace 是什么?
轻量化的项目文件管理技能。自动管理智能体工作区,根据任务关键词匹配项目历史,全自动执行,无需确认。避免文件混乱,大大增强智能体的项目管理能力。支持文件整理、文件夹管理、项目追踪、自动归档、工作区清理等功能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。
如何安装 Smart Workspace?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install smart-workspace」即可一键安装,无需额外配置。
Smart Workspace 是免费的吗?
是的,Smart Workspace 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Smart Workspace 支持哪些平台?
Smart Workspace 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Smart Workspace?
由 yaoweizhang(@yaoweizhang)开发并维护,当前版本 v1.1.0。
推荐 Skills