Agent Skills
› sediman-agent/OpenSkynet
› legal-page-generator
legal-page-generator
GitHub指导法律页面(隐私、条款等)的内容结构、SEO优化及合规性处理。涵盖页面类型识别、最佳实践、输出格式,并关联专用生成技能。
Trigger Scenarios
用户需要创建或优化隐私政策、服务条款、Cookie政策等法律页面
提及'legal pages'、'compliance pages'、'privacy policy'、'terms of service'等相关术语
Install
npx skills add sediman-agent/OpenSkynet --skill legal-page-generator -g -y
SKILL.md
Frontmatter
{
"name": "legal-page-generator",
"metadata": {
"version": "1.1.0"
},
"description": "When the user wants to create, optimize, or structure legal pages (Privacy, Terms, etc.). Also use when the user mentions \"privacy policy,\" \"terms of service,\" \"legal pages,\" \"cookie policy,\" \"terms and conditions,\" \"legal footer,\" \"legal section,\" \"compliance pages,\" or \"legal requirements.\" For Privacy Policy content, use privacy-page-generator. For Terms of Service, use terms-page-generator. For Cookie Policy, use cookie-policy-page-generator."
}
Pages: Legal
Guides legal page content, structure, and SEO handling.
When invoking: On first use, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.
Initial Assessment
Identify:
- Page type: Privacy Policy, Terms of Service, Cookie Policy, etc.
- Jurisdiction: GDPR, CCPA, etc.
- Business model: SaaS, e-commerce, content site
- Indexing: Index or noindex (often noindex for legal)
Common Legal Pages
| Page | Purpose |
|---|---|
| Privacy Policy | Data collection, use, sharing, rights |
| Terms of Service | User agreement, limitations, termination |
| Cookie Policy | Cookie types, consent, management |
| Acceptable Use | Prohibited uses, enforcement |
| Refund Policy | Refund conditions (e-commerce) |
Best Practices
Content
- Clear language: Avoid legalese where possible
- Structure: Headings, sections, table of contents
- Updates: Date of last update; version if needed
- Legal review: Have lawyer review for compliance
SEO
| Approach | When |
|---|---|
| Index | If you want legal pages discoverable (rare) |
| Noindex | Common for legal; reduces low-value indexed pages |
| Canonical | If multiple versions (e.g., by region) |
Placement
- Footer links to all legal pages
- Consent flows (cookie banner) link to Privacy/Cookie Policy
- Sign-up/checkout link to Terms
Structure
- Privacy Policy: What data, why, how long, rights, contact
- Terms: Acceptance, use, IP, liability, termination, governing law
- Cookie Policy: Types, purposes, how to manage
Output Format
- Outline for each legal page type
- Section structure and key points
- SEO recommendation (index vs. noindex)
- Footer link placement
- Disclaimer: Recommend legal review
Related Skills
- privacy-page-generator: Privacy Policy page
- terms-page-generator: Terms of Service page
- indexing: noindex for legal pages
- title-tag, meta-description, page-metadata: Legal page metadata
- homepage-generator: Footer links to legal
Version History
- c9d8953 Current 2026-07-05 20:00


