以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。
文档
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...
它能做什么
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.
技能文档
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
相关技能
从 AdMapix API 拉取广告创意、应用、榜单和收入预估等数据,原样返回结构化 JSON。
在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。
编写、调试与调优 Playwright 测试,涵盖定位器策略、追踪诊断与 CI 友好的超时配置。
把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。
诊断生产力系统反复失效的根因,给出最小干预——容量测算、瓶颈定位、可靠的本地记录。
agentpmt 的更多技能
浏览全部技能在每周新增超百万篇的全球新闻库中检索,按主题、国家、语言与分类精准筛选。
通过托管 OAuth 的统一网关读写 Google Sheets 数据。
通过托管 OAuth,让代理安全访问 Google Drive 进行文件和文件夹操作。
通过托管 OAuth 管理 Google Meet 会议空间、参会者、会议记录、录制和转写稿。
通过 Maton 托管的 OAuth 接口,读写 Zoho Books 中的发票、联系人、账单和费用。
通过托管 OAuth 代理,使用 Slides API 创建和管理 Google Slides 演示文稿。