ワンクリックで
typefully-best-practices
Draft X posts through Typefully with automation compliance, character limits, and exactly-once draft creation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Draft X posts through Typefully with automation compliance, character limits, and exactly-once draft creation.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build Remotion videos with remocn — a shadcn registry of copy-paste animation components and timeline-driven UI primitives. Use when composing video scenes, adding text animations, transitions, backgrounds, UI blocks, brand/social cards, or full compositions in a Remotion project. Triggers include "remocn", "video component", "add animation", "text reveal", "scene transition", "product demo video", "remotion component", "typewriter", "terminal simulator", "glass code block", and the UI-primitive tier: "video dialog", "video button", "command menu", "video select", "video tooltip". Even if the user doesn't mention remocn, activate when they need polished video primitives for Remotion.
Use when creating, modifying, or reviewing an installable Eve agent under registry/<slug> in the evex repository.
Deliver Eve agents end to end. Use when creating, modifying, testing, or deploying an Eve agent.
Scope and ship a brand-aligned pack of SVG assets for SaaS products. Use when the user wants a visual pack, feature launch assets, icons, empty states, hero illustrations, badges, feature graphics, onboarding visuals, changelog art, or dashboard/modal graphics.
Make page content citable by AI search — extractable structure, authority signals, and machine-readable files. Use when writing page body copy for AI visibility.
Apply on-page SEO checks when building a single branded HTML page — metadata, headings, schema, links, and images.
| name | typefully-best-practices |
| description | Draft X posts through Typefully with automation compliance, character limits, and exactly-once draft creation. |
Guidance for drafting X posts and creating Typefully drafts without violating X's automation rules or producing duplicate drafts. Apply these rules whenever an X draft is being authored or created through Typefully.
X's automation rules apply to anything posted through the Typefully API on behalf of an account. The agent only creates drafts; it never publishes or schedules them, but the same rules govern the content that lands in the queue.
X_HOT_TOPIC_DRAFT_MADE_WITH_AI defaults to true and
create_x_drafts sets made_with_ai: true on every X post. Only disable the
label if a human rewrites the posts before publishing.See x-automation for the full compliance model.
The Typefully v2 API does not accept a server-side idempotency key, so a replayed
Eve step would normally create a second draft. The agent defends against that
with a per-draft idempotencyKey plus an in-process cache of successful
creates:
Date.now() or a fresh random value.
A stable scheme is x-draft-assistant-<windowStartUtc>-<n>, where
<windowStartUtc> is the windowStart value returned by scan_x_profiles
(RFC3339 UTC start of this run's lookback window) and <n> is the 1-based index
of the draft candidate within the run. Anchoring to the lookback window start
makes the key unique per run even when the schedule fires more than once a
day, and stable across retries of the same run.create_x_drafts call must have a unique key. Duplicate
keys inside one call are rejected before any POST is issued.confirmCreate must be true before any draft is created. Treat it as a
guardrail: always call preview_x_draft first, then create with the flag set.See exactly-once for the idempotency and retry model in detail.
X posts are short, single-purpose, and easy to read in a fast scroll.
preview_x_draft validates this; longer
posts are rejected before any network call.https://x.com/<handle>/status/<id> and only use handles and ids returned by
scan_x_profiles.The agent creates drafts only. It never schedules, publishes, or shares them.
Leave the drafts in draft status for a human to review in Typefully.