← 返回 Skills 市场
harrylabsj

Pet Companion Journal

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
247
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pet-companion-journal
功能描述
Create and maintain dedicated archives for each pet, including profiles, daily journals, photos, feeding logs, health records, and care reminders. Use when t...
安全使用建议
This skill is local-first and coherent with the description: it stores profiles, records, media, reminders under ~/.pet-companion (or a PET_COMPANION_HOME you set) and does not contact external services or require secrets. Before using: (1) inspect the repository (it’s small, Python-only) and confirm you’re comfortable with the storage path; (2) avoid running as root — provide normal user privileges so created files remain in your home directory; (3) be cautious about passing arbitrary pet_id or absolute paths (the scripts perform minimal sanitization), as specially-crafted identifiers could cause unexpected file paths — prefer the default slugified IDs; (4) if you need networked backups or sharing, implement/authorize them explicitly rather than relying on the skill. Overall the skill appears benign and implementationally consistent.
功能分析
Type: OpenClaw Skill Name: pet-companion-journal Version: 1.0.0 The pet-companion-journal skill is a well-structured, local-first application for managing pet records, profiles, and reminders. The Python scripts (e.g., common.py, pet_manager.py, record_add.py) use standard library modules for file I/O and data management within a dedicated local directory (~/.pet-companion), with no evidence of network activity, data exfiltration, or unauthorized system access. The SKILL.md and reference documentation provide clear, safe instructions for the AI agent, including explicit boundaries against providing veterinary medical advice.
能力评估
Purpose & Capability
Name/description match the included scripts and docs. The scripts implement pet profile management, record add/query, reminders, and exports — all coherent with the stated 'pet companion journal' purpose.
Instruction Scope
SKILL.md instructs the agent to run the provided local Python scripts and to store data under ~/.pet-companion (or PET_COMPANION_HOME). That stays within the stated local-first, privacy-conscious scope. Minor note: the runtime allows passing arbitrary pet_id and media paths into file APIs; the docs expect local use but the code performs little sanitization of user-supplied identifiers/paths.
Install Mechanism
No install spec — instruction-only with bundled scripts. Nothing is downloaded or executed from external URLs; risk from install mechanism is low.
Credentials
The skill requests no environment variables or credentials. It will honor an optional PET_COMPANION_HOME env var to override storage root (documented in code). That is proportional to a local-first storage tool.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. It only reads/writes files under its own storage root; it does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pet-companion-journal
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pet-companion-journal 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: local-first pet profiles, daily journals, feeding logs, health notes, photos, reminders, and timeline review.
元数据
Slug pet-companion-journal
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pet Companion Journal 是什么?

Create and maintain dedicated archives for each pet, including profiles, daily journals, photos, feeding logs, health records, and care reminders. Use when t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 247 次。

如何安装 Pet Companion Journal?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pet-companion-journal」即可一键安装,无需额外配置。

Pet Companion Journal 是免费的吗?

是的,Pet Companion Journal 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pet Companion Journal 支持哪些平台?

Pet Companion Journal 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pet Companion Journal?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论