← Back to Skills Marketplace
luofeiioi

my-work-start-helper

by luofeiioi · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
220
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install my-work-start-helper
Description
工作开始时的 Git 同步和知识提示工具。当用户说"开干"、"开始干活"、"开始工作"或类似表达时触发此 skill。功能包括:1) stash 当前改动 2) pull --rebase 拉取最新代码 3) stash pop 恢复改动 4) 输出 JS、Vue、React、AI 工具使用知识各一条 5) 输出...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install my-work-start-helper
  3. After installation, invoke the skill by name or use /my-work-start-helper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug my-work-start-helper
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is my-work-start-helper?

工作开始时的 Git 同步和知识提示工具。当用户说"开干"、"开始干活"、"开始工作"或类似表达时触发此 skill。功能包括:1) stash 当前改动 2) pull --rebase 拉取最新代码 3) stash pop 恢复改动 4) 输出 JS、Vue、React、AI 工具使用知识各一条 5) 输出... It is an AI Agent Skill for Claude Code / OpenClaw, with 220 downloads so far.

How do I install my-work-start-helper?

Run "/install my-work-start-helper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is my-work-start-helper free?

Yes, my-work-start-helper is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does my-work-start-helper support?

my-work-start-helper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created my-work-start-helper?

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

💬 Comments