← 返回
未分类 中文

AI README Manager

Manages AI_README.md files so AI agents remember your project conventions across every session
管理 AI_README.md 文件,使 AI 代理在每次会话中记住项目约定。
draco-cheng draco-cheng 来源
未分类 clawhub v1.3.4 1 版本 99788.1 Key: 无需
★ 1
Stars
📥 451
下载
💾 0
安装
1
版本
#latest

概述

AI README Manager

Manages AI_README.md files that document your project's conventions for AI assistants. Gives your agent persistent memory of project rules across every session and every iteration.

Setup

Before this skill works, you must register the MCP server with OpenClaw:

Option 1: CLI (Recommended)

On macOS/Linux:

openclaw mcp set ai-readme-manager '{"command":"npx","args":["ai-readme-mcp@1.3.4"]}'

On Windows (cmd):

openclaw mcp set ai-readme-manager "{\"command\":\"npx\",\"args\":[\"ai-readme-mcp@1.3.4\"]}"

Option 2: Edit config file

Add to ~/.openclaw/openclaw.json:

{
  "mcp": {
    "servers": {
      "ai-readme-manager": {
        "command": "npx",
        "args": ["ai-readme-mcp@1.3.4"]
      }
    }
  }
}

Then restart OpenClaw and verify with openclaw mcp list.

When to use

Call get_context_for_file before any code-related task — editing, creating, or reviewing files in a project.

Tools available

  • get_context_for_file — get relevant project conventions for a specific file path
  • init_ai_readme — initialize and populate empty AI_README files in a project
  • update_ai_readme — record new conventions or architectural decisions
  • validate_ai_readmes — check quality and token efficiency of all AI_README files
  • compress_ai_readme — remove filler language from an AI_README file to reduce token footprint
  • discover_ai_readmes — scan and list all AI_README files in a project

Instructions

MCP: ai-readme-manager

Before any code-related task, ALWAYS call get_context_for_file(projectRoot, path) first.

If get_context_for_file reports empty or missing AI_README files, call init_ai_readme(projectRoot) to initialize them.

If the user's request or your plan conflicts with AI_README conventions (including during planning), STOP and call update_ai_readme to resolve the conflict before proceeding.

When establishing new conventions or making architectural decisions, call update_ai_readme to record them.

If AI_README is missing a convention that is already used in 2+ files, call update_ai_readme to record it.

版本历史

共 1 个版本

  • v1.3.4 当前
    2026-05-03 06:20 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,099 📥 825,946
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,396 📥 322,525
ai-agent

Agent Browser

rez0
用于 AI 代理的浏览器自动化 CLI。当用户需要与网站交互(包括浏览页面、填写表单、点击按钮、截图等)时使用。
★ 834 📥 306,770