laravel-mixpost

laravel-mixpost is a skill for Claude Code, Codex from majdghithan/agent-skills. It costs 129 tokens per session (1,654 once invoked), scanned A, original, MIT.

A guide for installing and operating Mixpost, a self-hosted social-media scheduling application that runs inside Laravel. It covers different Mixpost editions and connections to services such as LinkedIn, Facebook, Instagram, TikTok, and YouTube.

In plain words
What is it for?
Installing Mixpost, choosing between its editions, configuring queues and Redis, connecting social networks, scheduling posts, uploading media, and operating the application.
Why use it?
Mixpost's editions, queues, Redis setup, provider connections, and licensing choices affect whether the installation works correctly. This helps avoid configuration mistakes when running it on your own server.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Installing Mixpost, choosing between its editions, configuring queues and Redis, connecting social networks, scheduling posts, uploading media, and operating the application.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/majdghithan/agent-skills/laravel-mixpost
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add majdghithan/agent-skills --skill laravel-mixpost
Clone the repo
git clone --depth 1 https://github.com/majdghithan/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for laravel-mixpost

README.md
[![agentmods](https://agentmods.dev/badge/skills/majdghithan/agent-skills/laravel-mixpost/github.svg)](https://agentmods.dev/skills/majdghithan/agent-skills/laravel-mixpost)
Your own site
<a href="https://agentmods.dev/skills/majdghithan/agent-skills/laravel-mixpost"><img src="https://agentmods.dev/badge/skills/majdghithan/agent-skills/laravel-mixpost/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for laravel-mixpost

Your own site · 80×15
<a href="https://agentmods.dev/skills/majdghithan/agent-skills/laravel-mixpost"><img src="https://agentmods.dev/badge/skills/majdghithan/agent-skills/laravel-mixpost.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 129 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,654 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00129 $0.01654
Opus 5 $0.00064 $0.00827
Sonnet 5 $0.00026 $0.00331
Haiku 4.5 $0.00013 $0.00165

Measured 11d ago against content hash f5571eba9e0b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

laravel-mixpost scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/laravel-mixpost/SKILL.md · 86 lines

How it starts

The opening of the file, as written. The whole thing — 86 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Mixpost (self-hosted social scheduler on Laravel)

Mixpost by Inovector is a self-hostable social-media management/scheduling app that installs into a Laravel application. It publishes to LinkedIn, Facebook Pages, Instagram, TikTok, YouTube, X, and more, on a schedule, from your own server - no third-party SaaS fees.

Editions - pick the right one (this decision saves pain)

  • Mixpost Lite - free/open-source, single workspace, core scheduling. Good for one account.
  • Mixpost Pro / Team (inovector/mixpost-pro-team) - paid license; multiple workspaces, more providers, media library, AI features, engagement inbox, a built-in MCP server (v6+). The right choice for a solo operator or small team.
  • Mixpost Enterprise (inovector/mixpost-enterprise) - adds a full SaaS layer (customers, subscriptions, payments, mixpost_e_* tables). Do NOT use this for a single-user/internal tool - the SaaS layer adds an email-verification wall, a second asset bundle, and payment-webhook CSRF handling that cause avoidable early bugs. An Enterprise license key also authorizes Pro, so you can install Pro with the same credentials.

Requirements

Dependency Requirement
PHP 8.3+ (8.4+ if on Laravel 13 / Symfony 8)
Laravel 11 / 12 / 13 (per Mixpost major)
Redis 6.2+
Queues laravel/horizon ^5 (Mixpost provides supervisor config)
FFmpeg required (video processing)
DB MySQL or PostgreSQL

Install (Pro/Team)

# auth.json holds the packages.inovector.com license credentials - GITIGNORE IT (contains the key)
composer require inovector/mixpost-pro-team "^6.0"
php artisan mixpost:install         # migrations, config, first workspace
php artisan mixpost:publish-assets  # publishes to public/vendor/mixpost

Then follow the install steps for job batching config, CSRF exclusions for provider webhooks, QUEUE_CONNECTION=redis, Horizon supervisors ('defaults' => \Inovector\Mixpost\Horizon::supervisors()), and creating the admin user. Serve the app over HTTPS - LinkedIn/Meta OAuth redirect URLs require it.

Read the full file on GitHub · 86 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 86 lines · 129 tokens per session scan A f5571eba9e0b

Subscribe to this mod's changes

laravel-mixpost is a skill published in the GitHub repository majdghithan/agent-skills (7 stars, last pushed 1mo ago), licensed MIT. It adds 129 tokens to every session and 1,654 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

olakunlevpn-filament-skills

Use when writing, reviewing, or refactoring Filament PHP v5 code -- resources, forms, tables, infolists, actions, widgets, panels, relation managers, multi-tenancy, testing, or plugin development. Always apply these standards to all Filament work.

olakunlevpn/olakunlevpn-filament-skills · 64 tokens

powergrid-theme

Create or update a PowerGrid v7 theme using the Theme abstract class, per-section token methods (layout/header/table/footer/cols/tabs plus filter/editable/toggleable), config themeoverrides, or ArrayTheme.

Power-Components/livewire-powergrid · 49 tokens

upgrade-theme-v6-to-v7

Migrates a v6 Theme class to the v7 architecture: a tiny struct() plus per-section token methods (layout/header/table/footer/cols/tabs + filter/editable/toggleable) with parentTheme inheritance.

Power-Components/livewire-powergrid · 52 tokens

create-powergrid-plugin

Create a complete PowerGrid plugin from scratch, including PHP class, Column macro, Blade view, Alpine.js component, and registration.

Power-Components/livewire-powergrid · 31 tokens

module:assistant

Add an AI assistant chat panel to any Laravel project — with tool calling, streaming, and MCP support.

escapeboy/ai-prompts · 24 tokens

laravel-spatie-event-sourcing

Use this skill any time a user works with Laravel and event sourcing together — whether setting up spatie/laravel-event-sourcing for the first time, designing a new event-sourced domain (aggregates, events, projectors, reactors), generating code for bounded contexts, or debugging issues with AggregateRoot…

albertoarena/claude-laravel-event-sourcing · 150 tokens