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

Xs Cat Diary

skill-karaage0703-ai-assistant-workspace-xs-cat-diary · by karaage0703

猫の写真を自動判定して猫日記を作成するスキル。写真を送ると猫かどうか判定し、猫ならNotion猫日記DBに自動保存。毎週ベストショットを選出。「猫日記」「ねこ日記」「猫写真」「今週のベストショット」で使用。

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

Install

$ agentstack add skill-karaage0703-ai-assistant-workspace-xs-cat-diary

✓ 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-karaage0703-ai-assistant-workspace-xs-cat-diary)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo 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 Xs Cat Diary? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

猫日記スキル

猫の写真を送ると自動で猫日記に記録。Notionにページ作成+画像アップロードまでやる。

発動条件

以下のいずれかで 必ず自動発動

  • 画像が送られた + 猫が写っている
  • テキストに「猫」「ねこ」「猫日記」「ねこ日記」「🐱」が含まれている + 画像付き

初期設定(初回のみ)

  1. notion-manager スキルのセットアップを完了する
  2. Notionに猫日記用データベースを作成する
  3. データベースのプロパティを設定:
  • 名前(title): YYYYMMDD_キャプション 形式
  • 作成日時(created_time): 自動設定
  1. DB IDをこのファイルの「Notion設定」に記入する

Notion設定

  • 猫日記DB ID: (初期設定で記入)
  • Data Source ID: (初期設定で記入)

猫情報

  • (猫の名前・特徴を記入)

処理フロー(必ずこの順番で実行)

Step 1: 画像を確認して猫判定

Readツールで画像を読み、以下を判定:

  • 猫がいるか → いなければ終了
  • どの猫か → 毛色・特徴で判定
  • 何をしているか → キャプション生成(30文字以内)

Step 2: Notionにページ作成

cd [WORKSPACE]/skills/notion-manager
uv run python notion_tool.py create  "YYYYMMDD_キャプション" --database

Step 3: 画像をアップロード

🚨 これを忘れがち!ページ作成だけで終わらせない!

notion_tool.py で画像をNotionにアップロード:

cd [WORKSPACE]/skills/notion-manager
uv run python notion_tool.py upload   -c "キャプション"
  • `` はStep 2で返ってきたIDを使う
  • -c でキャプションを付ける

Step 4: 報告

🐱 猫を検出!

**猫の名前**がソファでお昼寝中。猫日記に記録したよ!

📔 

余計な中間報告はしない。完了報告のみ。

チェックリスト(実行時に必ず確認)

  • [ ] 画像を読んで猫を判定したか
  • [ ] Notionにページを作成したか
  • [ ] 🚨 画像をアップロードしたか(notion_tool.py upload)
  • [ ] NotionページURLを報告したか

⚠️ よくある失敗パターン

ページ作成だけやって画像アップロードを忘れる ← これをやりがち!

Notionページを作っても画像がないと猫日記の意味がない。 Step 3(画像アップロード)を絶対に飛ばさないこと。

週次ベストショット

  1. 今週の猫日記をNotionから取得
  2. 画像を全て確認
  3. 表情・構図・珍しさでベストショットを選出
  4. 「今週のベストショット🐱」として投稿

使用例

[猫の画像を送信]
→ 🐱 猫を検出!猫日記に記録したよ

「今週の猫ベストショット」
→ 🏆 今週のベストショットを選出!

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.