Agent Motivator

v1.0.0

正向激励与任务进度管理技能。使用幽默、积极的激励话术帮助 agent 保持高效工作状态。支持任务创建、进度追踪、里程碑庆祝、专注模式提醒和成果复盘。当需要激励 agent、管理任务进度、庆祝里程碑或进行工作总结时使用此技能。

0· 167·1 current·1 all-time
byAndy Tien@linux2010
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
Name/description match the included scripts and SKILL.md. The scripts implement motivational phrase generation and a simple local task tracker which fit the stated purpose.
Instruction Scope
SKILL.md only instructs running the shipped scripts and editing the local phrase dictionary. The runtime actions are limited to printing phrases and reading/writing a single local JSON state file; there are no instructions to read unrelated system files or send data externally.
Install Mechanism
No install spec; this is an instruction-only skill with two small Python scripts. Nothing is downloaded or executed from external URLs.
Credentials
No required environment variables, binaries, or credentials are declared or accessed. The scripts only use the user's home directory for storage, which is appropriate for a local task tracker.
Persistence & Privilege
The skill persists state to ~/.openclaw/agent-motivator/task_state.json (created automatically). This is reasonable for a task tracker, but note the skill will create and update that file on disk. The skill is not always-enabled and requests normal autonomous invocation privileges (default).
Assessment
This skill appears coherent and low-risk. Before installing, review the two included Python scripts (already provided) and confirm you are comfortable with the skill creating a local state file at ~/.openclaw/agent-motivator/task_state.json. If you run agents with autonomous invocation enabled, they could call these scripts automatically — which is expected behavior for a skill that provides motivational prompts and local task updates. If you want stricter control, restrict when the agent may invoke third-party skills or inspect/backup the created task_state.json for any sensitive content (it stores only task metadata).

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

latestvk97ea2bpnqj349ev4fjccyyhxd8314t5

License

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

Comments