← Back to Skills Marketplace
hirofumiko

Agent Starter Kit

by HiroFumiko · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
155
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fumi-agent-starter-kit
Description
OpenClawエージェントの構築に必要なすべてのテンプレートを含むスターターキット。SOUL.md, IDENTITY.md, AGENTS.md, USER.md, HEARTBEAT.mdの完全なテンプレートとカスタマイズガイド。
README (SKILL.md)

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コミュニティで!


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

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: fumi-agent-starter-kit Version: 1.0.0 The bundle is a legitimate starter kit providing configuration templates (SOUL, IDENTITY, AGENTS, etc.) for OpenClaw agents. It contains no executable code, only Markdown instructions and standard shell commands for workspace setup. The instructions guide the agent on memory management and proactive tasks like checking calendars or emails, which are aligned with the stated purpose of a productivity assistant. The templates even include explicit safety instructions for the agent, such as 'Don't exfiltrate private data' and 'Don't run destructive commands without asking' in templates/AGENTS.md.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fumi-agent-starter-kit
  3. After installation, invoke the skill by name or use /fumi-agent-starter-kit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the OpenClaw agent-starter-kit. - Provides a complete set of starter templates for building OpenClaw agents: SOUL.md, IDENTITY.md, AGENTS.md, USER.md, and HEARTBEAT.md. - Includes customization guides and sample agent configurations. - Step-by-step instructions for setup and agent launch. - Designed to be beginner-friendly, with clearly organized templates and practical usage examples.
Metadata
Slug fumi-agent-starter-kit
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Agent Starter Kit?

OpenClawエージェントの構築に必要なすべてのテンプレートを含むスターターキット。SOUL.md, IDENTITY.md, AGENTS.md, USER.md, HEARTBEAT.mdの完全なテンプレートとカスタマイズガイド。 It is an AI Agent Skill for Claude Code / OpenClaw, with 155 downloads so far.

How do I install Agent Starter Kit?

Run "/install fumi-agent-starter-kit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Starter Kit free?

Yes, Agent Starter Kit is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Starter Kit support?

Agent Starter Kit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Starter Kit?

It is built and maintained by HiroFumiko (@hirofumiko); the current version is v1.0.0.

💬 Comments