policy-rag

Split, index, and retrieve internal policy documents and approval workflows.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/bettercallfan/deerflow --skill policy-rag
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: policy-rag
Source: https://github.com/bettercallfan/deerflow/tree/main/skills/custom/policies-regulations/policy-rag
Command: npx skills add https://github.com/bettercallfan/deerflow --skill policy-rag

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, numpy, dashscope, pandas, xlrd, openpyxl, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the complexity of managing internal policies and approval workflows, allowing for efficient document processing, indexing, and search capabilities within an enterprise environment.

Core Features & Use Cases

  • Document Splitting & Indexing: Automatically split policy documents into manageable sections and create searchable indexes.
  • Excel Conversion: Transform Excel approval tables into structured data for easy retrieval.
  • Policy Clause & Approval Path Retrieval: Quickly find specific policy clauses and approval paths based on queries.

Quick Start

Run the policy-rag skill and upload your policy document to process and index it.

Frequently Asked Questions about policy-rag

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate indexing and retrieval for internal policy documents?

This Skill automates policy document indexing by splitting documents into manageable sections and creating searchable indexes for quick clause retrieval. You upload your policy documents to process and index them for enterprise policy management.

Can I convert Excel approval tables into structured data for search?

Yes, Excel approval tables can be transformed into structured data for easy retrieval. This Skill supports converting Excel approval workflows into a searchable format, enabling efficient approval path search and policy clause retrieval.

Do I need Python and Dashscope to run policy management indexing workflows?

Yes, running policy management indexing workflows requires Python3, Dashscope, and Pandas. These dependencies provide the necessary scripts and tools for document parsing, indexing, and search functionality within your enterprise environment.

What is the best way to search specific policy clauses and approval paths?

The best way to search specific policy clauses and approval paths is by indexing split policy documents and converted approval tables. This allows you to quickly retrieve exact clauses and map approval paths based on specific queries.

Does this document indexing approach work with both Excel and text policy files?

Yes, this document indexing approach works with both Excel and text policy files. It uses openpyxl and xlrd for Excel approval table conversion, while processing standard policy documents for splitting, indexing, and clause retrieval.