| name | legal-compliance-search |
| title | Legal Compliance Search Skill |
| description | This skill should be used when the user wants to "search compliance regulations", "check legal requirements", "find relevant laws", "look up regulatory updates", "verify compliance obligations", "search registration requirements", "check business license needs", "find industry regulations", or "get compliance checklist for company registration". |
| author | Serein-81 |
| author_url | https://github.com/Serein-81/financial_rag/tree/main/rag_backend/skills/legal/legal-compliance-search |
| license | MIT |
| version | 0.1.0 |
| execution_mode | open |
| jurisdiction | cn |
| practice | regulatory |
| language | en |
Legal Compliance Search Skill
Overview
Searches for current legal and regulatory compliance information using real-time web search.
Results include company registration requirements, industry licenses, and compliance obligations
specific to the user's business profile.
The skill uses the search_web tool (Tavily) for real-time regulation searches, and the
Enterprise Policy Matcher for matching against the internal policy knowledge base.
Workflow
Step 1: Understand Business Context
Ask clarifying questions to establish the user's business profile. Be specific — the quality of results depends on the detail:
Required context:
- Company type: 有限责任公司 (LLC), 股份有限公司 (joint-stock), 外商独资企业 (WFOE), 合资企业 (JV), 个体工商户 (sole proprietor)
- Industry/Sector: Technology, finance, healthcare, manufacturing, education, food & beverage, e-commerce, etc.
- Location: Province and city of registration (e.g., "Beijing", "Shanghai", "Guangdong-Shenzhen")
Additional context (helpful but not required):
- Company scale: Small/medium/large, number of employees
- Business scope: What specific activities the company performs
- Registration stage: New registration, business scope change, annual review, etc.
- Foreign investment: Whether foreign shareholders are involved
If the user hasn't specified all required context, ask specific questions. Example:
"To find the right compliance requirements, I need to know:
- What type of company are you registering? (e.g., LLC, WFOE)
- What industry are you in? (e.g., technology, finance)
- Where are you located? (e.g., Beijing, Shanghai)"
Step 2: Search Regulations via Web
Use the search_web tool to search for current regulations. Construct targeted search queries:
For company registration:
Search 1: "{company_type} registration requirements {location} 2025"
Search 2: "{industry} business license {location} requirements"
Search 3: "{industry} regulatory compliance China 2025"
For compliance obligations:
Search 1: "{industry} compliance requirements China 2025"
Search 2: "company registration process {location} steps documents"
Search 3: "{industry} license permit China regulations"