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 8 stars 0 forks Updated 2 days ago Apache-2.0

Install

View on GitHub

Quality Score: 84/100

Stars 20%
32
Recency 20%
100
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
5 months ago
Last Updated
2 days ago
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category