Install
$ agentstack add skill-karaage0703-ai-assistant-workspace-xs-cat-diary ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →About
猫日記スキル
猫の写真を送ると自動で猫日記に記録。Notionにページ作成+画像アップロードまでやる。
発動条件
以下のいずれかで 必ず自動発動:
- 画像が送られた + 猫が写っている
- テキストに「猫」「ねこ」「猫日記」「ねこ日記」「🐱」が含まれている + 画像付き
初期設定(初回のみ)
notion-managerスキルのセットアップを完了する- Notionに猫日記用データベースを作成する
- データベースのプロパティを設定:
名前(title):YYYYMMDD_キャプション形式作成日時(created_time): 自動設定
- 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(画像アップロード)を絶対に飛ばさないこと。
週次ベストショット
- 今週の猫日記をNotionから取得
- 画像を全て確認
- 表情・構図・珍しさでベストショットを選出
- 「今週のベストショット🐱」として投稿
使用例
[猫の画像を送信]
→ 🐱 猫を検出!猫日記に記録したよ
「今週の猫ベストショット」
→ 🏆 今週のベストショットを選出!
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: karaage0703
- Source: karaage0703/ai-assistant-workspace
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.