← 返回 Skills 市场
Personal Assistant
作者
GustavoZiaugra
· GitHub ↗
· v1.0.0
6675
总下载
2
收藏
74
当前安装
1
版本数
在 OpenClaw 中安装
/install personal-assistant
功能描述
Personal daily briefing and productivity assistant. Generates morning briefings with priorities, habits, and self-care reminders. Use when starting your day, planning tasks, or maintaining daily routines and personal development. A minimalist personal productivity skill focused on you.
安全使用建议
Before installing, review the small script, choose an output path you are comfortable storing locally, and only add the cron schedule if you want a briefing generated every day until you remove that schedule.
功能分析
Type: OpenClaw Skill
Name: personal-assistant
Version: 1.0.0
The OpenClaw skill 'personal-assistant' is benign. The Python script `scripts/daily_briefing.py` uses only standard libraries (`argparse`, `json`, `sys`, `datetime`) to generate a text-based daily briefing and optionally save it to a local JSON file. There are no external network calls, no access to sensitive system resources, and no dynamic code execution. The `SKILL.md` and `README.md` files provide clear, non-malicious instructions for using the skill, including setting up a cron job via `openclaw cron add`, which is a legitimate OpenClaw feature. Input parameters like `--location` and `--output` are handled safely without introducing vulnerabilities like command injection or path traversal for malicious purposes. The skill explicitly states 'No external dependencies' and 'All data stays on your system', reinforcing its benign nature.
能力评估
Purpose & Capability
The stated purpose is personal daily briefing and productivity support, and the artifacts match that purpose: the script generates date, location, priority, habit, self-care, and reflection sections.
Instruction Scope
The activation language is broad and the cron example uses a natural-language prompt, but the documented and implemented behavior is low-impact briefing generation; users should know that running the script saves a JSON file even when --summary is used.
Install Mechanism
Installation is a normal clone/import flow with no dependency installation or privileged setup, though the publisher is not the trusted @openclaw publisher.
Credentials
The Python script uses standard libraries only and performs argument parsing, local text/JSON generation, printing, and one local file write; no network calls, credential access, shell execution, broad file reads, or dynamic code execution were found.
Persistence & Privilege
Persistence is limited to the user-chosen output file and an optional disclosed OpenClaw cron schedule; there is no hidden daemon, privilege escalation, or automatic background behavior in the artifact.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install personal-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/personal-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Personal Assistant: A minimalist daily briefing and productivity tool.
- Generates structured morning briefings with motivation, weather, top priorities, habits, and self-care reminders.
- Includes an evening reflection section to review accomplishments and set priorities for tomorrow.
- Customizable for your location, outputs human-readable or JSON-formatted briefings.
- No dependencies—runs with Python standard library only.
- Designed for quick onboarding, daily automation, and ease of use for personal development and well-being.
元数据
常见问题
Personal Assistant 是什么?
Personal daily briefing and productivity assistant. Generates morning briefings with priorities, habits, and self-care reminders. Use when starting your day, planning tasks, or maintaining daily routines and personal development. A minimalist personal productivity skill focused on you. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6675 次。
如何安装 Personal Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install personal-assistant」即可一键安装,无需额外配置。
Personal Assistant 是免费的吗?
是的,Personal Assistant 完全免费(开源免费),可自由下载、安装和使用。
Personal Assistant 支持哪些平台?
Personal Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Personal Assistant?
由 GustavoZiaugra(@gustavoziaugra)开发并维护,当前版本 v1.0.0。
推荐 Skills