Token导航 LogoToken导航TokenDH.com
开发需要联网github未标认证来源可访问许可证需确认审计通过

solo-legal单独法律

Agent Skill

solo-legal 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

245

周安装

10

GitHub Stars

15

下载量

79
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:solo-legal(单独法律)
来源仓库:https://github.com/fortunto2/solo-factory
仓库路径:skills/solo-legal
安装命令:
npx skills add https://github.com/fortunto2/solo-factory --skill solo-legal
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/fortunto2/solo-factory --skill solo-legal

简介

solo-legal 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适用于围绕仓库状态、代码变更或协作事项进行整理和分析的场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,建议结合原始 README 验证功能细节。
  • 安装前应确认权限范围和维护状态,避免触发不必要的联网或文件操作。
  • solo-legal 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

/legal

Generate privacy policy and terms of service tailored to the project's stack, features, and data handling. Aligned with manifesto privacy-first principles (templates/principles/manifest.md): on-device processing, local storage, no accounts when possible, user owns their data.

Disclaimer: Generated documents are templates, not legal advice. Review with a lawyer before publishing, especially for regulated industries (health, finance, children).

Steps

  1. Parse project from $ARGUMENTS.

- Read docs/prd.md — features, ICP, data handling - Read CLAUDE.md — stack, services used - Read stack YAML from templates/stacks/{stack}.yaml if available - If empty: ask via AskUserQuestion

  1. Data audit — determine what data the product collects: Scan PRD and codebase config for: Data Type Collected? Stored Where Purpose Email/name — Local / Supabase Account Usage analytics — PostHog (EU) Product improvement Payment info — Stripe (not stored locally) Billing User content — On-device / local DB Core feature Location — — — Device info — — — Cookies — — — Third-party SDKs — — — For each "yes": note the legal basis (consent, legitimate interest, contract). Manifest alignment check:

- Data stored locally? (offline-first principle) - Can user export all their data? - Can user delete all their data? - Any data sent to third parties without explicit consent? - Does the app work without an account?

  1. Detect applicable regulations: Regulation Applies When Key Requirements GDPR EU users or EU-based business Consent, right to access/delete/port, DPA with processors CCPA/CPRA California users, >$25M revenue or >100K consumers Right to know/delete/opt-out, "Do Not Sell" App Store iOS app Privacy nutrition labels, ATT framework Play Store Android app Data safety section, deletion policy COPPA Users under 13 Parental consent (flag if ICP includes children) Most solo projects: GDPR + App Store/Play Store is sufficient.
  2. Generate Privacy Policy: Structure (adapt to product): # Privacy Policy **Last updated:** {YYYY-MM-DD} **Effective date:** {YYYY-MM-DD} ## What we collect {table from step 2 — only "yes" rows, in plain language} ## How we use it {purpose for each data type — be specific, not "to improve our services"} ## Where data is stored {local device / specific cloud service + region} {for offline-first apps: "Your data stays on your device. We cannot access it."} ## Third-party services {list each service: PostHog (EU), Stripe, Supabase — with links to their privacy policies} ## Your rights - **Access:** request a copy of your data - **Delete:** delete your account and all associated data - **Export:** download your data in {format} - **Opt-out:** disable analytics in app settings ## Data retention {how long data is kept, what triggers deletion} ## Children {if product is not for children under 13: "This product is not intended for children under 13."} ## Changes We may update this policy. Changes will be posted here with an updated date. ## Contact {email address for privacy questions} Rules:

- Plain language, no legalese — users should understand what they're agreeing to - Be honest about what you collect — don't hide tracking behind vague language - Offline-first products get a simpler policy (less data = less to explain) - If the app collects nothing: say so explicitly ("We collect no personal data")

  1. Generate Terms of Service: Structure: # Terms of Service **Last updated:** {YYYY-MM-DD} ## What this is {product name} is {one-line description}. By using it, you agree to these terms. ## Your account {if accounts exist: account rules. If no accounts: "No account is required."} ## Your data You own your data. We do not claim any rights to content you create. {for offline-first: "Your data is stored on your device. We have no access to it."} ## Acceptable use Do not use {product} to: {short list of prohibited uses relevant to the product} ## Payments {if paid: pricing, refund policy, billing terms} {manifest alignment: "No hidden fees. What you see is what you pay."} {if one-time purchase: "One-time purchase. No recurring charges."} {if subscription: explain what justifies the recurring cost} ## Availability We aim to keep {product} available but cannot guarantee 100% uptime. {for offline-first: "Core features work without internet connection."} ## Limitation of liability {standard limitation clause — product provided "as is"} ## Changes We may update these terms. Continued use after changes means acceptance. ## Contact {email}
  2. Generate App Store privacy labels (if iOS or Android): iOS (App Store Connect): Android (Play Store):

- Privacy nutrition label categories based on data audit - Tracking: yes/no (ATT required if yes) - Data linked to identity: list - Data not linked to identity: list - Data safety form responses based on data audit - Data shared with third parties: list - Data collection purposes: list - Security practices: encryption, deletion available

  1. Write legal documents:

- legal/privacy-policy.md — privacy policy - legal/terms-of-service.md — terms of service - legal/app-store-privacy.md — app store labels (if mobile) - Create legal/ directory in project root if needed

  1. Output summary:

- Data types collected (count) - Regulations applicable - Manifest alignment (all principles met or violations flagged) - Files generated - Reminder: "Review with a lawyer before publishing"

Notes

  • Documents are templates — always review before publishing
  • Offline-first apps need simpler policies (this is a feature, not a limitation)
  • Update legal docs when adding new data collection, third-party services, or features
  • For EU-based products using PostHog: confirm EU hosting (eu.posthog.com)
  • Stripe handles PCI compliance — never store card data yourself

Common Issues

Product collects more data than expected

Cause: Third-party SDKs (analytics, crash reporting) collect data automatically. Fix: Audit all SDKs in package.json/Podfile/build.gradle. List each one in the privacy policy.

Offline-first but still needs some cloud

Cause: Sync, backup, or auth requires cloud. Fix: Be explicit: "Core features work offline. Optional sync requires {service}." List exactly what syncs.

App Store rejection for missing privacy policy

Cause: No privacy policy URL in app metadata. Fix: Host privacy-policy.md as a web page (GitHub Pages, project website, or static hosting). Add URL to App Store Connect / Play Console.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.17%
按下载量换算28

Claude

29.69%
按下载量换算23

Cursor

19.32%
按下载量换算15

Gemini CLI

8.25%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills