# skill_crud

A execute tool on the Skill Management MCP Server MCP server.

Agent View of the PolicyLayer registry record for `skill_crud`. HTML page: https://policylayer.com/tools/fkesheh-skill-mcp/skill-crud

## Facts

- Tool: `skill_crud`
- Server: Skill Management MCP Server (`fkesheh/skill-mcp`) — https://policylayer.com/tools/fkesheh-skill-mcp.md
- Homepage: https://github.com/fkesheh/skill-mcp
- Risk category: Execute (High risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Rate-limited

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "skill_crud",
    "arguments": {}
  }
}
```

## Why skill_crud is rated High

CRUD operations on 'skills' in this context likely involve creating, reading, updating, and deleting skill definitions/scripts. The most severe applicable category across CRUD is Destructive (delete operations). However, since the description is empty and the tool name only says 'crud', there is uncertainty.

From the tool's own definition: "Tool name 'skill_crud' on a server described as enabling Claude to 'create, edit, run, and manage reusable skills' with 'executing scripts with automatic dependency management'. Sibling tools include 'execute_python_code' and 'run_skill_script'."

## Use case

AI agents invoke skill_crud to trigger actions in Skill Management MCP Server. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

## Recommended policy (PolicyLayer)

Verdict: **Rate-limited**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches Skill Management MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "skill_crud": {
      "limits": [
        {
          "counter": "skill_crud_rate",
          "window": "minute",
          "max": 10,
          "scope": "grant"
        }
      ]
    }
  }
}
```

## Other tools on Skill Management MCP Server (4)

- `execute_python_code` — Execute — https://policylayer.com/tools/fkesheh-skill-mcp/execute-python-code.md
- `run_skill_script` — Execute — https://policylayer.com/tools/fkesheh-skill-mcp/run-skill-script.md
- `skill_env_crud` — Execute — https://policylayer.com/tools/fkesheh-skill-mcp/skill-env-crud.md
- `skill_files_crud` — Execute — https://policylayer.com/tools/fkesheh-skill-mcp/skill-files-crud.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=fkesheh-skill-mcp · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/fkesheh-skill-mcp
