スキル一覧に戻る
Soborbo

legal-pages

by Soborbo

1🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


Legal Pages Skill

No legal pages = No production deploy.

Purpose

Produces GDPR-compliant legal pages. Templates only, not legal advice.

Scope

✅ Supported❌ Out of Scope
UK lead gen sitesE-commerce checkout
Hungarian lead gen sitesSaaS terms
Service business websitesMembership systems
Quote/contact formsPayment processing

Skill Output

ArtefactRequiredFormat
Privacy Policy✅ Always/privacy-policy.astro
Cookie PolicyIf cookies/cookie-policy.astro
Terms of ServiceIf booking/terms.astro
Business Details✅ AlwaysFilled in templates

Input Required

legal_info:
  country: UK | HU
  language: en | hu
  business_name: "Company Ltd"
  trading_name: "Brand Name"        # If different
  company_number: "12345678"        # If Ltd/Kft
  address: "Full registered address"
  email: "hello@domain.com"
  phone: "+44 1234 567890"
  vat_number: ""                    # Optional
  
cookies_used:
  analytics: true                   # GA4
  marketing: false                  # FB Pixel, Google Ads
  
form_fields:
  - name
  - email
  - phone
  - message

Blocking Conditions (STOP)

ConditionResult
Missing business_nameSTOP
Missing addressSTOP
Missing emailSTOP
Analytics true + no Cookie PolicySTOP
Country not UK/HUSTOP - different templates needed

Required Pages by Country

UK (English)

PageURLRegulator
Privacy Policy/privacy-policyICO (ico.org.uk)
Cookie Policy/cookie-policyICO

Hungary (Hungarian)

PageURLRegulator
Adatvédelmi Tájékoztató/adatvedelemNAIH (naih.hu)
Cookie (Süti) Szabályzat/cookie-szabalyzatNAIH
<!-- Privacy consent - REQUIRED for form submission -->
<label class="flex items-start gap-2">
  <input type="checkbox" name="privacyConsent" required />
  <span class="text-sm">
    <!-- EN -->
    I agree to the <a href="/privacy-policy">Privacy Policy</a>. *
    <!-- HU -->
    Elfogadom az <a href="/adatvedelem">Adatvédelmi Tájékoztatót</a>. *
  </span>
</label>
<!-- Marketing consent - MUST NOT be required -->
<label class="flex items-start gap-2">
  <input type="checkbox" name="marketingConsent" />
  <span class="text-sm">
    <!-- EN -->
    I agree to receive marketing communications.
    <!-- HU -->
    Hozzájárulok marketing célú megkeresésekhez.
  </span>
</label>

Rule: Marketing checkbox MUST NOT have required attribute.

Third-Party Services (categorized)

ServicePrivacy Policy
Google Analyticspolicies.google.com/privacy
Plausibleplausible.io/privacy
ServicePrivacy Policy
Facebook Pixelfacebook.com/privacy
Google Adspolicies.google.com/privacy
ServicePrivacy Policy
Cloudflarecloudflare.com/privacypolicy
Resendresend.com/legal/privacy-policy
<!-- EN -->
<a href="/privacy-policy">Privacy Policy</a>
<a href="/cookie-policy">Cookie Policy</a>

<!-- HU -->
<a href="/adatvedelem">Adatvédelem</a>
<a href="/cookie-szabalyzat">Cookie szabályzat</a>

Must be visible on every page.

Cross-reference: astro-security skill handles cookie banner implementation.

This skill provides content only:

  • Cookie categories
  • Cookie descriptions
  • Consent text (EN/HU)

This skill provides templates, not legal advice.

Client must review and approve all legal content before production. After client approval, responsibility transfers to client.

Forbidden

  • ❌ Production without Privacy Policy
  • ❌ Analytics without Cookie Policy
  • ❌ Fake/placeholder business details
  • ❌ Required marketing consent checkbox
  • ❌ Missing form privacy consent
  • ❌ Copy from other website verbatim

References

Definition of Done

  • Privacy Policy exists (correct language)
  • Cookie Policy exists (if analytics/marketing)
  • Real business details included
  • Correct regulator referenced (ICO/NAIH)
  • Footer links on every page
  • Form privacy consent checkbox (required)
  • Marketing consent NOT required
  • Client reviewed and approved

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です