
camopel skills on Claude Market
4 skills published by camopel. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
ddgs-search
A CLI-based web search tool that queries Google, Bing, DuckDuckGo, Brave, Yandex, Yahoo, Wikipedia, and arXiv from a single interface. No API keys or accounts required. Outputs JSON compatible with web-search-plus, making it a drop-in search backend for other skills.
finviz-crawler
A background daemon that crawls finviz.com every 5 minutes, storing headlines and full article content in a local SQLite database. Includes a query tool to filter by time window, ticker, or content type, with output formatted for LLM summarization pipelines.
privateapp
PrivateApp is a self-hosted PWA dashboard that runs a FastAPI backend with a React/Vite frontend on your own machine. Plugin-style apps are auto-discovered on startup, and built-in apps cover system monitoring and file browsing. It runs as a systemd user service on Linux or a launchd plist on macOS.
arxivkb
ArXivKB crawls arXiv's public API by category, downloads PDFs, and indexes their full text using FAISS vector search with Ollama embeddings. Semantic search runs against chunked PDF content rather than just abstracts, and all data stays on-device in SQLite and FAISS files.