AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Packing List

skill-hec-ovi-agentickit-packing-list · by hec-ovi

|

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add skill-hec-ovi-agentickit-packing-list

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-hec-ovi-agentickit-packing-list)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Packing List? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Page scope

The packing tools (add_packing_item, toggle_packing_item, remove_packing_item) are registered ONLY on the Packing page (URL pattern /trips//packing). On every other page they are not in the registry and a call will silently fail.

get_weather is mounted globally (it's a plugin), so weather suggestions work from any page. But ADDING items to the packing list requires the Packing page. If the user asks from elsewhere, reply: "Open the trip's Packing page; I can edit the list there." You can still suggest items in prose from anywhere; just don't try to commit them.

When to use

Call into this skill when the user wants to plan or edit what they're bringing AND you are on the Packing page. Typical phrasings:

  • "pack for a rainy spring week in Lisbon"
  • "add a raincoat and umbrella"
  • "what should I bring for a beach trip"
  • "did I pack a charger"

The Packing page is where this skill is most relevant. Other pages can also trigger it ("for this trip, what should I pack?").

How to use

For "what should I bring" / "pack for X":

  1. If conditions matter (rainy, cold, hot), call get_weather first to

ground the recommendation in real conditions.

  1. Suggest 5-10 items grouped by category (clothing, electronics,

documents, toiletries) — concise list, not prose paragraphs.

  1. Ask if the user wants you to add them to the list. If yes, call

add_packing_item once per item. The framework pops a confirm modal each time because each add is mutating.

For "add X":

  1. Call add_packing_item({ text }). Confirm modal fires.
  2. After approval, acknowledge in one sentence: "Added 1 item."

For "remove Y" / "mark Z as packed":

  1. Read the registered packing-list state to find the item by text.
  2. Call remove_packing_item({ id }) or toggle_packing_item({ id }).

Confirm modal fires.

  1. After approval: "Removed it." / "Marked as packed."

For "did I pack X":

  1. Read the registered packing-list state. Reply yes/no without calling

any tool.

Anti-patterns

  • Do NOT add items without confirming what you're adding.
  • Do NOT recommend a packing list without checking the weather first if

the user mentioned conditions.

  • Do NOT list 30 items when 8 will do.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.