01
このSkillでできること
- ✓投稿・告知・短い更新文を1件作成する
- ✓過去のメモから文体やトピックの学びを参照する
- ✓200語未満を目安に草稿をまとめる
- ✓公開せずdraft状態で保存する
02
使い方
01
STEP 1
依頼されたテーマ、または週次メモから題材を決める
02
STEP 2
事実・数値・固有名詞・引用を推測で補わない
03
STEP 3
指定されたdraftsフォルダに1件だけ保存する
04
STEP 4
保存先と一行要約だけを返す
03
Skillのインストール
初心者におすすめ
AIにこのSkillを追加してもらう
GitHub URLごとCodexやClaude Codeへ渡し、現在の環境に合う方法を判断してもらいます。
このGitHubリポジトリにあるSkillを確認し、現在の環境に適した方法でインストールしてください。
インストール後、正常に利用できることを確認し、基本的な使い方も簡潔に説明してください。
Repository:
https://github.com/kite-ml/tepui手動でインストールする
README / SKILL.mdから機械抽出できたコマンドのみ表示しています。推測したコマンドではありません。
git clone https://github.com/kite-ml/tepui && cd tepui
cp -r company.example company # make it yours
pnpm install && pnpm compile # org.yaml + company/ -> runtime config
./runtime/openclaw/host/start.sh # gateway + agents + Slack04
このSkillを使うプロンプト例
Skill名を明示すると、意図したSkillを使わせやすくなります。自動発動型では必須とは限りません。
今週のメモをもとに、事実を追加せず、公開しない短い告知草稿を1件作成してください。出力例を見る
草稿をdraftsフォルダに保存しました。要約:今週の進捗と次の予定を簡潔に共有する内容です。05
安全性チェック
自動解析による参考情報です。Skillの安全性を保証するものではありません。
外部API通信検出あり
Shellコマンド実行明確な記述なし
ファイル読み取り明確な記述なし
ファイル書き込み検出あり
ネットワークアクセス検出あり
認証情報検出あり
検出根拠を見る
- file_write: git clone https://github.com/kite-ml/tepui && cd tepui cp -r company.example company # make it yours pnpm install && pnpm compile # o
- network: compiler turns them into configuration for [OpenClaw](https://github.com/openclaw/openclaw), the open-source runtime that actually runs the agents, conn
- network: (planned) [large code block omitted]bash git clone https://github.com/kite-ml/tepui && cd tepui cp -r company.example company # make it yours
- credential: org.yaml + company/ -> runtime config # put your model API key in runtime/openclaw/local/.env (never committed) ./runtime/openclaw/host/start.sh #
- credential: only, by construction: this agent holds no publishing credential, so the worst a bad draft can do is sit unread in a folder. ## What to do 1. Skim `MEMO
06