skill-for-ragflow
Installation
SKILL.md
RAGFlow Skill
Operate common RAGFlow v0.26.4 workflows through node {baseDir}/scripts/ragflow.js <command> [options]. Prefer --json when parsing or chaining results. Prioritize daily operations over exhaustive API coverage.
Requirements
- Set
RAGFLOW_URLandRAGFLOW_API_KEYin the environment or this skill's.env. - Use Node.js to run bundled scripts.
- Run
system-health --jsonafter first-time setup to verify service reachability and dependencies. Uselist-datasets --page-size 1 --jsonto verify API-key authentication.
Security Notes
- Use HTTPS in production. Production deployments should use
https://forRAGFLOW_URLto protect the API key in transit. Local development (http://localhost) is acceptable for testing. - Use a dedicated, rotatable API key for automation. RAGFlow v0.26.4 API keys are tenant-scoped rather than permission-scoped.
- Protect your API key. Never share
RAGFLOW_API_KEYin chat messages or commit it to version control. Use environment variables or the skill's.envfile.