← Back to Skills Marketplace
hirofumiko

Web App Template

by HiroFumiko · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
216
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install fumi-web-app-template
Description
Webアプリケーション開発のためのOpenClawワークスペース設定テンプレート。ユーザー体験(UX)優先、レスポンシブデザイン、パフォーマンスの原則。
README (SKILL.md)

Webアプリ開発テンプレート

Webアプリケーション開発のためのOpenClawワークスペース設定テンプレート。

含まれるテンプレート

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

ユーザー体験(UX)優先、レスポンシブデザイン、パフォーマンスの原則。

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

名前: WebBot 種類: Web開発アシスタント バイブ: 現代的、効率的、ユーザー中心 絵文字: 🌐

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

コード構造、API設計、ステート管理のルール。

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

好みの技術スタック、デプロイ方法、デザイン好み。

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

コードレビュー、パフォーマンス監視、バグ追跡。

使い方

インストール

clawhub install web-app-template

テンプレートの使用

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

# テンプレートをコピー
cp -r ~/.openclaw/workspace/skills/web-app-template/templates/* \
      ~/.openclaw/workspace/my-web-app/

# 各ファイルをカスタマイズ
cd ~/.openclaw/workspace/my-web-app
# SOUL.md, IDENTITY.md, AGENTS.md, USER.md, HEARTBEAT.md を編集

機能

Web開発ワークフロー

  1. 要件定義
  2. デザインとプロトタイピング
  3. フロントエンド開発
  4. バックエンド開発
  5. API統合
  6. テスト
  7. デプロイ
  8. モニタリング

サポート技術スタック

フロントエンド

  • React / Next.js
  • Vue.js / Nuxt.js
  • Svelte / SvelteKit
  • Angular
  • Tailwind CSS
  • shadcn/ui

バックエンド

  • Node.js (Express, Fastify)
  • Python (FastAPI, Django, Flask)
  • Go (Gin, Echo)
  • Rust (Actix, Axum)

データベース

  • PostgreSQL
  • MySQL / MariaDB
  • MongoDB
  • Redis

デプロイ

  • Vercel / Netlify
  • AWS / GCP / Azure
  • Docker / Kubernetes

ベストプラクティス

  • コンポーネント駆動開発
  • API設計(REST/GraphQL)
  • 認証・認可
  • エラーハンドリング
  • ログ管理
  • パフォーマンス最適化
  • SEO最適化
  • アクセシビリティ

ドキュメント

  • README.md(インストール、実行、デプロイ)
  • API.md(APIリファレンス)
  • ARCHITECTURE.md(アーキテクチャ)
  • DEPLOYMENT.md(デプロイガイド)

サンプルエージェント

例1: SaaSプロダクト開発

名前: SaaSDevBot 目的: SaaSプロダクトの開発とデプロイ トーン: 現代的、スケーラブル、ユーザー中心

SOUL.md:

  • ユーザー体験の優先
  • レスポンシブデザイン
  • パフォーマンス重視

IDENTITY.md:

  • 名前: SaaSDevBot
  • 種類: SaaS開発アシスタント
  • バイブ: 現代的、スケーラブル、ユーザー中心
  • 絵文字: 🌐

例2: Eコマースサイト開発

名前: EcommerceBot 目的: Eコマースサイトの開発と最適化 トーン: 転換率重視、ユーザビリティ、SEO

SOUL.md:

  • 転換率の最適化
  • ユーザビリティの確保
  • SEOとパフォーマンス

IDENTITY.md:

  • 名前: EcommerceBot
  • 種類: Eコマース開発アシスタント
  • バイブ: 転換率重視、ユーザビリティ、SEO
  • 絵文字: 🛒

価格

  • 単一テンプレート: $5
  • Webアプリ開発パック: $15
  • 完全バンドル(エージェントスターターキット + Webアプリ): $30

サポート

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


今すぐWebアプリを開発しましょう! 🌐

Usage Guidance
This is a straightforward web-app workspace template and mostly benign in content, but inspect and control what you copy into your environment. Before installing or copying these templates into your real ~/.openclaw/workspace: 1) Review memory/ and MEMORY.md files and remove any secrets or credentials (do not store API keys or passwords in those files). 2) Edit AGENTS.md or agent runtime policy to require explicit confirmation before performing deployments, pushing code, or executing system-level commands (replace the 'Don't ask permission. Just do it.' guidance). 3) If you want stricter limits, modify the templates so the agent only reads specific allowed files and ask for consent before writing MEMORY.md or running heartbeats that trigger actions. 4) Prefer using this template in an isolated/test workspace first to observe behavior. If you need, ask the author for clarification about automatic behaviors and what the agent is expected to do autonomously.
Capability Analysis
Type: OpenClaw Skill Name: fumi-web-app-template Version: 1.0.0 The skill bundle is a comprehensive workspace template for web development, providing structured instructions (SOUL.md, IDENTITY.md, AGENTS.md) for an AI agent to act as a 'WebBot'. It includes proactive monitoring guidelines in HEARTBEAT.md and explicitly defines safety boundaries in AGENTS.md, such as forbidding data exfiltration and requiring permission for external deployments. No malicious code, obfuscation, or harmful prompt injection attempts were found.
Capability Assessment
Purpose & Capability
Name/description (web app template) align with the provided templates and instructions: SOUL.md, IDENTITY.md, AGENTS.md, USER.md, HEARTBEAT.md and copying them into a workspace is consistent with the stated purpose.
Instruction Scope
AGENTS.md instructs the agent to automatically read workspace files (SOUL.md, USER.md, memory/YYYY-MM-DD.md, MEMORY.md in main sessions) and to 'Check for unresolved next actions' and 'Don't ask permission. Just do it.' That grants the agent broad discretion to read and act on local workspace files and to surface/execute pending actions without explicit user prompts. The templates also instruct writing MEMORY.md and heartbeat-state.json. While these are plausible for an agent template, they are broad and could cause undesired automatic behaviors or exposure of anything stored in those memory files (which might accidentally include secrets). No external endpoints or hidden exfiltration are present.
Install Mechanism
Instruction-only skill with no install spec and no code to download or execute; low install risk (nothing is written by an installer beyond what the user copies).
Credentials
The skill declares no required env vars/credentials (good). However, the runtime instructions expect full read/write access to the user's OpenClaw workspace (~/.openclaw/workspace/*, memory files). Although this is expected for a workspace template, it means sensitive data stored in those files could be accessed by any agent instantiated from this template.
Persistence & Privilege
The skill itself does not request 'always: true' and is user-invocable. Nevertheless, AGENTS.md encourages autonomous background behaviour (regular heartbeats, proactive checks, and automatic surfacing of pending actions). Combined with the platform default that skills can be invoked autonomously, this increases the potential for the agent to act or read/write without explicit human confirmation unless you modify the templates or runtime policy.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fumi-web-app-template
  3. After installation, invoke the skill by name or use /fumi-web-app-template
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of web-app-template. - 提供:OpenClaw向けWebアプリケーション開発テンプレート - UX優先、レスポンシブデザイン、パフォーマンス原則を重視 - 主要ファイル(SOUL.md, IDENTITY.md, AGENTS.md, USER.md, HEARTBEAT.md)で構造化 - 豊富な推奨技術スタック・開発ワークフロー・ベストプラクティスを記載 - テンプレートのインストール・カスタマイズ手順を明記 - エージェントサンプルと価格プランの案内を追加
Metadata
Slug fumi-web-app-template
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Web App Template?

Webアプリケーション開発のためのOpenClawワークスペース設定テンプレート。ユーザー体験(UX)優先、レスポンシブデザイン、パフォーマンスの原則。 It is an AI Agent Skill for Claude Code / OpenClaw, with 216 downloads so far.

How do I install Web App Template?

Run "/install fumi-web-app-template" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Web App Template free?

Yes, Web App Template is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Web App Template support?

Web App Template is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Web App Template?

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

💬 Comments