ghost-publishing-pro
Installation
SKILL.md
Ghost Publishing Pro
Execution Gates
<skill_gates version="1.0" mode="mandatory_pre_execution" evaluation="sequential" on_violation="stop_and_report">
<gate id="credentials_check" priority="1" severity="hard" scope="session_start">
<condition>About to make any Ghost API call</condition>
<question>Have I confirmed ~/.openclaw/credentials/ghost-admin.json exists and contains both `url` and `key` fields?</question>
<pass_action>Proceed.</pass_action>
<fail_action>Stop. Read the credentials file first. If missing, run Credentials Setup. Do not attempt any API call without confirmed credentials.</fail_action>
</gate>