worklin-copybook

Maintain structured campaign copybooks for monthly email and SMS strategy with human approval gates.

1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Logarn/Worklin-ai --skill worklin-copybook-logarn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: worklin-copybook
Source: https://github.com/Logarn/Worklin-ai/tree/main/assistant/src/config/bundled-skills/worklin-copybook
Command: npx skills add https://github.com/Logarn/Worklin-ai --skill worklin-copybook-logarn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Retention marketing teams need a structured, reviewable record of monthly campaign strategy, email and SMS briefs, and copy approvals before anything reaches design or an external platform. This Skill keeps that entire copybook workflow in one local, auditable place with explicit human approval gates. ## Core Features & Use Cases - Annual Copybook Management: Create and list per-brand, per-year campaign copybooks tied to a persisted Brand Brain brand ID. - Monthly Strategy Documents: Create a month entry that returns a canonical document surface ID, keeping strategy, briefs, copy, CTAs, and visual direction in one linked editable document. - Review and Approval Gates: Move monthly strategy and campaigns through draft, review, and approved states, saving immutable snapshots only after direct human approval. - Use Case: A retention marketer plans November campaigns for a brand: create the copybook month, draft the strategy and email/SMS briefs in the linked document, get human sign-off, then mark approved copy as ready for design handoff. ## Quick Start Create a campaign copybook for my brand for 2025, add a November month, and draft the monthly email and SMS strategy for review.

Frequently Asked Questions about worklin-copybook

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a monthly campaign copybook for a brand?▼

First call copybook_list to check for an existing copybook, then copybook_create with the brand ID and year, then copybook_month_create with the month number. The month creation returns a document surface ID used to edit strategy and copy in the linked document.

How do I approve campaign copy or monthly strategy?▼

Use copybook_month_update or copybook_campaign_update with the approved status and explicitly_approved set to true. Approval requires direct human sign-off and saves an immutable document snapshot attributed to the approving actor.

Can this skill send or schedule emails in Klaviyo?▼

No. The copybook tools only maintain local structured state and cannot send, schedule, publish, activate, or mutate Klaviyo, Shopify, or any external platform. The ready_for_design status is a local handoff marker only.

Where does the actual email and SMS copy live?▼

Copy lives in the single linked Worklin document created with each month, accessed via the returned document surface ID. Campaign entries store only compact structural metadata like channel, ordinal, title, and review status.

What are the limitations of the copybook workflow?▼

It requires a persisted brand ID from the Brand Brain workflow and does not create designs or external drafts. Approvals cannot be self-assigned, and each month supports only one canonical document rather than multiple files.