Hypertxt Content Operations
Operate Hypertxt articles and GSC safely
Julian Engel
@julianengel
What This Skill Does
Operates Hypertxt articles and Google Search Console through the Hypertxt MCP server. Enables agents to inspect credits, projects, article templates, and drafts; find content opportunities in GSC; generate articles; review or change editorial state; export content; and create CMS drafts or live publications.
Replaces manual content operations and GSC analysis by providing a controlled, permission-based layer for article generation, editorial state management, and search console data queries.
When to Use It
- Inspect account credits and project list before proposing article generation
- Query Google Search Console to find content opportunities ranked by clicks and impressions
- Generate a new article using a specific project, template, and keyword after confirming credit availability
- Review an article's content and change its editorial state to reviewed, approved, or posted
- Publish an article as a CMS draft or live publication to a connected destination
- Export an article for use outside the Hypertxt system
Install
$ openclaw skills install @julianengel/hypertxtHypertxt
Use Hypertxt as a controlled content-operations layer. Prefer discovery and inspection before generation, state changes, GSC refreshes, or publishing.
Preflight
- Confirm that
account_statusandlist_projectsare available from the Hypertxt MCP server. - If they are missing, stop and direct the user to
https://www.hypertxt.ai/guides/openclaw/. Do not invent configuration. - Never request or echo a Hypertxt API key. Tell the user to store it as
HYPERTXT_API_KEYin the client's environment or secret configuration. - Call
account_statusbefore proposing generation. Report the plan and remaining article credits. - Discover IDs with list tools. Never guess a project, article template, article, GSC connection, or publishing destination ID.
Permission boundary
Treat these as read-only:
account_statuslist_projectslist_workflowslist_articlesget_articleexport_articlelist_integrationslist_gsc_connectionsquery_gsc
Obtain explicit user approval immediately before each of these actions:
generate_article: spends one article credit.change_article_state: records an editorial decision.sync_gsc: queues a durable refresh.publish_article: writes to a connected destination; live mode publishes.
Approval for one action does not authorize later actions. Never infer approval to publish from approval to generate or review.
Find an opportunity with GSC
- Call
list_projects. - Call
list_gsc_connectionsfor the selected project. - Call
query_gscwith a clear grouping and filters.- Omit dates for the latest synchronized snapshot.
- Supply
start_dateandend_datefor an exact live window.
- Rank opportunities from returned clicks, impressions, CTR, and position. Distinguish observed metrics from editorial inference.
- Present a proposed title, primary keyword, audience, search intent, and brief. Do not generate yet.
Generate an article
- Call
account_statusand require at least one article credit. - Call
list_workflowsfor the selected project. - Present the exact project, article template, title, keyword, brief, and one-credit cost.
- Ask for explicit approval.
- Call
generate_articleonce. - Report the returned article ID and state. Use
get_articleorlist_articlesto monitor; do not repeat generation when status is queued. - If Hypertxt returns HTTP 402, report that no article or task was created.
Review and change state
- Call
get_articleand inspect the complete content. - Summarize material editorial issues and recommend a decision.
- Ask for approval before
change_article_state. - Explain that
reviewedandapprovedmap toready;postedmaps topublishedas a manual state record and does not contact a CMS. - Report the article ID, previous state, and confirmed new state.
Publish
- Call
get_article; require reviewed, ready content. - Call
list_integrationsand name the exact destination. - Ask whether to create a destination
draftor publish live. - State the article ID, destination, and mode in the confirmation.
- Call
publish_articleonce after approval. - Report the returned external URL and final state when present.
A destination draft keeps the Hypertxt article ready. Live publishing changes it to published. Do not describe a destination draft as publicly posted.
Finish every workflow
Report:
- project and article IDs used;
- GSC window and filters, when applicable;
- credit count before generation;
- actions performed and actions deliberately not performed;
- current article state and destination URL, when applicable;
- any remaining approval or setup step.
Top skills in this category
API Gateway
@byungkyuCall third-party APIs through the Maton gateway, which injects the credential for an app the user has already connected. Use this skill when the user names a connected app and a concrete action in it - read a mailbox, query a CRM, file an issue, update a spreadsheet, run a query through a connected
Playwright MCP
@spiceman161Browser automation via Playwright MCP server. Navigate websites, click elements, fill forms, extract data, take screenshots, and perform full browser automation workflows.
Peekaboo
@steipeteCapture and automate macOS UI with the Peekaboo CLI.
百度网盘
@wscats百度网盘(Baidu Drive, pan.baidu.com)文件管理 — 上传、下载、转存、分享、搜索、移动、复制、重命名、创建文件夹、删除(高风险,需用户确认)。 同时支持 Agent 记忆备份/恢复(kimiclaw/maxclaw/qclaw/openclaw)。 TRIGGER: 用户消息明确提及"百...
Calendly
@byungkyuCalendly API integration with managed OAuth. Access event types, scheduled events, invitees, availability, and manage webhooks. Use this skill when users want to view scheduling data, check availability, book meetings, or integrate with Calendly workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Calls run through the `maton` CLI with OAuth login; default to read and list calls, and confirm every write or new connection with the user.