Install
openclaw skills install blog-automationAutomated WordPress blog publishing with scheduling
openclaw skills install blog-automationScheduled blog publishing system that publishes generated articles to WordPress.
| Variable | Description | Example |
|---|---|---|
| WP_URL | WordPress site URL | https://paylesstax.co.za |
| WP_USERNAME | WordPress API username | blog_manager |
| WP_APP_TOKEN | Application password | (configured in OpenClaw) |
| ARTICLE_JSON | Path to generated article | ./article.json |
| SCHEDULE_TIME | Optional publish time | 2025-03-15T09:00:00 |
| CATEGORIES | Post categories | [Tax, Compliance] |
| TAGS | Post tags | [SARS, 2026] |
{
"status": "published|scheduled|failed",
"wordpress_id": 12345,
"url": "https://site.com/blog/post",
"timestamp": "2025-03-02T05:03:19"
}