技能详情(站内镜像,无评论)
作者:BytesAgain2 @ckchzh
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 47 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:ckchzh/goal
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
This skill is internally consistent: it provides local goal-setting reference content and only runs a bundled shell script that prints static guidance, with no network calls, credentials, or unusual install steps requested.
目的
Name/description (goal setting, SMART, OKR, habits) align with the included assets: SKILL.md describes those use-cases and the script implements command handlers that print relevant reference text.
说明范围
SKILL.md instructs the agent to run scripts/script.sh with simple subcommands (intro, smart, okr, etc.). The script's visible contents print static help text and do not read unrelated files, environment variables, or send data externally.
安装机制
No install spec is provided (instruction-only). The only code shipped is a local shell script included in the package; nothing is downloaded or extracted from external URLs.
证书
No environment variables, credentials, or config paths are required or referenced. The script uses only builtin shell behavior to emit text.
持久
Skill does not request persistent/always-on presence (always: false) and does not modify other skills or system configuration. Autonomous invocation is allowed by platform default but the skill itself has no elevated privileges.
综合结论
This skill appears safe and coherent: it runs a bundled shell script that prints goal-setting guidance and requests no secrets or network access. If you want extra assurance, you can open and review scripts/script.sh yourself (it uses static cat << EOF blocks). As with any third-party code, only install if you trust the source; if you run agents on sensitive hosts, confirm they restrict what local commands skills may execute.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Goal」。简介:Goal setting reference — SMART goals, OKRs, habit formation, accountability sys…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/ckchzh/goal/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: "goal"
version: "1.0.0"
description: "Goal setting reference — SMART goals, OKRs, habit formation, accountability systems. Use when setting personal or professional goals, designing habit systems, or implementing OKR frameworks."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [goal-setting, smart-goals, okr, habits, productivity, motivation, accountability]
category: "life"
---
# Goal — Goal Setting & Achievement Reference
Quick-reference skill for goal-setting frameworks, habit formation, and personal achievement systems.
## When to Use
- Setting SMART goals or defining OKRs
- Designing habit formation and tracking systems
- Understanding motivation science and goal psychology
- Building accountability structures
- Reviewing and adjusting goals systematically
## Commands
### `intro`
```bash
scripts/script.sh intro
```
Goal setting fundamentals — why goals work, common pitfalls, research-backed principles.
### `smart`
```bash
scripts/script.sh smart
```
SMART goal framework — Specific, Measurable, Achievable, Relevant, Time-bound with examples.
### `okr`
```bash
scripts/script.sh okr
```
OKR framework — Objectives and Key Results, scoring, cadence, alignment.
### `habits`
```bash
scripts/script.sh habits
```
Habit formation science — cue-routine-reward, atomic habits, implementation intentions.
### `planning`
```bash
scripts/script.sh planning
```
Goal decomposition — breaking big goals into milestones, sprints, and daily actions.
### `motivation`
```bash
scripts/script.sh motivation
```
Motivation science — intrinsic vs extrinsic, self-determination theory, overcoming plateaus.
### `review`
```bash
scripts/script.sh review
```
Review systems — weekly reviews, retrospectives, course correction, celebration.
### `pitfalls`
```bash
scripts/script.sh pitfalls
```
Common goal-setting mistakes and evidence-based countermeasures.
### `help`
```bash
scripts/script.sh help
```
### `version`
```bash
scripts/script.sh version
```
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*