gno Skill
gno is a TypeScript AI agent skill for Claude Desktop, Cursor, Windsurf with npx, git clone. Local AI-powered document search and editing with first-in-class hybrid retrieval, LLM answers, WebUI, REST API and MCP support for AI clients.
How to use gno Skill
Install or run
bun install -g @gmickel/gnoClient configuration
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "gno://schemas/mcp-add-collection-result@1.0",
"title": "GNO MCP Add Collection Result",
"description": "Result payload for gno_add_collection",
"type": "object",
"required": ["jobId", "collection", "status"],
"properties": {
"jobId": {
"type": "string",
"description": "Job identifier"
},
"collection": {
"type": "string",
"description": "Normalized collection name"
},
"status": {
"type": "string",
"description": "Job status",
"enum": ["started"]
}
}
}
Compatible clients
What is gno Skill?
gno is a TypeScript AI agent skill for Claude Desktop, Cursor, Windsurf with npx, git clone. Local AI-powered document search and editing with first-in-class hybrid retrieval, LLM answers, WebUI, REST API and MCP support for AI clients. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- Spreadsheet work support
- Presentation work support
- Document generation support
Technical details
Install or run gno using npx. Check gmickel/gno for the latest setup command.
- Built for TypeScript
- Built for Node.js
- Built for Rust
- Install or run with npx
- Install or run with git clone
- Works with Claude Desktop
- Works with Cursor
- Works with Windsurf
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use gno Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for claude desktop users.
Built with
Explore related resources
Frequently asked questions
What is gno?
gno is a TypeScript AI agent skill for Claude Desktop, Cursor, Windsurf with npx, git clone. Local AI-powered document search and editing with first-in-class hybrid retrieval, LLM answers, WebUI, REST API and MCP support for AI clients.
Who is gno best for?
gno is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, claude desktop users.
How do I install gno?
Install or run gno using npx. Check gno for the latest setup command.
Is gno actively maintained?
gno may need a closer maintenance check before production use.
Auto-fetched from GitHub.