Skip to content
LangChain

Skill History for LangChain

io.github.pineapple-farm/skill-history

Track download history for 70,000+ agent skills. Search and get daily snapshots.

client:LangChain transport:streamable-http tools:2

Install Skill History in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "skill-history": {
            "transport": "streamable_http",
            "url": "https://skill-history.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

Skill History in other clients