jun-invest-option-master-agent
OpenClaw Agent App Installer: install/upgrade & register the jun-invest-option-master-agent isolated agent workspace. Includes auto backup/versioning to ClawHub.
Why use this skill?
Efficiently install, update, and back up your OpenClaw isolated agent workspaces with automated versioning and synchronization features.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gm4leejun-stack/jun-invest-option-master-agentWhat This Skill Does
The jun-invest-option-master-agent is an OpenClaw integrated agent installer designed for seamless lifecycle management of isolated workspace environments. It provides an automated, closed-loop system for installing, upgrading, and versioning independent AI agents. By utilizing a specific execution directory, this skill ensures that your agent configurations remain isolated from the global environment, preventing dependency conflicts while maintaining high-performance operational standards.
The core strength of this skill lies in its automated backup and publishing mechanism. Through the integration of native Git hooks and periodic macOS launchd tasks, any changes made within your workspace are automatically synchronized with ClawHub. This ensures that your agent remains consistently backed up and ready for deployment without requiring manual intervention. It treats your workspace as the 'Source of Truth,' automating the heavy lifting of repository synchronization and version control.
Installation
To begin, ensure you have the OpenClaw environment initialized. You can install the agent by interacting directly with the OpenClaw interface or via the command line interface provided in the utility script.
- Open your OpenClaw agent console.
- Invoke the installation using the natural language prompt: "安装/升级 jun-invest-option-master-agent(不绑定channel)".
- Alternatively, for automated deployment, execute the local script:
bash scripts/auto-install.sh. This script will automatically register the workspace, initialize Git hooks, and schedule the background publication tasks.
Use Cases
- Isolated Development: Create a secure, sandboxed environment for your investment-related AI agents without polluting your main system environment.
- Automated Deployment Pipeline: Automatically push your current agent state to ClawHub whenever a commit is performed, ensuring your remote agents are always up-to-date with your local changes.
- Rapid Prototyping & Updates: Use the
.publish-nowmarker file to trigger an immediate, high-priority release of your changes to the remote repository without waiting for the daily scheduler.
Example Prompts
- "安装/升级 jun-invest-option-master-agent(不绑定channel)"
- "强制同步并发布当前的 jun-invest-option-master-agent workspace 到 ClawHub"
- "请检查 jun-invest-option-master-agent 的运行环境是否正常并完成自动备份"
Tips & Limitations
- Single Source of Truth: Always modify your agents inside the designated
/Users/lijunsheng/.openclaw/workspace-jun-invest-option-master-agentdirectory. External modifications may not be tracked by the automatic backup system. - Performance: The background publication task runs daily. For immediate deployments, create an empty file named
.publish-nowin your workspace root to force a synchronization cycle. - Permission: Ensure that the user account has sufficient permissions to write to the designated workspace directory and manage launchd services. If the workspace does not exist upon installation, the skill will create it automatically using the latest best-effort versioning from the global OpenClaw skills library.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gm4leejun-stack-jun-invest-option-master-agent": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution
Related Skills
jun-invest-option-master-installer
DEPRECATED. Use jun-invest-option-master-agent.
jun-invest-option-master
DEPRECATED. Use jun-invest-option-master-agent.
discord-connect-wizard
One-machine Discord bot onboarding wizard for OpenClaw. Use when setting up Discord for the first time (create bot, enable intents, invite to a guild, auto-write OpenClaw config, restart gateway, and complete DM pairing). Designed for local Mac/Windows/Linux hosts with a localhost web UI + optional browser automation guidance.