AI Skill Store for LangChain
io.github.garasegae/aiskillstore
Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.
client:LangChain
transport:streamable-http
tools:18
Install AI Skill Store in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"aiskillstore": {
"transport": "streamable_http",
"url": "https://aiskillstore.io/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
- search_skills
- get_skill
- get_skill_schema
- download_skill
- list_categories
- get_install_guide
- upload_skill
- upload_skill_draft
- check_draft_status
- get_agent_identity_stats
- check_vetting_status
- get_vetting_result
- register_developer
- validate_compatibility
- post_review
- list_platforms
- get_most_wanted
- get_agent_author_stats