1234Use for RAGFlow dataset and retrieval tasks: create, list, inspect, update, or delete datasets; list, upload, update, or delete documents in a dataset; start...
Install via ClawdBot CLI:
clawdbot install caesergattuso/1234Grade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
http://127.0.0.1:9380Audited Apr 16, 2026 · audit v1.0
Generated May 23, 2026
A company creates a RAGFlow dataset to store product documentation and troubleshooting guides. Support agents can then search the dataset to quickly retrieve relevant chunks and answer customer queries accurately.
A law firm ingests contracts and case files into a RAGFlow dataset. Parsing extracts key clauses and entities, and the search function enables rapid retrieval of relevant legal precedents or terms across large document collections.
Researchers upload PDFs of academic papers into a dataset, parse them to extract abstracts and references, and then use search to find specific studies or topics across hundreds of documents without manual sifting.
A corporation maintains a dataset of internal policies, onboarding material, and project reports. Employees can search for information, and the system provides direct chunk-level answers to common procedural questions.
Healthcare professionals upload medical journals and treatment guidelines into a dataset. Parsing extracts structured data, and the search function allows quick access to specific symptoms, dosages, or study results for clinical decision support.
Offer RAGFlow-powered knowledge bases as a monthly or annual subscription, where clients get dedicated datasets with ingestion, parsing, and retrieval capabilities. Revenue scales with the number of datasets and documents managed.
Expose the RAGFlow retrieval functionality as an API, charging per search or per chunk retrieved. This model suits developers who need to integrate domain-specific knowledge retrieval into their apps without managing infrastructure.
Offer end-to-end consulting to deploy and customize RAGFlow datasets for enterprise clients, including data migration, custom parsing rules, and integration with existing systems. Revenue comes from project fees and ongoing support contracts.
💬 Integration Tip
Use `--save-to-memory` during initial setup to avoid passing credentials repeatedly; rely on the bundled scripts in `scripts/` for all operations.
Scored May 23, 2026
Structured reasoning through sequential thinking — break complex problems into steps, solve each independently, verify consistency, synthesize conclusions wi...
LLM-driven epistemic reasoning engine. Evaluates claims against evidence, outputs calibrated confidence and structured belief state (VERIFIED/CONTESTED/UNCER...
Loads and manages company context for all C-suite advisor skills. Reads ~/.claude/company-context.md, detects stale context (>90 days), enriches context duri...
Turn scattered local sources into a source-constrained evidence notebook for incident, release, and maintainer decisions.
三级记忆管理系统 (Three-Tier Memory Management)。用于管理 AI 代理的短期、中期、长期记忆。包括:(1) 滑动窗口式短期记忆,(2) 自动摘要生成中期记忆,(3) 向量检索长期记忆 (RAG)。当需要管理对话历史、优化上下文、构建个人知识库、或实现记忆持久化时使用此 Skill。
Store secrets, long-term memory, daily logs, and anything custom in your Convex backend instead of local files