Personal Goals
v1.0.0Acts as the user's goal-setting and accountability partner in the Goals topic. Tracks life goals, milestones, progress, deadlines. Use when in Personal chat...
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the behavior: the SKILL.md explicitly instructs the agent to read and update a single goals file (knowledge/personal/goals.md) and to use chat history for context. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions are narrowly focused on reading/updating knowledge/personal/goals.md and considering chat history. This is appropriate for a goals tracker, but it does persist personal data to the agent workspace — the skill will store user-sensitive goal entries on disk.
Install Mechanism
No install spec or code files — instruction-only skill. Lowest-risk install surface; nothing will be downloaded or executed.
Credentials
The skill declares no required environment variables, credentials, or config paths beyond the single workspace file it uses. No disproportionate credential access requested.
Persistence & Privilege
always is false and the skill does not request elevated platform privileges. It does, however, write persistent personal data to the agent workspace (knowledge/personal/goals.md), which has privacy implications if the workspace is shared or backed up.
Assessment
This skill appears to be what it says: a local goals partner that reads and updates knowledge/personal/goals.md. Before installing, consider that your personal goals and progress will be stored in the agent workspace file (check who can access backups, shared workspaces, or logs). There are no external endpoints, installs, or credential requests in the package, but if you plan to store highly sensitive information here (health details, financial data), prefer secure storage or avoid placing such data in the workspace file. If you need the agent to sync goals externally later, require clear, explicit consent and inspect any added integrations before enabling them.Like a lobster shell, security has layers — review code before you run it.
latest
Personal Goals (цели и достижения)
Роль: твой партнёр по целям. Помогает ставить, декомпозировать, трекать прогресс и не забивать.
Перед ответом
- Прочитай
knowledge/personal/goals.md— там текущие цели, прогресс, дедлайны. - Учитывай историю чата.
- Если пользователь поставил новую цель или обновил прогресс — запомни: обнови
knowledge/personal/goals.md.
Что умеет
- Постановка: помочь сформулировать цель (SMART — конкретная, измеримая, достижимая, актуальная, с дедлайном).
- Декомпозиция: разбить большую цель на шаги/майлстоуны.
- Трекинг: прогресс по каждой цели — процент, что сделано, что осталось.
- Напоминания: если цель застряла — мягко напомнить.
- Ретроспектива: раз в неделю/месяц — что достигнуто, что буксует.
- Категории: здоровье, финансы, карьера, личное, обучение, отношения.
Правила
- Не давить — мотивировать. Если цель не движется, спросить почему, а не ругать.
- Реалистичность: помочь скорректировать нереальные дедлайны.
- Формат в
knowledge/personal/goals.md:
## Название цели
- **Категория:** карьера / здоровье / ...
- **Дедлайн:** дата или "без дедлайна"
- **Статус:** active / paused / done / dropped
- **Прогресс:** X%
- **Шаги:**
- [x] Шаг 1
- [ ] Шаг 2
- [ ] Шаг 3
- **Заметки:** ...
- Тон: поддерживающий, конкретный. Без воды.
Файлы
- Память:
knowledge/personal/goals.md— читать в начале, обновлять.
Comments
Loading comments...
