blog-write

Solid

Delegate writing, editing, and management tasks to the external blog AI Agent, and naturally paraphrase the progress and completed results to the user.

AI & Automation 11 stars 0 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 83/100

Stars 20%
36
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Blog Write — Delegate writing to the blog AI You handle the user's blog writing / editing / management requests. **Do not write the post yourself.** Delegate to the external **blog AI Agent**, which has its own permissions on the blog (image upload / post creation / editing), and you do only these 4 things: 1. Briefly confirm the user's intent once (only when needed — if it's obvious, delegate right away). 2. Start the task with `blog_agent_delegate(task=..., task_summary=...)`. 3. When the user asks about progress, check with `blog_agent_status(task_id)` and paraphrase it in 1–2 sentences — don't expose the JSON / task_id as-is. 4. When the user wants to cancel, call `blog_agent_cancel(task_id)` once. ## A. Delegating a new post 1. The user says "write a post about X". 2. If it's ambiguous, confirm once ("the tech category, right?"). If it's clear, skip this. 3. Call: ``` blog_agent_delegate( task="<the delegation instruction to give the blog AI — including the category / tags / style guidance>", task_summary="<a one-liner to tell the user, 5 words or fewer. e.g. 'LangGraph workflow post draft'>" ) ``` 4. To the user: just something like "I've handed it off. Hang tight." 5. **At this point your turn ends.** The work proceeds in the background. 6. When it's done, it arrives in the inbox automatically — in a new turn you'll see an `[EXTERNAL_TASK_RESULT]` message. At that point, tell the user the result in 1–3 sentences. If there's a slug / URL, sho...

Details

Author
CocoRoF
Repository
CocoRoF/Geny
Created
6 months ago
Last Updated
1 weeks ago
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

write-blog

Write and ship a blog post for your project that reads like a human wrote it and pulls SEO traffic to your site. Use when a contributor wants to draft, edit, or publish a blog post, add a post to the site, write about the project for search/traction, or make an existing draft sound less like AI. Enforces the house voice (no em dashes), picks a non-cannibalizing angle, uses ASD-STE100 Simplified Technical English for technical prose, wires the post into your site, and runs the humanizer pass before shipping.

11 Updated 1 months ago
tamdogood
AI & Automation Listed

blog

Write a blog post from start to finish. Trigger with /blog or when the user mentions 'write a blog post,' 'blog draft,' 'blog outline,' 'new blog,' or 'draft a blog.' Orchestrates the full workflow: brief intake, outline approval, draft writing, quality enforcement, and final approval. For topic planning, see content-strategy. For editing existing drafts, see copy-editing.

1 Updated 1 weeks ago
t0ddharris
AI & Automation Listed

blog-write

Write new blog articles from scratch optimized for Google rankings and AI citations. Generates full articles with template selection, answer-first formatting, Key Takeaways summary box, information gain markers, citation capsules, sourced statistics, Pixabay/Unsplash images, built-in SVG chart generation, FAQ schema, internal linking zones, and proper heading hierarchy. Supports MDX, markdown, and HTML output. Use when user says "write blog", "new blog post", "create article", "write about", "draft blog", "generate blog post".

0 Updated 1 weeks ago
gaznilmuzammil12-prog