/install writing-agent-human-style
Writing Agent - Human Style
Freshness
Last updated: 2026-06-09.
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.
What This Tool Does
Writing Agent is an AI writing assistant that drafts on-brand social media replies, original social posts, short-form blog posts up to 12,000 characters, and larger blog posts up to 30,000 characters — in your voice, ready to review and publish. Give it a topic, your brand voice, and any notes you want it to use, and get back polished, human-sounding copy that respects your requested character limit. Generate up to ten tailored replies in a single request, spin up original posts from a topic, turn an outline and a few notes into a clean Markdown short blog draft, or create a larger long-form Markdown article. Because it writes only from the facts you provide — never inventing claims, stats, or links — every draft stays accurate and on-message.
Product Instructions
Writing Agent
Generate polished, on-brand text and Markdown drafts — social media replies, original social posts, short-form blog posts, and larger blog posts. Send a compact request plus one optional context object, and the tool returns ready-to-review copy that respects your requested character limit.
Actions
draft_social_responses
Generate one short reply for each social post you supply.
Required:
posts: 1 to 10 posts, each withcontent; optionalpost_idfor your own mappingmax_characters_per_response: 1 to 500 characters per reply
Optional:
context: JSON object with shared writing guidance
draft_social_post
Generate one original social media post.
Required:
topicmax_characters: 1 to 5,000 characters
Optional:
context: JSON object with writing guidance and source material
draft_short_blog_post
Generate one short-form blog post in Markdown.
Required:
topicmax_characters: 100 to 12,000 characters
Optional:
context: JSON object with outline, writing guidance, and source material
draft_large_blog_post
Generate one larger blog post in Markdown.
Required:
topicmax_characters: 100 to 30,000 characters
Optional:
context: JSON object with outline, writing guidance, and source material
Context Field
Put all writing guidance and source material in the single context object instead of separate fields. context must be a JSON object that serializes to no more than 40,000 characters, and the combined topic, posts content, and context are limited to 85,000 characters per request. Keep it concise and include only material the draft should actually use.
Useful context fields:
voice: tone, style, and brand voice guidancegoal: what the draft should accomplishaudience: who the content is forinstructions: specific writing instructionsoutline: requested structure for blog posts or longer draftssource_material: facts, product details, campaign notes, or excerpts to usebrand_context: positioning, vocabulary, claims to use or avoidexamples: example outputs or style referencesconstraints: words, claims, formats, or topics to avoiddesired_structure: requested sections, bullets, or formatting
Output
The tool returns finished writing inline as text or Markdown in content. Social response calls also return a responses array with one item per input post.
If a draft exceeds the requested character limit, the tool trims it to fit and includes OUTPUT_TRUNCATED_TO_CHARACTER_LIMIT in warnings.
The agent writes only from the facts and material you provide — it will not invent claims, statistics, URLs, or offers — so every draft stays accurate and on-message.
Notes
This tool drafts copy only. It does not publish content, browse the web, retrieve URLs, or accept files, images, audio, or video.
When To Use
- Use this skill for
Writing Agent - Human Styleon AgentPMT. - Use it when an agent needs this specific tool's behavior, schema, inputs, outputs, and invocation shape.
- Search and activation keywords: writing agent human style, writing agent human style, draft up to 10 on brand social media replies in a single request, write original social posts from a topic and a few notes, turn an outline and source material into a short markdown blog post up to 12, 000 characters, draft large blog post, topic.
- Supported action names:
draft_large_blog_post,draft_short_blog_post,draft_social_post,draft_social_responses.
Use Cases
- Draft up to 10 on-brand social media replies in a single request
- Write original social posts from a topic and a few notes
- Turn an outline and source material into a short Markdown blog post up to 12
- 000 characters
- Draft larger long-form Markdown blog posts up to 30
- 000 characters
- Keep every draft within an exact character limit
- Maintain a consistent brand voice across your whole team
- Turn campaign briefs and brand notes into ready-to-review copy
- Reply to customer and community posts in your tone at scale
- Produce accurate drafts that stick to the facts you provide
- Speed up content review workflows with publish-ready text
- Scale social and blog content creation without losing your voice
Categories And Industries
No categories or industry tags are published for this tool.
Actions And Schema
Complete generated action schema: ./schema.md.
Supported action count: 4.
x402 action routes are enabled and listed in ./schema.md.
draft_large_blog_post(action slug:draft-large-blog-post): Generate one larger blog post in Markdown from a topic, character limit, and optional JSON context. Provide max_characters from 100 to 30,000. Price:50credits. Parameters:context,max_characters,topic.draft_short_blog_post(action slug:draft-short-blog-post): Generate one short-form blog post in Markdown from a topic, character limit, and optional JSON context. Provide max_characters from 100 to 12,000. Price:30credits. Parameters:context,max_characters,topic.draft_social_post(action slug:draft-social-post): Generate one original social media post from a topic, character limit, and optional JSON context. Price:10credits. Parameters:context,max_characters,topic.draft_social_responses(action slug:draft-social-responses): Generate one short brand-appropriate social media response for each supplied post, up to ten posts per request. Price:20credits. Parameters:context,max_characters_per_response,posts.
Live Schema And Examples
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.
- Exact schema: call
agentpmt-tool-search-and-executionwithaction: "get_schema", andtool_id: "writing-agent-human-style". - Detailed examples: call
agentpmt-tool-search-and-executionwithaction: "get_instructions"andtool_id: "writing-agent-human-style", or call this product withaction: "get_instructions"when the product tool is already selected. - Treat returned live schema and instructions as more specific than this generated summary.
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": "writing-agent-human-style"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "writing-agent-human-style"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "writing-agent-human-style"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "writing-agent-human-style"
}
}
Call This Tool
Product slug: writing-agent-human-style
Marketplace page: https://www.agentpmt.com/marketplace/writing-agent-human-style
- AgentPMT account route: first use
../agentpmt-account-mcp-rest-api-setupto connect the main MCP server or REST API for an Agent Group where this tool is enabled. - No-account x402 route: first use
../agentpmt-no-account-agentaddress-x402to create an AgentAddress and prepare the x402 payment flow. - AgentPMT overview: use
../what-is-agentpmtfor 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:
- What AgentPMT is: ../what-is-agentpmt
- ClawHub page: https://clawhub.ai/agentpmt/what-is-agentpmt
- OpenClaw install:
openclaw skills install what-is-agentpmt - skills.sh install:
npx skills add AgentPMT/agent-skills --skill what-is-agentpmt
- AgentPMT account MCP/REST setup: ../agentpmt-account-mcp-rest-api-setup
- ClawHub page: https://clawhub.ai/agentpmt/agentpmt-account-mcp-rest-api-setup
- OpenClaw install:
openclaw skills install agentpmt-account-mcp-rest-api-setup - skills.sh install:
npx skills add AgentPMT/agent-skills --skill agentpmt-account-mcp-rest-api-setup
- No-account AgentAddress/x402 setup: ../agentpmt-no-account-agentaddress-x402
- ClawHub page: https://clawhub.ai/agentpmt/agentpmt-no-account-agentaddress-x402
- OpenClaw install:
openclaw skills install agentpmt-no-account-agentaddress-x402 - skills.sh install:
npx skills add AgentPMT/agent-skills --skill agentpmt-no-account-agentaddress-x402
skills.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": "Writing-Agent---Human-Style",
"arguments": {
"action": "draft_large_blog_post",
"context": {},
"max_characters": 100,
"topic": "example topic"
}
}
}
Use the exact tool name returned by tools/list; the name above is the expected readable form.
Authenticated AgentPMT REST call body:
{
"name": "writing-agent-human-style",
"parameters": {
"action": "draft_large_blog_post",
"context": {},
"max_characters": 100,
"topic": "example topic"
}
}
Use the setup skill for the account connection details before making REST calls.
x402 action path: POST https://www.agentpmt.com/api/external/tools/writing-agent-human-style/actions/draft-large-blog-post/invoke.
x402 wallet scope:
- Direct x402 calls are scoped to the payer wallet that signs the payment authorization.
- Files created through File Manager during x402 calls are owned by that wallet scope.
- Reuse the same payer wallet for later x402 calls when listing, fetching, downloading, or passing those files between AgentPMT tools.
- File Manager files normally expire after the retention window, up to 7 days, unless the file action returns a shorter expiration.
Response Handling
- Treat the returned JSON as the source of truth for this tool call.
- If the response includes warnings or correction targets, apply them before retrying.
- If the response includes a
passedor success-style boolean, use it as the workflow gate. - If validation fails or the response shape is unclear, call
get_schemaorget_instructionsbefore retrying. - If
draft_large_blog_postfails, preserve the request parameters and retry only after fixing schema, auth, or payment errors.
Security
- Do not place account secrets, wallet private keys, mnemonics, signatures, or payment headers in prompts or logs.
- Keep tool inputs scoped to the minimum content needed for the task.
- Use the setup skills for credential handling; this product skill only defines product-specific behavior.
AgentPMT Reference
- What AgentPMT is: ../what-is-agentpmt (ClawHub:
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 setup: ../agentpmt-account-mcp-rest-api-setup (ClawHub:
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) - No-account AgentAddress/x402 setup: ../agentpmt-no-account-agentaddress-x402 (ClawHub:
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) - Marketplace product: https://www.agentpmt.com/marketplace/writing-agent-human-style
- AgentPMT main MCP server: https://api.agentpmt.com/mcp/
- AgentPMT REST invoke endpoint: https://api.agentpmt.com/products/purchase
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install writing-agent-human-style - 安装完成后,直接呼叫该 Skill 的名称或使用
/writing-agent-human-style触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Writing Agent Human Style 是什么?
Writing Agent - Human Style: Draft on-brand text and Markdown copy from a compact request plus one optional JSON `context` object. Use when an agent needs wr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 39 次。
如何安装 Writing Agent Human Style?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install writing-agent-human-style」即可一键安装,无需额外配置。
Writing Agent Human Style 是免费的吗?
是的,Writing Agent Human Style 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Writing Agent Human Style 支持哪些平台?
Writing Agent Human Style 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Writing Agent Human Style?
由 AgentPMT(@agentpmt)开发并维护,当前版本 v1.0.0。