Agent Starter Kit

v1.0.0

OpenClawエージェントの構築に必要なすべてのテンプレートを含むスターターキット。SOUL.md, IDENTITY.md, AGENTS.md, USER.md, HEARTBEAT.mdの完全なテンプレートとカスタマイズガイド。

0· 149·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for hirofumiko/fumi-agent-starter-kit.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Agent Starter Kit" (hirofumiko/fumi-agent-starter-kit) from ClawHub.
Skill page: https://clawhub.ai/hirofumiko/fumi-agent-starter-kit
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install fumi-agent-starter-kit

ClawHub CLI

Package manager switcher

npx clawhub@latest install fumi-agent-starter-kit
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (agent starter templates) match the provided files and runtime instructions. The skill is instruction-only and only provides markdown templates and guidance; it does not declare unrelated env vars, binaries, or installs.
Instruction Scope
Most instructions stay within building and customizing an agent workspace (copy templates, edit SOUL/IDENTITY/AGENTS/USER/HEARTBEAT, then start the agent). However AGENTS.md contains guidance that broadens agent behavior (e.g., 'Don't ask permission. Just do it.', 'commit and push your own changes', proactive heartbeat tasks that may access email/calendar/web). These are coherent for an autonomous agent template but raise behavioral scope considerations: the templates encourage background activity, reading/writing workspace memory files, and committing/pushing changes. Review and constrain those behaviors if you need tighter control.
Install Mechanism
No install spec and no code files — nothing is downloaded or executed by the skill itself. Risk from installation is minimal because it's instruction-only.
Credentials
The skill requests no environment variables, credentials, or config paths. The templates instruct agents to read/write workspace files (memory, MEMORY.md) which is expected for an agent; no unrelated secrets or external credentials are requested.
Persistence & Privilege
always is false and there is no install-time persistence. The templates encourage autonomous background checks and possibly pushing commits, but that is behavioral guidance in templates rather than a granted platform privilege. Autonomous invocation is the platform default and not a unique elevation here.
Assessment
This skill appears to be what it says: a collection of templates and guidance for building agents. Before installing or using it, consider the following: (1) the templates explicitly instruct agents to read and write workspace memory files (memory/YYYY-MM-DD.md and MEMORY.md) — review those files for any sensitive data and avoid putting secrets in them; (2) AGENTS.md encourages proactive actions (background heartbeats, 'Don't ask permission. Just do it.', and 'commit and push your own changes') — if you don't want an agent to perform network pushes or autonomous actions, edit those templates to remove/limit that behavior or run the agent with restricted network/git permissions; (3) because the skill can prompt agents to commit/push, check your git remotes and credentials to avoid accidental leaks or pushes to an unintended repo; (4) if you are unsure about autonomous behavior, test the templates in a sandboxed workspace (no real credentials, no sensitive files) first and review the generated SOUL/AGENTS/HEARTBEAT content before enabling the agent. Overall this is coherent and low-risk, but you should tailor the templates to your security posture before allowing the agent to act autonomously.

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

Runtime requirements

🚀 Clawdis
latestvk976qtq9t6d650993whjhekgch8345z9
149downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

OpenClaw Agent Starter Kit

OpenClawエージェントを構築するための完全なスターターキット。

含まれるテンプレート

1. SOUL.md - エージェントの本質

エージェントの性格、運営原則、振る舞い方を定義するテンプレート。

2. IDENTITY.md - エージェントのアイデンティティ

名前、種類、バイブ、絵文字などの基本情報を定義するテンプレート。

3. AGENTS.md - ワークスペースのルール

エージェントの運営方法、メモリ管理、ツール使用などのルールを定義するテンプレート。

4. USER.md - ユーザーの情報

ユーザーの名前、タイムゾーン、システム、言語などの情報を定義するテンプレート。

5. HEARTBEAT.md - 定期チェックの設定

エージェントの定期チェックタスクを設定するテンプレート。

使い方

ステップ1: テンプレートをコピー

# エージェントのワークスペースを作成
mkdir -p ~/.openclaw/workspace/my-agent

# テンプレートをコピー
cp -r ~/.openclaw/workspace/skills/agent-starter-kit/templates/* \
      ~/.openclaw/workspace/my-agent/

ステップ2: 各ファイルをカスタマイズ

SOUL.md

# SOUL.md - エージェントの本質

## コア運営原則
### 1. [原則1]
[説明]

### 2. [原則2]
[説明]

## どうコミュニケートするか
**トーン:** [フォーマル、カジュアル、ユーモアなど]
**形式:** [構造化、簡潔、長い説明など]

## ドメイン行動
### [ドメイン1]
[振る舞い]

### [ドメイン2]
[振る舞い]

IDENTITY.md

# IDENTITY.md - エージェントのアイデンティティ

- **名前:** [エージェントの名前]
- **種類:** [AIアシスタント、戦略家、コーダーなど]
- **バイブ:** [フォーマル、カジュアル、ユーモアなど]
- **絵文字:** [🤖, 💡, 🎯 など]

## 専門分野
- [分野1]
- [分野2]
- [分野3]

AGENTS.md

# AGENTS.md - ワークスペースのルール

## すべてのセッション
- ワークスペースは家です。そのように扱います。
- 毎セッション開始時に、以下を読んでください:
  1. SOUL.md — 誰であるか
  2. USER.md — 誰を助けているか
  3. MEMORY.md — 長期記憶

## メモリ
- 毎日: `memory/YYYY-MM-DD.md` — 生ログ
- 長期: `MEMORY.md` — 選別された記憶

## 安全
- プライベートデータを流出させない
- 許可なく破壊的なコマンドを実行しない

USER.md

# USER.md - ユーザーの情報

- **名前:** [ユーザーの名前]
- **呼び方:** [ユーザーへの呼び方]
- **タイムゾーン:** [Asia/Tokyo など]
- **システム:** [OS、Shell など]
- **言語:** [コミュニケーション言語]

## 好みと反応
- [好き]
- [嫌い]
- [好みのトーン]

HEARTBEAT.md

# HEARTBEAT - 定期チェック

## 目的
[このエージェントの目的]

## 行動指針
[定期チェックで行うこと]

## 行動内容
### Step 1: 状況理解
- [チェック1]
- [チェック2]

### Step 2: アクション
- [アクション1]
- [アクション2]

### Step 3: 記録
- [記録内容]

### Step 4: 報告
- [報告先]

ステップ3: エージェントを起動

# OpenClawでエージェントを起動
openclaw agent start --workspace ~/.openclaw/workspace/my-agent

サンプルエージェント

例1: プロダクティビティアシスタント

名前: TaskBot 目的: タスク管理と生産性向上 トーン: 効率的、励まし

SOUL.md:

  • 出力 over ポリッシュ
  • 次のアクションを常に提示
  • 達成したタスクを祝う

IDENTITY.md:

  • 名前: TaskBot
  • 種類: プロダクティビティアシスタント
  • バイブ: 効率的、励まし
  • 絵文字: ⚡

例2: コードレビューアシスタント

名前: CodeReviewBot 目的: コード品質の向上 トーン: 建設的、厳格

SOUL.md:

  • 品質 over スピード
  • 問題を明確に指摘
  • 改善策を提示

IDENTITY.md:

  • 名前: CodeReviewBot
  • 種類: コードレビュー専門家
  • バイブ: 建設的、厳格
  • 絵文字: 🔍

カスタマイズガイド

エージェントの性格を決める

質問:

  1. どのようなタスクを扱うか?
  2. どのようなトーンで話すか?
  3. どのような優先順位を持つか?

ドメイン行動を定義する

例:

  • Web Development: アーキテクチャレビュー、パターン一貫性
  • Data Science: バリデーションリーク、モデル選択
  • Writing: 明確さ、簡潔さ、文法

心拍タスクを設定する

例:

  • メールチェック
  • カレンダー確認
  • 通知確認
  • 天気確認

価格

単一テンプレート: $5 エージェントテンプレートパック (5種類): $20

サポート

質問やフィードバックは、Discordコミュニティで!


今すぐあなたのエージェントを構築しましょう! 🚀

Comments

Loading comments...