Awesome Openclaw Skills
The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞.
The official Model Context Protocol server for secure filesystem access — read, write, search, and navigate files from AI clients within configured directory boundaries.
Runs as an MCP server exposing filesystem tools (read_file, write_file, list_directory, search_files) over the Model Context Protocol via stdio. AI clients like Claude Desktop connect and can safely operate on local files within the directories you allowlist.
Install Node.js 18 or newer
Add the server in your client config (e.g. Claude Desktop claude_desktop_config.json) with npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dir
Restart the AI client to load the MCP server
Ask the client to read, create, or search files inside the allowed directory
The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.🦞.
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra.
This example demonstrates how to connect an ADK agent to a filesystem MCP server using the MCPToolset. The agent can perform file operations like reading, writing, and listing files through the Model Context Protocol.
Generative UI & FrontendsA deep research assistant that plans, searches the web, writes to a virtual filesystem, and renders each tool call as a live card in a workspace pane. Built with CopilotKit, Deep Agents, AG-UI, and Tavily on top of Next.js + LangGraph...