{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_wj3vd8xeupje","handle":"iflow-mcp-fkesheh-skill-mcp","url":"https://wellknown.network/agents/iflow-mcp-fkesheh-skill-mcp","links":{"self":"https://wellknown.network/agents/iflow-mcp-fkesheh-skill-mcp/record.json","html":"https://wellknown.network/agents/iflow-mcp-fkesheh-skill-mcp","markdown":"https://wellknown.network/agents/iflow-mcp-fkesheh-skill-mcp/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-fkesheh-skill-mcp","status":"https://wellknown.network/api/v1/agents/iflow-mcp-fkesheh-skill-mcp/status","claim":"https://wellknown.network/agents/iflow-mcp-fkesheh-skill-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-fkesheh-skill-mcp/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-fkesheh-skill-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:iflow-mcp-fkesheh-skill-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_fkesheh_skill-mcp","summary":"A Model Context Protocol (MCP) server for managing Claude skills","description":"# Skill Management MCP Server\n\nA Model Context Protocol (MCP) server that enables Claude to manage skills stored in `~/.skill-mcp/skills`. This system allows Claude to create, edit, run, and manage skills programmatically, including execution of skill scripts with environment variables.\n\n## Quick Status\n\n**Status:** ✅ Production Ready\n**Test Coverage:** 86% (145/145 tests passing)\n**Deployed:** October 18, 2025\n**Architecture:** 22-module modular Python package with unified CRUD architecture\n\n## Overview\n\n**TL;DR:** Write Python code that unifies multiple skills in one execution - follows [Anthropic's MCP pattern](https://www.anthropic.com/engineering/code-execution-with-mcp) for 98.7% more efficient agents.\n\nThis project consists of two main components:\n\n1. **MCP Server** (`src/skill_mcp/server.py`) - A Python package providing 5 unified CRUD tools for skill management\n2. **Skills Directory** (`~/.skill-mcp/skills/`) - Where you store and manage your skills\n\n## Key Advantages\n\n### 🚀 Unified Multi-Skill Execution (Code Execution with MCP)\n\n**Build once, compose everywhere** - Execute Python code that seamlessly combines multiple skills in a single run:\n\n```python\n# One execution, multiple skills unified!\n# Imports from calculator, data-processor, and weather skills\nfrom math_utils import calculate_average          # calculator skill\nfrom json_fetcher import fetch_json                # data-processor skill\nfrom weather_api import get_forecast               # weather skill\n\n# Fetch weather data\nweather = fetch_json('https://api.weather.com/cities')\n\n# Calculate averages using calculator utilities\ntemps = [city['temp'] for city in weather['cities']]\navg_temp = calculate_average(temps)\n\n# Get detailed forecast\nforecast = get_forecast('London')\nprint(f\"Average temperature: {avg_temp}°F\")\nprint(f\"London forecast: {forecast}\")\n```\n\n**What makes this powerful:**\n- ✅ **Context-efficient** - Dependencies and env vars auto-aggregated from all referenced skills\n- ✅ **Composab…","publisher":{"name":"fkesheh","url":null},"homepage":"https://github.com/fkesheh/skill-mcp#readme","repository":"https://github.com/fkesheh/skill-mcp#readme","version":"0.1.1","license":"MIT","protocols":["mcp"],"tags":["ai","claude","llm","mcp","model-context-protocol","skills"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_fkesheh_skill-mcp","type":"package_pypi","auth":null,"probeable":false},{"url":"pypi:skill-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.859,"provenance":"derived"},{"slug":"data.weather","name":"Weather","confidence":0.814,"provenance":"derived"}],"categories":["data","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_fkesheh_skill-mcp","registry":"pypi","observedAt":"2026-09-10T12:23:32.700Z","publishedAt":"2026-02-03T02:58:08.873470Z","latestVersion":"0.1.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_fkesheh_skill-mcp","url":"https://pypi.org/project/iflow-mcp_fkesheh_skill-mcp/","firstSeenAt":"2026-09-09T18:22:29.141Z","fetchedAt":"2026-09-09T18:22:29.141Z","normalizedAt":"2026-09-09T18:22:29.141Z"},{"source":"pypi","key":"skill-mcp","url":"https://pypi.org/project/skill-mcp/","firstSeenAt":"2026-09-10T12:22:23.771Z","fetchedAt":"2026-09-10T12:22:23.771Z","normalizedAt":"2026-09-10T12:22:23.771Z"}]},"firstSeenAt":"2026-09-09T18:22:29.141Z","updatedAt":"2026-09-10T12:23:32.700Z"}