LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: PHP

Browse skills that share this tag.

  • openui-forge-php - OpenUI Generative UI with Laravel PHP Backend
    OpenUILaravelPHPGenerative UI

    ★ 15 · Updated 2026-06-30

    Build generative UI apps with a React frontend and Laravel backend that forwards OpenAI's SSE stream verbatim via response()->stream().

    ⚙ create React frontend with OpenUI⚙ generate system prompt via CLI⚙ create Laravel chat controller
  • check-database-scaling - PHP Database Scaling Issues Analyzer
    PHPDatabaseScalingPerformance

    ★ 98 · Updated 2026-06-15

    Analyzes PHP code to detect database access patterns that hinder horizontal scaling

    ⚙ detect single database connections⚙ identify missing read replicas⚙ detect SELECT queries on primary
  • laravel-best-practices - Laravel 13 Best Practices Guide
    LaravelPHPweb frameworkbest practices

    ★ 0 · Updated 2026-05-28

    Comprehensive best practices guide with 31 rules across 7 categories for Laravel 13 applications

    ⚙ create controllers⚙ create models⚙ create services
  • laravel-best-practices - Laravel 13 Best Practices Guide
    LaravelPHPbest practicesweb development

    ★ 0 · Updated 2026-05-28

    Comprehensive best practices guide for Laravel 13 applications with 31 rules across 7 categories

    ⚙ provide architecture guidelines⚙ provide database guidelines⚙ provide routing guidelines
  • laravel-best-practices - Laravel 13 Best Practices Guide
    LaravelPHPBest practicesWeb framework

    ★ 0 · Updated 2026-05-28

    Guide with 31 rules across 7 categories for building Laravel applications

    ⚙ Apply Laravel conventions⚙ Create controllers⚙ Create models
  • neuron-agent-builder - Neuron AI Agent Builder for PHP
    agent builderPHPtoolsstreaming

    ★ 110 · Updated 2026-05-28

    Create and configure Neuron AI agents with providers, tools, instructions, and memory.

    ⚙ create agents⚙ configure providers⚙ define instructions
  • resolve-entry-point - Resolve HTTP Routes and Console Commands to Handlers
    PHProutingcode navigationSymfony

    ★ 98 · Updated 2026-05-28

    Resolves HTTP routes and console commands to their handler files

    ⚙ detect framework⚙ resolve HTTP route⚙ resolve console command
  • php-pro-max - PHP Development Intelligence Assistant
    PHPbackenddevelopmentLaravel

    ★ 56 · Updated 2026-05-09

    PHP development tool for planning, building, and reviewing code across 12 domains and 8 stacks

    ⚙ plan PHP project⚙ build PHP application⚙ create PHP code
  • neuron-agent-builder - Build and configure Neuron AI agents
    AI agentsPHPChat botsTool integration

    ★ 2,103 · Updated 2026-03-26

    Create and configure Neuron AI agents with providers, tools, instructions, and memory.

    ⚙ create agents⚙ configure providers⚙ integrate tools
  • api-design - REST API Design for PHP Backends
    REST APIAPI DesignHTTPPHP

    ★ 1 · Updated 2026-03-23

    REST API design patterns for PHP backends covering resource naming, HTTP semantics, validation boundaries, error responses, pagination, filtering, and versioning.

    ⚙ design REST endpoints⚙ review API contracts⚙ define validation rules
  • create-outbox-pattern - Transactional Outbox Pattern Generator for PHP
    outbox patternevent sourcingPHPtransactional messaging

    ★ 98 · Updated 2026-03-23

    Generates Transactional Outbox pattern components for PHP 8.4 with entity, repository, publisher, processor and tests

    ⚙ generate entity class⚙ create repository interface⚙ create repository implementation
  • acc-create-state - PHP 8 State Pattern Generator
    PHPState PatternCode GenerationDomain-Driven Design

    ★ 18 · Updated 2026-03-23

    Generates State pattern infrastructure with context, state interface, concrete states, and unit tests.

    ⚙ generate state interface⚙ generate abstract state⚙ generate concrete states
  • acc-create-state - PHP 8.5 State Pattern Generator
    State PatternPHPState MachineCode Generation

    ★ 602 · Updated 2026-03-22

    Generates State pattern infrastructure for PHP 8.5 with state interfaces, concrete states, and factories

    ⚙ Generate state interface⚙ Generate concrete states⚙ Generate state factory
  • drupal-standards - Apply Drupal coding standards automatically
    Drupalcoding standardsPHPJavaScript

    ★ 18 · Updated 2026-03-20

    Automatically applies Drupal coding standards for PHP, JavaScript, CSS, SQL, Twig, and YAML files

    ⚙ read coding standards⚙ apply coding standards⚙ validate code
  • schema-implementation - Implement Schema.org Types in PHP Library
    schema.orgPHPcode generationtesting

    ★ 1 · Updated 2026-03-19

    Step-by-step procedure for implementing schema.org types including class creation and testing

    ⚙ read schema specifications⚙ check dependencies⚙ create schema class
  • create-rate-limiter - PHP 8.4 Rate Limiter Generator
    PHPRate LimiterToken BucketSliding Window

    ★ 98 · Updated 2026-03-10

    Generates Rate Limiter pattern infrastructure for PHP 8.4 with multiple algorithms

    ⚙ generate interface⚙ create algorithm implementation⚙ create storage implementation
  • magento-php-specialist - Advanced PHP Development for Magento 2 Applications
    PHPMagentoPSR-12Coding Standards

    ★ 602 · Updated 2026-03-09

    Specializes in PHP code writing for Magento 2 following PSR-12 and Magento coding standards

    ⚙ Write PHP code⚙ Implement business logic⚙ Ensure code quality
  • nette-testing - Nette Tester Testing Framework for PHP
    testingunit testingPHPNette

    ★ 18 · Updated 2026-02-13

    Provides Nette Tester testing conventions for writing and running unit tests

    ⚙ write Nette Tester tests⚙ use Assert methods⚙ run tester commands