# Add to your Claude Code skills
git clone https://github.com/asciimoo/histerGuides for using mcp servers skills like hister.
Last scanned: 5/4/2026
{
"issues": [
{
"type": "npm-audit",
"message": "@sveltejs/adapter-static: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "@sveltejs/kit: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "bits-ui: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "cookie: cookie accepts cookie name, path, and domain with out of bounds characters",
"severity": "low"
},
{
"type": "npm-audit",
"message": "runed: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "svelte-toolbelt: Vulnerability found",
"severity": "low"
},
{
"type": "npm-audit",
"message": "vite: Vite Vulnerable to Path Traversal in Optimized Deps `.map` Handling",
"severity": "high"
}
],
"status": "WARNING",
"scannedAt": "2026-05-04T06:42:26.859Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}hister is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by asciimoo. Your own search engine. It has 1,222 GitHub stars.
hister returned warnings in SkillsLLM's automated security scan. It has no critical vulnerabilities, but review the flagged issues in the Security Report section before adding it to your workflow.
Clone the repository with "git clone https://github.com/asciimoo/hister" and add it to your Claude Code skills directory (see the Installation section above).
hister is primarily written in Go. It is open-source under asciimoo on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh hister against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Requires a passing catalog security scan. Resolve the flagged issues and resubmit to enable featuring.
Your own search engine
Hister is a general purpose web search engine providing automatic full-text indexing for visited websites.


Requirements: latest Go and NPM
./manage.sh build (or go generate ./...; go build)To work on the web app with hot reload and automatic Go rebuilds:
npm run serve:app
This starts a Vite dev server (with HMR) and the Go backend (with auto-rebuild via air) concurrently.
Join us on IRCNet: #hister or on Discord
Check the CONTRIBUTING.md for more information.
Bugs or suggestions? Visit the issue tracker.
Security related issue? See our SECURITY.md
AGPLv3 or any later version