policy-analyzer

Analyzes government policy PDFs and matches them with company profiles for eligibility determination.

1|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/MarkITwains/gov-doc-collector --skill policy-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: policy-analyzer
Source: https://github.com/MarkITwains/gov-doc-collector/tree/main/skills/policy-analyzer
Command: npx skills add https://github.com/MarkITwains/gov-doc-collector --skill policy-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires regex, requests, json, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the analysis of government policy documents, providing companies with a structured analysis and eligibility determination for policy support or grants.

Core Features & Use Cases

  • Policy Analysis: Extracts and analyzes key details from policy documents, including support targets, measures, funding, and conditions.
  • Eligibility Check: Matches a company profile against policy conditions to determine eligibility.
  • Use Case: A company can use this Skill to quickly determine if they are eligible for government support or grants based on specific policy documents.

Quick Start

Analyze policy at 'http://example.com/policy.pdf' and match it with the company profile at 'path/to/profile.json'.

Frequently Asked Questions about policy-analyzer

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

FAQPage Schema
How do I automate government policy analysis and grant eligibility checks for my company?

Automate policy analysis by providing a policy document URL and a company profile JSON file. The Skill extracts key details like support targets and funding conditions, matching them against your profile to determine grant eligibility.

How does policy document matching work with a company profile?

Policy document matching works by extracting conditions from the policy text and comparing them against structured data in your company profile JSON. It identifies support targets, measures, and funding criteria to determine if your company qualifies for government support.

Do I need Python and specific libraries to perform policy eligibility determination?

Yes, you need Python with the regex, requests, and json libraries to perform policy eligibility determination. These dependencies are required to fetch policy documents from URLs, parse text patterns, and process company profile data.

What's the best way to check if a company qualifies for government support based on policy documents?

The best way to check company qualification is to use an automated analysis tool that extracts policy conditions and matches them against your company profile. This approach replaces manual document review with structured eligibility determination.

Can I use this policy analyzer with a PDF document and a JSON company profile?

Yes, you can analyze policy documents from a URL and match them with a JSON company profile. The tool fetches the document using the requests library and processes the company profile using json to perform the eligibility check.

What limitations should I expect when automating grant eligibility checks from policy documents?

Limitations of automating grant eligibility checks include dependency on the structure of the policy document and the completeness of your company profile JSON. Complex or ambiguous policy conditions may require manual verification beyond the automated extraction and matching process.