ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 5/5

kimi-agent-policy

Kimi (Moonshot AI) agent tool-use policy ported to OpenClaw. Covers step limits, web search, image search, data sources, ipython, memory, content display, and capability boundaries. All Kimi-specific tools are mapped to available OpenClaw skills.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/2233admin/kimi-agent-policy
Or

What This Skill Does

kimi-agent-policy serves as a standardized operational framework for OpenClaw agents, mirroring the sophisticated tool-use discipline of the Moonshot AI Kimi ecosystem. It enforces strict guidelines on how an agent interacts with external tools, optimizing for reliability, efficiency, and resource management. This skill maps complex Kimi-specific capabilities into native OpenClaw tools—specifically leveraging the agent-browser, built-in search, and internal memory utilities—to ensure that agent behavior remains predictable and within safety constraints while maintaining high performance without requiring third-party API keys.

Installation

To integrate this policy into your agent, use the OpenClaw management CLI: clawhub install openclaw/skills/skills/2233admin/kimi-agent-policy

Use Cases

  • Structured Research: Implementing a standardized workflow where an agent performs a search, followed by a targeted URL fetch, and a final synthesis.
  • Constraint Management: Automatically restricting agents to a maximum of 10 tool calls per turn and limiting web searches to prevent loop errors or excessive token usage.
  • Privacy-First Browsing: Utilizing the agent-browser and ddgr tools to conduct information gathering without exposing data to external API providers.
  • System Governance: Ensuring that all agents within a fleet follow the same rules regarding image processing, data sourcing, and memory handling.

Example Prompts

  1. "Look up the latest updates on the OpenClaw release notes and summarize the new features for me."
  2. "Search for images of the Eiffel Tower and provide a brief historical overview of the architecture."
  3. "Follow thekimi-agent-policy for our next analysis project; keep step counts within the 10-step limit."

Tips & Limitations

  • Step Limits: Always remember that the 10-step limit is per turn. If a complex task needs more, instruct the agent to provide a partial status update and continue in a follow-up turn.
  • Browser Efficiency: While agent-browser is powerful, always refine your search queries first using web_search or ddgr to avoid fetching unnecessary pages.
  • No API Keys: This policy focuses on open-source and free-to-use tools. If you require advanced features from paid APIs, you will need to augment this policy with additional authentication-based skills.

Metadata

Author@2233admin
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-2233admin-kimi-agent-policy": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#agent-policy#automation#workflow#browser-tools#productivity
Safety Score: 5/5

Flags: network-access, file-read, code-execution