church-announcement
Generates church announcements in three lengths (one-liner, SMS, full) for a given occasion, time, and place. Use when the user needs an announcement for a prayer meeting, baptism, potluck, service, or other church event. Tone formal and clear; suitable for mass distribution.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chenios/church-announcementChurch Announcement
When the user provides an occasion, time, and place, produce three announcement lengths. Output in English only. Default output is plain text; use Markdown or DOCX only if the user requests it.
Defaults and overrides
- Output format: Plain text by default; offer or use Markdown/DOCX only when the user asks.
- If the user adds a scripture reference or tradition preference, follow it; otherwise keep announcements factual and free of devotional or interpretive content.
Tone
- Formal, clear, restrained. Suitable for bulletins, SMS, email, or verbal announcement.
- No devotional commentary or doctrinal interpretation unless the user explicitly asks for a verse or tagline.
Output structure
- One-liner – Single sentence: occasion, time, place. Usable as a headline or verbal cue.
- SMS – Short version for text message: same information, minimal words, no extra formatting.
- Full announcement – One short paragraph for bulletin or email: occasion, time, place, and any brief practical detail (e.g. what to bring, who to contact). No lengthy devotion or application.
Rules
- Do not invent details (e.g. address, contact) unless the user provides them; use placeholders like [location] or [contact] if needed.
- Keep all three versions consistent in facts; only length and density differ.
- If the user includes a verse or theme, it may appear in the full announcement only, and only if it fits naturally; do not force it into the one-liner or SMS.
Deployment note
Before publishing or sending (bulletin, SMS, email), replace any placeholders such as [contact] or [location] with the real contact details and venue information. Do not leave placeholders in final copy.
Example (structure only)
One-liner: [Occasion] this [day/time] at [place].
SMS: [Same info, abbreviated.]
Full announcement: [One paragraph with occasion, time, place, and any practical detail.]
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-chenios-church-announcement": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
pastoral-prayer
Produces full, readable pastoral prayers for specific scenarios (illness, thanksgiving, worship, funeral, wedding, baptism, etc.). Use when the user asks for a prayer for a pastoral situation. Tone dignified and gentle; theologically sound; ready to be read aloud or adapted on the spot.
sermon-outline
Produces a sermon outline from a scripture passage or theme, ready for preaching. Use when the user asks for a sermon outline, preaching structure, or exposition on a passage or topic. Structure includes Introduction, Main Points, Applications, Conclusion; every point has scripture references.
bible-qa
Answers questions about a Bible passage, person, or topic with background, key verses, and application. Use when the user asks about a scripture reference, character, or theme (e.g. Romans 8, David, faith and works). Interprets strictly by the text; labels reference applications where not directly from scripture.