Claude-skill-registry chitti-mcp
Use this skill when you need to start or call Chitti's MCP server (chitti.decide/recall/policy/audit) from Codex, keeping tool details out of context until invoked.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/chitti-mcp" ~/.claude/skills/majiayu000-claude-skill-registry-chitti-mcp && rm -rf "$T"
manifest:
skills/data/chitti-mcp/SKILL.mdsource content
Chitti MCP Skill
Use this when you need to record, recall, or audit decisions via Chitti's MCP tools.
Quick start
- Start the MCP server:
scripts/start_server.sh
- Call a tool in one shot (starts server, calls tool, exits):
scripts/mcp_call.sh chitti.decide '{"action":"pay","amount":5,"currency":"USDC","reason":"example"}'
When to use which tool
: record a decision (requireschitti.decide
,action
,amount
).reason
: query history (filters likechitti.recall
,action
,to
,outcome
,query
).limit
: manage/evaluate rules.chitti.policy.*
: fetch decision by id.chitti.audit
Notes
- This skill wraps the existing MCP server; do not remove MCP if you need ChatGPT connectors or other MCP clients.
- If a tool call fails, retry with valid JSON arguments and required fields.