- Home
- /
- Categories
- /
- Processing
Processing
Data transformation and parsing
update-nanoclaw
by qwibitai
Efficiently bring upstream NanoClaw updates into a customized install, with preview, selective cherry-pick, and low token usage.
add-whatsapp
by qwibitai
Add WhatsApp as a channel. Can replace other channels entirely or run alongside them. Uses QR code or pairing code for authentication.
bear-notes
by elizaOS
Create, search, and manage Bear notes via grizzly CLI.
static-analysis
by elizaOS
"Static analysis toolkit with CodeQL, Semgrep, and SARIF parsing for security vulnerability detection. Use when running static analysis scans, writing custom detection rules, or processing analysis results."
songsee
by elizaOS
Generate spectrograms and feature-panel visualizations from audio with the songsee CLI.
mcporter
by elizaOS
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
peekaboo
by elizaOS
Capture and automate macOS UI with the Peekaboo CLI.
gifgrep
by elizaOS
Search GIF providers with CLI/TUI, download results, and extract stills/sheets.
gemini
by elizaOS
Gemini CLI for one-shot Q&A, summaries, and generation.
food-order
by elizaOS
"Reorder Foodora orders + track ETA/status with ordercli. Never confirm without explicit user approval. Triggers: order food, reorder, track ETA."
openhue
by elizaOS
Control Philips Hue lights/scenes via the OpenHue CLI.
summarize
by elizaOS
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
gog
by elizaOS
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
openai-whisper-api
by elizaOS
Transcribe audio via OpenAI Audio Transcriptions API (Whisper).
model-usage
by elizaOS
Use CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
ccal
by x-cmd
Chinese Calendar with Lunar-Solar Conversion
n8n-expression-syntax
by czlonkowski
Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, or working with webhook data in workflows.
n8n-code-javascript
by czlonkowski
Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with $helpers, working with dates using DateTime, troubleshooting Code node errors, or choosing between Code node modes.
n8n-validation-expert
by czlonkowski
Interpret validation errors and guide fixing them. Use when encountering validation errors, validation warnings, false positives, operator structure issues, or need help understanding validation results. Also use when asking about validation profiles, error types, or the validation loop process.
n8n-workflow-patterns
by czlonkowski
Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API integration, database operations, AI agent workflows, or scheduled tasks.
n8n-code-python
by czlonkowski
Write Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes.
axolotl
by davila7
Expert guidance for fine-tuning LLMs with Axolotl - YAML configs, 100+ models, LoRA/QLoRA, DPO/KTO/ORPO/GRPO, multimodal support
evaluating-code-models
by davila7
Evaluates code generation models across HumanEval, MBPP, MultiPL-E, and 15+ benchmarks with pass@k metrics. Use when benchmarking code models, comparing coding abilities, testing multi-language support, or measuring code generation quality. Industry standard from BigCode Project used by HuggingFace leaderboards.
llamaindex
by davila7
Data framework for building LLM applications with RAG. Specializes in document ingestion (300+ connectors), indexing, and querying. Features vector indices, query engines, agents, and multi-modal support. Use for document Q&A, chatbots, knowledge retrieval, or building RAG pipelines. Best for data-centric LLM applications.