Install
openclaw skills install @agentpmt/ai-writing-quality-checkAI Writing Quality Check: Scan writing content for banned phrases and return a normalized response for rewrite loops. Use when an agent needs ai writing quality check, pre publish quality checks for marketing copy, headline and cta rewrite loops, social post phrase compliance checks, blog and article draft quality gating, check for banned phrases, content through AgentPMT-hosted remote tool calls. Discovery terms: ai writing quality check, pre publish quality checks for marketing copy.
openclaw skills install @agentpmt/ai-writing-quality-checkLast updated: 2026-06-24.
If the current date is more than 7 days after the last updated date, reinstall this skill from skills.sh or ClawHub before relying on endpoints, schemas, setup steps, or examples.
Catch banned phrases, and overused AI clichés in draft copy before you ship it - built for iterative rewrite loops inside AI content workflows. Point this tool at a headline, CTA, social post, email, landing page, or long-form blog and get back field-level correction targets: the exact matched phrase, its character index, surrounding context, and the reason it was flagged. Agents can take those corrections, rewrite inline, and re-run the check until the copy passes - no vague "improve this" feedback, no guessing. Ideal for marketing ops, content teams, SEO writers, brand compliance reviewers, and any AI copywriting pipeline that needs a deterministic, repeatable quality gate.
Use this tool to scan writing and return exact correction targets for rewrite loops.
Returns this documentation.
Checks content for banned phrases and returns normalized correction guidance.
Parameters:
content (required): writing content to check.{
"action": "check_for_banned_phrases",
"content": "Our customers love us. Ask our AI."
}
check_for_banned_phrases with content.passed is true, publish.passed is false, rewrite each entry in corrections.check_for_banned_phrases again until passed is true.AI Writing Quality Check on AgentPMT.check_for_banned_phrases.No categories or industry tags are published for this tool.
Complete generated action schema: ./schema.md.
Supported action count: 1.
x402 action routes are enabled and listed in ./schema.md.
check_for_banned_phrases (action slug: check-for-banned-phrases): Check writing for banned phrases and return correction targets tied to the content field. Price: 5 credits. Parameters: content.Use the compact schema above for ordinary calls. Before a new production integration, or whenever parameters, enum values, nested objects, outputs, or examples are unclear, fetch live details first.
agentpmt-tool-search-and-execution with action: "get_schema", and tool_id: "ai-writing-quality-check".agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "ai-writing-quality-check", or call this product with action: "get_instructions" when the product tool is already selected.MCP schema lookup through the main AgentPMT MCP server:
{
"method": "tools/call",
"params": {
"name": "AgentPMT-Tool-Search-and-Execution",
"arguments": {
"action": "get_schema",
"tool_id": "ai-writing-quality-check"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "ai-writing-quality-check"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "ai-writing-quality-check"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "ai-writing-quality-check"
}
}
Product slug: ai-writing-quality-check
Marketplace page: https://www.agentpmt.com/marketplace/ai-writing-quality-check
../agentpmt-account-mcp-rest-api-setup to connect the main MCP server or REST API for an Agent Group where this tool is enabled.../agentpmt-no-account-agentaddress-x402 for the canonical payment and wallet setup instructions.../what-is-agentpmt for marketplace, Agent Group, workflow, MCP, REST, and payment concepts.If those setup skills are not installed beside this product skill, use the downloads below.
Core AgentPMT setup skills:
openclaw skills install what-is-agentpmtnpx skills add AgentPMT/agent-skills --skill what-is-agentpmtopenclaw skills install agentpmt-account-mcp-rest-api-setupnpx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setupopenclaw skills install agentpmt-no-account-agentaddress-x402npx skills add AgentPMT/agent-skills --skill agentpmt-no-account-agentaddress-x402skills.sh install script:
npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup
npx skills add AgentPMT/agent-skills --skill agentpmt-no-account-agentaddress-x402
MCP call shape after the main AgentPMT MCP server is connected:
{
"method": "tools/call",
"params": {
"name": "AI-Writing-Quality-Check",
"arguments": {
"action": "check_for_banned_phrases",
"content": "Draft marketing copy to check for banned phrases."
}
}
}
Use the exact tool name returned by tools/list; the name above is the expected readable form.
Authenticated AgentPMT REST call body:
{
"name": "ai-writing-quality-check",
"parameters": {
"action": "check_for_banned_phrases",
"content": "Draft marketing copy to check for banned phrases."
}
}
Use the setup skill for the account connection details before making REST calls.
passed or success-style boolean, use it as the workflow gate.get_schema or get_instructions before retrying.check_for_banned_phrases fails, preserve the request parameters and retry only after fixing schema, auth, or payment errors.what-is-agentpmt, page: https://clawhub.ai/agentpmt/what-is-agentpmt; skills.sh: npx skills add AgentPMT/agent-skills --skill what-is-agentpmt)agentpmt-account-mcp-rest-api-setup, page: https://clawhub.ai/agentpmt/agentpmt-account-mcp-rest-api-setup; skills.sh: npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup)agentpmt-no-account-agentaddress-x402, page: https://clawhub.ai/agentpmt/agentpmt-no-account-agentaddress-x402; skills.sh: npx skills add AgentPMT/agent-skills --skill agentpmt-no-account-agentaddress-x402)