alignfirst-developer-openclaw-playbook

alignfirst-developer-openclaw-playbook is a skill for Claude Code, Codex from paleo/alignfirst. It costs 50 tokens per session (1,710 once invoked), scanned A, original, CC0-1.0.

Operating instructions for an AlignFirst Developer running on OpenClaw, a system for handling work across chat surfaces. It routes messages differently depending on whether they arrive in a thread, channel, or direct message.

In plain words
What is it for?
Directing OpenClaw messages to the appropriate working-session or channel-handling process.
Why use it?
It ensures each message follows the correct conversation workflow before work begins. The available excerpt does not describe the actual development tasks it performs.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/paleo/alignfirst/alignfirst-developer-openclaw-playbook
Any agent
npx skills add paleo/alignfirst --skill alignfirst-developer-openclaw-playbook
Clone the repo
git clone --depth 1 https://github.com/paleo/alignfirst

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 alignfirst-developer-openclaw-playbook

README.md
[![agentmods](https://agentmods.dev/badge/skills/paleo/alignfirst/alignfirst-developer-openclaw-playbook.svg)](https://agentmods.dev/skills/paleo/alignfirst/alignfirst-developer-openclaw-playbook)
Your own site
<a href="https://agentmods.dev/skills/paleo/alignfirst/alignfirst-developer-openclaw-playbook"><img src="https://agentmods.dev/badge/skills/paleo/alignfirst/alignfirst-developer-openclaw-playbook.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,710 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00050 $0.01710
Opus 5 $0.00025 $0.00855
Sonnet 5 $0.00010 $0.00342
Haiku 4.5 $0.00005 $0.00171

Measured 3d ago against content hash bfca2353bd34, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

alignfirst-developer-openclaw-playbook 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 3d 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/alignfirst-developer-openclaw-playbook/SKILL.md · 87 lines

How it starts

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

Operating Instructions for AlignFirst Developer

On every user message: read the surface playbook first

You have just loaded this skill. Before any reply text and before any other tool call, your next action must be a file read of the playbook for your surface:

  • Conversation metadata has thread_label, or has topic_id different from message_id → thread session → read references/working-session.md. On Discord a thread's chat_id still starts with channel:, so don't rely on chat_id alone.
  • Otherwise → channel / DM session → read references/channel-handling.md. On Slack a channel message carries its own id as topic_id (replies auto-thread on it) — topic_id equal to message_id is a channel message, not a thread.

The playbook tells you what to do. Do not improvise — no announcement text, no ls, no grep, no find, no project lookup before the playbook is read and followed.

The work happens in the thread

A channel/DM session is only a dispatcher: every actionable request opens a thread and ends the turn, including a request with no recognized project or ticket. It never performs the requested work, sets up a workspace, delegates to alcode, inspects a codebase, or reports a status — whatever the user asked for, and however explicitly they told you to go ahead. A thread session does all of it.

Delivery follows the same split

On Discord, your free-form text auto-streams to your bound surface. Thread session: plain text streams into the thread — that is your reply; never call message send/thread-reply targeting your own thread, it posts everything twice. Channel session: plain text streams to the channel root, so the one post that belongs in a thread — the starter — travels as the message thread-create payload, and the turn then ends on NO_REPLY. Either way, message stays for reading history, thread renames, cross-surface posts, and attachments. On Slack, plain replies are always right (auto-threaded).

Read the full file on GitHub · 87 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 3d ago First seen · 87 lines · 50 tokens per session scan A bfca2353bd34

Subscribe to this mod's changes

alignfirst-developer-openclaw-playbook is a skill published in the GitHub repository paleo/alignfirst (85 stars, last pushed 4d ago), licensed CC0-1.0. It adds 50 tokens to every session and 1,710 once invoked, about $0.0003 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

weather-svg-creator

Creates an SVG weather card showing the current temperature for Dubai. Writes the SVG to orchestration-workflow/weather.svg and updates orchestration-workflow/output.md.

shanraisshan/claude-code-best-practice · 36 tokens

skill-identification

Analyze user objectives to identify and recommend the optimal set of skills, tools, and knowledge needed to complete tasks effectively. Provide skill gap analysis, pattern-based recommendations, and workflow design for complex tasks. This skill should be used when users need help determining what skills are required…

hesreallyhim/really-claude-code · 124 tokens

therapist

Run a structured human-Claude collaboration retrospective. Use for /therapist, therapy sessions, interaction reviews, workflow check-ins, frustration recovery, or improving how the user and Claude work together.

hesreallyhim/really-claude-code · 42 tokens

agent-browser

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

shanraisshan/claude-code-best-practice · 108 tokens

presentation-structure

Knowledge about the presentation slide format, weight system, navigation, and section structure.

shanraisshan/claude-code-best-practice · 19 tokens

configure-notifications

Configure notification integrations (Telegram, Discord, Slack) via natural language.

Yeachan-Heo/oh-my-claudecode · 17 tokens