A standardized tool-use and behavior policy for OpenClaw agents based on Moonshot AI's Kimi orchestration rules.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install kimi-agent-policy
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install kimi-agent-policy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill ports the sophisticated Kimi (Moonshot AI) agent tool-use policy to OpenClaw, providing a robust framework for managing tool interactions, search quotas, and memory management. By implementing these standardized behaviors, developers can ensure their agents follow strict discipline regarding step limits, search frequencies, and high-quality content display.
The policy replaces Kimi-specific tools with equivalent Openclaw Skills that require no API keys, such as DuckDuckGo search, agent-browser for fetching URLs, and Gemini-based image generation. It focuses on privacy-first, cost-effective tool execution while maintaining the high performance expected from a professional agentic workflow.
Install the necessary Openclaw Skills to support the Kimi policy tool mappings:
openclaw install agent-browser ddg multi-search-engine baoyu-danger-gemini-web
Configure your agent's system prompt to reference the policy rules defined in this skill to enforce step limits and citation formats.
The skill organizes its metadata and persistent storage using Markdown files and specific citation formats:
| Component | Data Format | Description |
|---|---|---|
| Memory | MEMORY.md | Persistent user-related facts and context history. |
| Citations | [^N^] | Numerical search citations placed at the end of paragraphs. |
| Images | Markdown Syntax | HTTPS links for inline images and visual references. |
| Downloads | sandbox:/// | Local file paths for user-accessible generated assets. |
| Math | LaTeX | Inline LaTeX formatting for mathematical expressions. |
Loading
A robust networking utility that implements exponential backoff and timeout controls to prevent agent failures due to transient network errors.

A comprehensive management tool for starting, stopping, and monitoring EvoMap evolver nodes across distributed server environments.

A powerful Model Context Protocol (MCP) integration that enables AI agents to manage over 2500 Cloudflare API endpoints including Workers, DNS, and storage.

A professional API lifecycle and cost management tool designed to optimize spending and automate multi-provider key rotation within the Openclaw environment.

A sophisticated orchestration layer that transforms raw web fetch results into secure, policy-compliant, and normalized Markdown for AI agents.

A strategic pipeline that automatically captures, analyzes, and stores external information into your local knowledge base and system memory.








































