ralphy: Skill for Claude Code

.agents/skills/social-publish/SKILL.md

social-publish is a skill for Claude Code, Codex from alecs5am/ralphy. It costs 126 tokens per session (979 once invoked), scanned A, original, Apache-2.0.

A publishing guide for sending a finished Ralphy project to connected social accounts immediately or at a scheduled time. It prepares the post text, call to action, hashtags, threads, and platform settings.

In plain words
What is it for?
Use it to publish or schedule finished projects on the workspace's connected Instagram, YouTube, X, or Telegram accounts.
Why use it?
It keeps social-post formatting and publishing details together instead of preparing and sending them separately. It also records where the published content came from.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is alecs5am/ralphy's own configuration. It tells Claude Code and Codex how to work on ralphy itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ralphy configures →

Reuse

Borrowing it

Nothing to install: this file belongs to alecs5am/ralphy. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/alecs5am/ralphy/main/.agents/skills/social-publish/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/alecs5am/ralphy

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 social-publish

README.md
[![agentmods](https://agentmods.dev/badge/skills/alecs5am/ralphy/social-publish/github.svg)](https://agentmods.dev/skills/alecs5am/ralphy/social-publish)
Your own site
<a href="https://agentmods.dev/skills/alecs5am/ralphy/social-publish"><img src="https://agentmods.dev/badge/skills/alecs5am/ralphy/social-publish/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 social-publish

Your own site · 80×15
<a href="https://agentmods.dev/skills/alecs5am/ralphy/social-publish"><img src="https://agentmods.dev/badge/skills/alecs5am/ralphy/social-publish.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 126 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 979 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00126 $0.00979
Opus 5 $0.00063 $0.00490
Sonnet 5 $0.00025 $0.00196
Haiku 4.5 $0.00013 $0.00098

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

Security

Grade A, and why

social-publish 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 10d 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.

.agents/skills/social-publish/SKILL.md · 106 lines

How it starts

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

Social publish

Turn a finished Unit into a real or scheduled social post through the workspace's saved Postiz account. The user talks to the agent; the agent operates the CLI.

Required context

  1. Run ralphy once for the user profile and active-workspace memory digest.
  2. Resolve the target workspace. For the Ralphy brand, use ralphy-automaton.
  3. Read both files before writing copy:
    • .ralphy/workspaces/<workspace>/workspace.json
    • .ralphy/workspaces/<workspace>/SOCIAL_STRATEGY.md
  4. Never ask for, print, or copy the Postiz API key. It is already stored in the workspace credentials file.

Ralphy channel bindings

Target Account Role
Instagram agety.dev / Ralphy The Ghost visual product persona, reels, carousels, polished demos
YouTube @ralphy_ugc tutorials, case studies, complete product demos
X @alecs5am founder-led build-in-public, technical insights, launches
Telegram Ralphy UGC community updates, behind the scenes, releases, frequent posts

Use the public integration IDs from workspace.json; never hard-code credentials in a Unit.

Intent contract

  • Explicit "publish/post now" authorizes --now.
  • An explicit date/time authorizes --at <ISO> after resolving it in the workspace timezone.
  • "Prepare", "draft", or ambiguous wording does not authorize an external post. Form the Unit and show the prepared copy, then stop.
  • Never invent a schedule. Ask one concise question only when the requested time cannot be resolved.

Prepare the Unit

Existing media Unit

Read unit.json, the project brief, and the actual media. Ensure the Unit has source-grounded social copy:

ralphy unit caption <project> <unit-slug> --language English --niche saas

The copy must describe the actual content. Include a platform-shaped title/description, a soft CTA, and a small relevant hashtag set. Do not add generic trend tags unrelated to the Unit.

Workspace text post

Form a first-class workspace Unit. Include the complete ready-to-post body, including CTA and hashtags, in --text:

Read the full file on GitHub · 106 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. 10d ago First seen · 106 lines · 126 tokens per session scan A af0a9a1e5cbe

Subscribe to this mod's changes

social-publish is a skill published in the GitHub repository alecs5am/ralphy (133 stars, last pushed today), licensed Apache-2.0. It adds 126 tokens to every session and 979 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-30.

Related

Other skills, from other repositories

video-gen

Use when generate videos with AI models — Runway, Kling, Sora, Pika, Seedance 2.0, Grok Imagine, Veo. Text-to-video, image-to-video, video extension, multi-modal references. Use when generating video from text prompts, animating images, or creating AI video content.

oyi77/1ai-skills · 69 tokens

imaging-data-commons

Query and download public cancer imaging data from NCI Imaging Data Commons using idc-index. Use for accessing large-scale radiology (CT, MR, PET) and pathology datasets for AI training or research. No authentication required. Query by metadata, visualize in browser, check licenses.

synthetic-sciences/openscience · 62 tokens

clinical-reports

Write comprehensive clinical reports including case reports (CARE guidelines), diagnostic reports (radiology/pathology/lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP, H&P, discharge summaries). Full support with templates, regulatory compliance (HIPAA, FDA, ICH-GCP), and validation…

synthetic-sciences/openscience · 71 tokens

clinical-decision-support

Generate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading…

synthetic-sciences/openscience · 97 tokens

molecular-cloning

Molecular cloning simulation and design. PCR amplicon prediction, restriction enzyme digestion, Golden Gate and Gibson assembly simulation, primer design, CRISPR sgRNA design, and plasmid annotation. For protein-level sequence analysis use biopython or esm; for database lookups use gene-database or ensembl-database.

synthetic-sciences/openscience · 70 tokens

geo-database

Access NCBI GEO for gene expression/genomics data. Search/download microarray and RNA-seq datasets (GSE, GSM, GPL), retrieve SOFT/Matrix files, for transcriptomics and expression analysis.

synthetic-sciences/openscience · 47 tokens