Dog

v1.0.0

Track dog health, walks, training, routines, travel, and vet coordination with species-aware memory and emergency triage.

0· 227·1 current·1 all-time
byIván@ivangdavila
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (dog health, walks, training, travel, triage) align with the runtime instructions and file layout. The only requested resource is a local memory directory (~/dog/) which is appropriate for storing rosters, timelines, and vet/logistics notes.
Instruction Scope
SKILL.md and companion files confine actions to dog-care workflows and local file reads/writes. The setup explicitly asks for permission before creating ~/dog/ and initializes from templates. Triage guidance limits risky behavior (no dosing, encourages emergency escalation). There are no instructions to read unrelated system files, access environment variables, or transmit data externally.
Install Mechanism
No install spec, no code files, and no downloads — this is low-risk (instruction-only). The only shell snippets are user-approval prompts to create local directories and set permissions (mkdir, touch, chmod), which are appropriate and minimal.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths beyond ~/dog/. No secrets or unrelated service credentials are requested.
Persistence & Privilege
The skill persists data locally under ~/dog/ when the user approves; it recommends chmod 700 for the directory. It does not request always:true or system-wide changes. Note: local storage can contain personal or sensitive contact/medical details — the skill's persistence is proportionate but the user should consider privacy/backups/encryption.
Assessment
This skill appears coherent and limited to local, user-approved dog-care files. Before installing: 1) confirm you are comfortable the agent can create ~/dog/ and store contact/medical notes there; 2) accept creation only after reviewing the exact mkdir/touch/chmod commands; 3) consider setting directory permissions, encrypting sensitive data, or keeping personally identifying info out of the files if you prefer; and 4) because the skill can be invoked by the agent, review activation preferences so it doesn't turn on automatically unless you want that behavior.

Like a lobster shell, security has layers — review code before you run it.

latestvk9711w2gy8sb0cwqpna2w7tf8h82cdb2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🐕 Clawdis
OSLinux · macOS · Windows

Comments