Skip to main content
ClaudeWave
schedulala avatar
schedulala

schedulala-agent

Ver en GitHub

Agent Skill for Schedulala — schedule social posts to 12 platforms from Claude, ChatGPT, Claude Code, or any MCP agent

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · schedulala
Claude Code CLI
claude mcp add schedulala-agent -- npx -y schedulala
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "schedulala-agent": {
      "command": "npx",
      "args": ["-y", "schedulala"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

<div align="center">

<img src="assets/logo.png" width="72" alt="Schedulala logo" />

# Schedulala

### Your agent posts. Replies. Measures. Listens.

**12 Platforms. Any Agent. One Prompt.**

[![npm CLI](https://img.shields.io/npm/v/schedulala?label=schedulala&color=cb3837)](https://www.npmjs.com/package/schedulala)
[![npm MCP server](https://img.shields.io/npm/v/%40schedulala%2Fmcp-server?label=%40schedulala%2Fmcp-server&color=cb3837)](https://www.npmjs.com/package/@schedulala/mcp-server)
[![License MIT](https://img.shields.io/badge/License-MIT-blue)](LICENSE)
[![MCP Registry](https://img.shields.io/badge/MCP%20Registry-com.schedulala%2Fschedulala-8A2BE2)](https://registry.modelcontextprotocol.io/v0/servers?search=schedulala)
[![X Follow](https://img.shields.io/badge/X-%40schedulala-000)](https://x.com/schedulala)

</div>

---

Schedulala teaches any AI agent to run your social media end to end: schedule
and publish to **12 platforms** — Twitter/X, Instagram, TikTok, LinkedIn,
YouTube, Facebook, Threads, Bluesky, Pinterest, Mastodon, Telegram, and Google
Business Profile — with **first comments on 8 of them through one API field**,
every post **validated against each platform's character limits and media
rules before anything publishes**, plus analytics, comment triage, and keyword
listening from the same conversation. The skill was tested against genuinely
cold agents until one installed, connected, and posted with zero human help.

## Quick start

Works with OpenClaw, Hermes, Claude Code, Cursor, Codex, claude.ai, ChatGPT,
and anything with a shell. Per-runtime guides: [schedulala.com/agents](https://schedulala.com/agents).

**CLI · MCP (remote or stdio) · sandbox keys that never publish**

Get your API key from [schedulala.com](https://schedulala.com/dashboard?view=developer), then send this message to your agent:

> Read https://schedulala.com/SKILL.md and follow it to set up Schedulala.
> My API key is sk_live_·········

That's the whole install. The hosted skill walks your agent through the CLI
(`npm i -g schedulala`, zero tool-schema tokens), or MCP if you prefer typed
tools — and teaches the safe workflow: draft → validate/preview → confirm →
publish → verify, plus the per-platform rules that reject posts (TikTok
privacy + postMode, Instagram media, YouTube titles, character limits, …).

No key yet? A free one takes two minutes (`npx schedulala init --email
you@example.com`) and includes 2 connected accounts and 4 posts to try the
loop. `sk_test_` keys simulate everything without publishing.

## The hosted connector (claude.ai / Claude Desktop / ChatGPT)

No install at all — interactive widgets included (post previews, in-chat
media upload, analytics cards, calendar, inbox). In Claude:
**Settings → Connectors → Add custom connector** and paste:

```
https://schedulala.com/api/mcp
```

OAuth sign-in, no API key handling. Requires a paid Claude plan for custom
connectors; the same URL works in ChatGPT.
Setup guide: https://schedulala.com/developers/docs/claude-connector

<p align="center">
  <img src="assets/connect-demo.gif" width="300" alt="Connecting Schedulala to Claude: Settings → Connectors → Add custom connector → paste https://schedulala.com/api/mcp — set up in two minutes" />
  &nbsp;&nbsp;
  <img src="assets/posting-demo.gif" width="300" alt="Posting from one chat: drop food photos into the upload widget, the agent drafts 7 per-platform posts with previews, then schedules them across the week" />
</p>
<p align="center">
  <em>Set up in two minutes — then post everywhere from one chat.</em><br />
  <a href="https://schedulala.com/videos/mcp-launch-45s.mp4">Full 45s demo (sound on)</a> ·
  <a href="https://schedulala.com/videos/connect-claude.mp4">Setup</a> ·
  <a href="https://schedulala.com/videos/posting-restaurant.mp4">Posting</a> ·
  <a href="https://schedulala.com/videos/comments-restaurant.mp4">Comments</a> ·
  <a href="https://schedulala.com/videos/bulk-restaurant.mp4">Bulk</a> ·
  <a href="https://schedulala.com/videos/besttimes-restaurant.mp4">Best times</a> ·
  <a href="https://schedulala.com/videos/analytics-restaurant.mp4">Analytics</a>
</p>

## Install the skill locally (optional)

The one-liner above needs no install. If your runtime prefers a local skill:

```bash
# skills CLI
npx skills add schedulala/schedulala-agent

# Claude Code plugin marketplace
/plugin marketplace add schedulala/schedulala-agent

# OpenClaw (ClawHub)
openclaw skills install schedulala

# plain git
git clone https://github.com/schedulala/schedulala-agent ~/.claude/skills/schedulala-agent
```

Pair it with either:

- the **local MCP server** — `npx -y @schedulala/mcp-server` with
  `SCHEDULALA_API_KEY` (Claude Desktop / Claude Code / Cursor config in the
  [package README](https://www.npmjs.com/package/@schedulala/mcp-server)), or
- the **CLI** — `npx schedulala init --email you@example.com`, then
  `npx schedulala post "Hello" --platforms twitter --now`. Every command
  supports `--json`; exit codes 0–7.

## What's in this repo

```
skills/schedulala/SKILL.md      the skill: install, workflow, rules, decision trees
skills/schedulala/references/   per-platform schemas, media protocol, CLI, widgets
examples/                       ready-to-adapt JSON payloads (tiktok, threads, bulk, …)
.claude-plugin/                 Claude Code plugin + marketplace manifest
```

## Links

- Developer docs (REST API, CLI, connector): https://schedulala.com/developers/docs
- Per-agent setup pages: https://schedulala.com/agents
- Connector setup: https://schedulala.com/developers/docs/claude-connector
- Claude integration page: https://schedulala.com/integrations/claude
- CLI on npm: [`schedulala`](https://www.npmjs.com/package/schedulala) ·
  MCP server on npm: [`@schedulala/mcp-server`](https://www.npmjs.com/package/@schedulala/mcp-server)
- Pricing: https://schedulala.com/pricing

## License

MIT — see [LICENSE](LICENSE). The skill documents the Schedulala service,
which is a separate commercial product.
agent-skillsagentic-aichatgptclaudeclaude-codemcpsocial-media

Lo que la gente pregunta sobre schedulala-agent

¿Qué es schedulala/schedulala-agent?

+

schedulala/schedulala-agent es mcp servers para el ecosistema de Claude AI. Agent Skill for Schedulala — schedule social posts to 12 platforms from Claude, ChatGPT, Claude Code, or any MCP agent Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala schedulala-agent?

+

Puedes instalar schedulala-agent clonando el repositorio (https://github.com/schedulala/schedulala-agent) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar schedulala/schedulala-agent?

+

schedulala/schedulala-agent aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene schedulala/schedulala-agent?

+

schedulala/schedulala-agent es mantenido por schedulala. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a schedulala-agent?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega schedulala-agent en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: schedulala/schedulala-agent
[![Featured on ClaudeWave](https://claudewave.com/api/badge/schedulala-schedulala-agent)](https://claudewave.com/repo/schedulala-schedulala-agent)
<a href="https://claudewave.com/repo/schedulala-schedulala-agent"><img src="https://claudewave.com/api/badge/schedulala-schedulala-agent" alt="Featured on ClaudeWave: schedulala/schedulala-agent" width="320" height="64" /></a>

Más MCP Servers

Alternativas a schedulala-agent