← 返回 Skills 市场
220
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install my-work-start-helper
功能描述
工作开始时的 Git 同步和知识提示工具。当用户说"开干"、"开始干活"、"开始工作"或类似表达时触发此 skill。功能包括:1) stash 当前改动 2) pull --rebase 拉取最新代码 3) stash pop 恢复改动 4) 输出 JS、Vue、React、AI 工具使用知识各一条 5) 输出...
安全使用建议
This skill appears internally coherent, but it will run real git commands in whatever working directory the agent uses. Before installing or allowing autonomous invocation: 1) decide whether you want the agent to run stash/rebase/pop automatically — accidental invocation can cause conflicts or lost local work; 2) test the workflow in a disposable repository first; 3) consider modifying the SKILL.md to add safety checks (verify git repo, check git status, prompt for explicit confirmation, or require a branch name and create a backup branch before rebasing); 4) if you do not want automatic runs, disable autonomous invocation or remove the trigger phrases so it runs only when you explicitly ask. The skill reads only the included dev_tips.md and uses web search for market data; no credentials or external code downloads were found.
功能分析
Type: OpenClaw Skill
Name: my-work-start-helper
Version: 1.0.0
The skill bundle 'work-start-helper' automates a standard Git synchronization workflow (stash, pull rebase, pop) and provides educational development tips from 'references/dev_tips.md'. It also includes a legitimate use of a web search tool to fetch market data. All actions are consistent with the documented purpose, and no malicious patterns or data exfiltration attempts were found.
能力评估
Purpose & Capability
Name/description match the behavior: the SKILL.md instructs exactly the listed workflow (git stash → git pull --rebase → git stash pop), loads developer tips from the included references/dev_tips.md, and queries Nasdaq-100 via web_search. No unrelated binaries, env vars, or external services are requested.
Instruction Scope
Instructions are narrowly focused on the stated task, but they execute potentially disruptive git operations in whatever current working directory the agent has access to (stash, rebase, stash pop). The doc suggests confirming you're in a git repo but does not mandate pre-checks (e.g., verifying branch, running git status, or creating a backup branch). This is coherent with the purpose but operationally risky if triggered in the wrong folder or mid-conflict.
Install Mechanism
Instruction-only skill with no install steps or external downloads; nothing is written to disk and there are no packages pulled in. This is the lowest install risk.
Credentials
No environment variables, credentials, or config paths are requested. The skill reads only the included references/dev_tips.md and uses a web_search tool to fetch market data — those are proportionate to the stated features.
Persistence & Privilege
always: false and no install; the skill can be invoked autonomously by the agent (disable-model-invocation: false), which is normal. Combined with the ability to run git commands, that means the agent could perform repository changes automatically when triggered by the configured phrases — consider whether you want that automatic trigger behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install my-work-start-helper - 安装完成后,直接呼叫该 Skill 的名称或使用
/my-work-start-helper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of work-start-helper skill.
- Triggers when user says "开干" or similar expressions.
- Automates Git workflow: stash changes, pull with rebase, restore stashed changes.
- Displays one knowledge tip each for JavaScript, Vue, React, and AI tools from a knowledge file.
- Shows the latest Nasdaq 100 index change (previous close).
- Handles common edge cases such as merge conflicts and empty stash situations.
元数据
常见问题
my-work-start-helper 是什么?
工作开始时的 Git 同步和知识提示工具。当用户说"开干"、"开始干活"、"开始工作"或类似表达时触发此 skill。功能包括:1) stash 当前改动 2) pull --rebase 拉取最新代码 3) stash pop 恢复改动 4) 输出 JS、Vue、React、AI 工具使用知识各一条 5) 输出... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 220 次。
如何安装 my-work-start-helper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install my-work-start-helper」即可一键安装,无需额外配置。
my-work-start-helper 是免费的吗?
是的,my-work-start-helper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
my-work-start-helper 支持哪些平台?
my-work-start-helper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 my-work-start-helper?
由 luofeiioi(@luofeiioi)开发并维护,当前版本 v1.0.0。
推荐 Skills