- 📄 __init__.py
- 📄 claude_code_skill.md
- 📄 claude_desktop_skill.md
Search and manage documentation knowledge bases using docmancer CLI. Use when the user asks about third-party library docs, API references, vendor documentation, version-specific API behavior, GitBook or Mintlify public docs, offline or local doc search, or wants to ingest a doc URL before answering a question.
Manage Apple Notes via the memo CLI on macOS (create, view, search, edit).
- 📁 agents/
- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
- 📄 SKILL.zh.md
Search and explore arXiv papers via ChatTool CLI. Use when user asks to search papers, get daily submissions, fetch specific arXiv papers by ID, or use domain presets like ai4math and math-formalization-weekly.
Semantic code and documentation search by meaning. Use codebase_peek to find WHERE code is (saves tokens), codebase_search to see actual code. For exact identifiers, use grep instead. Search local codebase before using websearch for code/library/API/example questions.
Search the web. Returns a list of search results to then be explored. Use when you need current information or to verify facts.
One-stop search and install for coding resources. Aggregates MCP Servers, Skills, Rules, and Prompts. Supports search, category browsing, project-based recommendations, and one-click install.
- 📁 references/
- 📁 scripts/
- 📄 .clawhubignore
- 📄 .gitignore
- 📄 LICENSE
Search, browse, and read the user's local documents indexed by Linkly AI. This skill should be used when the user asks to 'search my documents', 'find files about a topic', 'read a local document', 'search my knowledge base', 'browse document outlines', 'list knowledge libraries', 'explore my documents', or any task involving searching, browsing, or reading locally stored documents (PDF, Markdown, DOCX, TXT, HTML). Also triggered by: 'linkly not working', 'can not connect to linkly', '搜索我的文档', '查找文件', '知识库搜索', '浏览文档大纲', '列出知识库', '连接不上', '故障排查'. Provides full-text search, structural outlines, and paginated reading via CLI or MCP tools.
- 📁 .claude-plugin/
- 📁 .cursor/
- 📁 .github/
- 📄 .gitignore
- 📄 AGENTS.md
- 📄 CHANGELOG.md
Audits and optimizes websites for search engine visibility (SEO) and AI search citation (GEO), covering technical health, E-E-A-T content scoring, domain authority, structured data, rich results, and entity signals. Use when running SEO audits, diagnosing traffic drops or ranking losses, generating Schema.org JSON-LD, checking Core Web Vitals, crawlability, robots.txt, sitemaps, hreflang, backlinks, planning content strategy or site migrations, fixing indexing issues, or optimizing for AI Overviews, ChatGPT, and Perplexity. NOT for paid ads (PPC/SEM), social media strategy, email marketing, or general web development unrelated to search.
Unified RAG pipeline skill for Rust/MCP projects. Covers architecture, local embeddings via Candle ML framework, chunking strategies, retrieval patterns, hybrid search, reranking, and evaluation (NDCG/MRR). Use when: building RAG, vector search, semantic search, document retrieval, embeddings in Rust.
- 📄 .gitignore
- 📄 LICENSE
- 📄 README.md
Better Google search. Type a query like you would in Google and get 3 synthesized mini-briefings with 'best for' verdicts, adaptive ratings, and source citations. Searches from multiple angles (general, Reddit/forums, reviews) to surface what a single Google search misses.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks to add a note, list notes, search notes, or manage note folders.
- 📁 assets/
- 📁 references/
- 📁 scripts/
- 📄 .gitignore
- 📄 AGENTS.md
- 📄 BENCHMARK_REPORT.md
Hybrid SQLite + Vector persona memory system for Zo Computer. Episodic memory with temporal queries, graph-boosted search, BFS path finding, knowledge gap analysis, auto-capture pipeline. Gives personas persistent memory with semantic search (nomic-embed-text), HyDE query expansion (qwen2.5:1.5b), Ollama-powered memory gate, 5-tier decay, and swarm integration. Requires Ollama for embeddings.