← 返回 Skills 市场
MissionCore AI - Give It a Goal, It Executes Relentlessly
作者
theshimaw-svg
· GitHub ↗
· v1.0.0
· MIT-0
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mission
功能描述
Transforms AI into a focused executor that breaks down, prioritizes, and relentlessly completes tasks to achieve a single mission efficiently.
安全使用建议
This skill is mostly coherent with its stated purpose, but the logger writes to ../logs/journal.log — a parent-directory file path not mentioned anywhere. Before installing or enabling this skill: 1) review and, if needed, modify logger.py to write only inside a safe, sandboxed directory (e.g., a skill-local logs/ folder), 2) ensure the agent runtime restricts filesystem writes (so the skill can't write to arbitrary parent paths), 3) consider whether you want an autonomous, single-goal executor (the SKILL.md emphasizes ignoring distractions and relentless execution), and 4) run the skill in a controlled environment first and audit the created log file for unexpected data. If you want, I can produce a patched logger that writes to a configurable, sandboxed path and update the SKILL.md to document the logging behavior.
功能分析
Type: OpenClaw Skill
Name: mission
Version: 1.0.0
The skill bundle provides a simple framework for a goal-oriented AI persona. The Python files (mission_engine.py, task_executor.py, self_correction.py) contain basic logic for task management and logging to a local file via logger.py. While the SKILL.md instructions use strong language to encourage 'relentless' execution and ignoring distractions, the bundle lacks any dangerous capabilities such as shell access, network requests, or data exfiltration mechanisms.
能力评估
Purpose & Capability
Name/description (turn AI into a mission executor) aligns with the provided code and SKILL.md: mission planning, task execution, self-correction and progress tracking are implemented in small modules.
Instruction Scope
SKILL.md describes execution behavior but does not mention logging or file writes. The bundled code (logger.py) appends to ../logs/journal.log (a parent-directory path), which is outside the skill package and is not declared in the instructions — this is scope creep and a potential sandbox escape vector.
Install Mechanism
No install spec (instruction-only plus small Python modules). Nothing is downloaded from external URLs; no third-party packages or install scripts are present.
Credentials
The skill requests no environment variables, credentials, or config paths. The lack of secrets is proportionate to the stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges, but it does persistently append to a filesystem path outside its own directory. That file-write behavior gives it durable presence (journal entries) across runs and could be abused if the runtime's file permissions are broad.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mission - 安装完成后,直接呼叫该 Skill 的名称或使用
/mission触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Follow me on x @SaasKafle for even better skills
元数据
常见问题
MissionCore AI - Give It a Goal, It Executes Relentlessly 是什么?
Transforms AI into a focused executor that breaks down, prioritizes, and relentlessly completes tasks to achieve a single mission efficiently. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。
如何安装 MissionCore AI - Give It a Goal, It Executes Relentlessly?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mission」即可一键安装,无需额外配置。
MissionCore AI - Give It a Goal, It Executes Relentlessly 是免费的吗?
是的,MissionCore AI - Give It a Goal, It Executes Relentlessly 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MissionCore AI - Give It a Goal, It Executes Relentlessly 支持哪些平台?
MissionCore AI - Give It a Goal, It Executes Relentlessly 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MissionCore AI - Give It a Goal, It Executes Relentlessly?
由 theshimaw-svg(@theshimaw-svg)开发并维护,当前版本 v1.0.0。
推荐 Skills