consensus-publish-guard
Persona-weighted governance for outbound publishing (blog, social, announcements). Prevents unsafe public claims via hard-block checks, weighted consensus, rewrite paths, and board-native audit artifacts.
Why use this skill?
Secure your public-facing AI content with persona-weighted consensus. Automate audit trails, content blocking, and rewrites with the consensus-publish-guard.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/kaicianflone/consensus-publish-guardWhat This Skill Does
The consensus-publish-guard acts as a final, high-assurance safety gate for all public-facing outbound content. Whether you are automating blog posts, scheduling social media updates, or drafting technical announcements, this skill ensures that your message aligns with established organizational policies and stakeholder expectations. By utilizing persona-weighted governance, it evaluates drafts not just through a single lens, but through a collective decision-making framework. The guard returns one of three critical status codes: APPROVE, BLOCK, or REWRITE. If a rewrite is triggered, the skill provides a targeted patch to bring the content into compliance. All final decisions and the reasoning behind them are persisted as immutable audit artifacts within your board state, ensuring full transparency and accountability.
Installation
To install the skill, use the ClawHub CLI command: clawhub install openclaw/skills/skills/kaicianflone/consensus-publish-guard. Because this skill relies on the consensus-guard-core dependency, you must ensure your development environment is set up with a local sibling directory structure. Navigate to your repository root and ensure the core package is accessible before running npm install. The skill reads environment variables like CONSENSUS_STATE_FILE to manage its persistence layer, so ensure these are configured in your local environment file.
Use Cases
This skill is designed for scenarios where brand reputation and legal accuracy are paramount. Primary use cases include:
- Automated Social Media: Validating post tone and factual claims before they reach public feeds.
- Product Marketing: Ensuring feature claims in product launches match internal product specs and legal disclaimers.
- Policy-sensitive Communication: Screening internal-to-external communication for data exposure or tone violations in highly regulated industries.
Example Prompts
- "Guard this blog post draft: check against 'marketing-persona-set-01' and provide a rewrite if the claims about Q4 earnings are not sufficiently caveated."
- "Review the current output for the social campaign using
mode=external_agentwith the votes provided in the attached metadata." - "Run consensus-publish-guard on the pending release notes; if blocked, generate the artifact explaining which policy check failed."
Tips & Limitations
To maximize the utility of the guard, ensure your persona_set definitions are granular and frequently updated to reflect current organizational goals. The tool is highly deterministic, meaning it will consistently block or allow content based on the policy file provided; it does not 'guess' intentions but follows explicit rule sets. A key limitation is that this skill does not perform external network calls, meaning it cannot verify live, real-time data from the web—it relies entirely on the state stored in your board artifacts. Always ensure your consensus-guard-core is kept updated to the latest pinned version to maintain compatibility with updated board primitives.
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-kaicianflone-consensus-publish-guard": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
consensus-persona-generator
Generate and persist reusable persona panels (persona_set artifacts) for consensus decision workflows. This skill initializes evaluator diversity for downstream guards; ongoing reputation updates are owned by consensus-persona-engine.
Consensus Interact
Skill by kaicianflone
consensus-send-email-guard
Persona-weighted pre-send email governance for AI systems. Produces APPROVE/BLOCK/REWRITE decisions, writes decision artifacts to the board ledger, updates persona reputation over time, and returns strict machine-parseable JSON.
consensus-persona-engine
Deterministic persona reputation engine that applies guard decision effects to persona_set state and emits explicit reputation_delta artifacts.
consensus-persona-respawn
Ledger-informed persona lifecycle management. Replaces low-performing personas with successor personas derived from mistake patterns in board decision history, preserving adaptive governance over long-running automation. Reputation updates are computed by consensus-persona-engine.