Install
openclaw skills install @agentpmt/agent-context-managerAgent Context Manager: Manage reusable Agent Context documents -- structured. Use when an agent needs agent context manager, define a brand voice and style guide once and have every content agent follow it. store standard operating procedures so support and operations agents handle tasks consistently. keep product catalogs, pricing rules, and policy documents in one place that workflows reference at runtime. Discovery terms: agent context manager.
openclaw skills install @agentpmt/agent-context-managerLast updated: 2026-07-10.
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.
Give your AI agents a single source of truth. Agent Context Manager lets you create, organize, version, and reuse the knowledge your agents and workflows rely on -- brand guidelines, standard operating procedures, product and pricing facts, tone-of-voice rules, and domain expertise -- so every agent acts on the same up-to-date information. Start from polished public templates, clone them into your private library, and edit once: every agent and workflow that references a document stays in sync automatically. Built-in version history shows exactly what changed, who changed it, and lets you roll back with confidence.
Agent Context Manager stores and maintains reusable Agent Context documents -- the persistent knowledge your AI agents and workflows draw on every time they run (brand guidelines, SOPs, product facts, tone rules, domain expertise). Maintain a document once and every agent or workflow that references it stays in sync.
private (yours to create and edit) or public_template (admin-managed, available for anyone to clone).scope: private (default), public_template, or all. Supports query, include_archived, and limit.context_document_id.public_template requires admin access.Agent Context Manager on AgentPMT.archive, clone_template, create, fetch, get_instructions, list, request_unlock, update, versions.No categories or industry tags are published for this tool.
Complete generated action schema: ./schema.md.
Supported action count: 9.
x402 availability: not enabled for this product.
archive (action slug: archive): Archive an Agent Context document. Price: 0 credits. Parameters: context_document_id.clone_template (action slug: clone-template): Clone a public Agent Context template into private context. Price: 0 credits. Parameters: context_document_id.create (action slug: create): Create an Agent Context document. Price: 0 credits. Parameters: agent_edit_approval_required, body, document_scope, summary, tags, title.fetch (action slug: fetch): Fetch one readable Agent Context document. Price: 0 credits. Parameters: context_document_id.get_instructions (action slug: get-instructions): Return Agent Context Manager usage guidance. Price: 0 credits. Parameters: none.list (action slug: list): List readable Agent Context documents. Price: 0 credits. Parameters: include_archived, limit, query, scope.request_unlock (action slug: request-unlock): Request a temporary 30-minute edit unlock for a locked Agent Context document. Price: 0 credits. Parameters: context_document_id.update (action slug: update): Update editable fields on an Agent Context document. Price: 0 credits. Parameters: agent_edit_approval_required, body, context_document_id, summary, tags, title.versions (action slug: versions): List retained versions for a readable Agent Context document. Price: 0 credits. Parameters: context_document_id.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: "agent-context-manager".agentpmt-tool-search-and-execution with action: "get_instructions" and tool_id: "agent-context-manager", 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": "agent-context-manager"
}
}
}
For live examples, keep the same MCP tool and use these arguments:
{
"action": "get_instructions",
"tool_id": "agent-context-manager"
}
Authenticated AgentPMT REST schema lookup body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_schema",
"tool_id": "agent-context-manager"
}
}
Authenticated AgentPMT REST live examples body:
{
"name": "agentpmt-tool-search-and-execution",
"parameters": {
"action": "get_instructions",
"tool_id": "agent-context-manager"
}
}
Product slug: agent-context-manager
Marketplace page: https://www.agentpmt.com/marketplace/agent-context-manager
../agentpmt-account-mcp-rest-api-setup to connect the main MCP server or REST API for an Agent Group where this tool is enabled.../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-setupskills.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
MCP call shape after the main AgentPMT MCP server is connected:
{
"method": "tools/call",
"params": {
"name": "Agent-Context-Manager",
"arguments": {
"action": "archive",
"context_document_id": "example context document id"
}
}
}
Use the exact tool name returned by tools/list; the name above is the expected readable form.
Authenticated AgentPMT REST call body:
{
"name": "agent-context-manager",
"parameters": {
"action": "archive",
"context_document_id": "example context document id"
}
}
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.archive 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)