-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
75 lines (64 loc) · 5.48 KB
/
Copy pathterms.html
File metadata and controls
75 lines (64 loc) · 5.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Terms of Use — Skillquiver</title>
<meta name="description" content="Terms of use for the Skillquiver skills package for ChatGPT, Claude Code, and Codex.">
<meta name="theme-color" content="#0B0E13">
<meta name="color-scheme" content="dark">
<meta name="author" content="Drizzy07x">
<meta name="robots" content="index, follow, max-image-preview:large">
<link rel="canonical" href="https://drizzy07x.github.io/Skillquiver/terms.html">
<meta property="og:type" content="article">
<meta property="og:site_name" content="Skillquiver">
<meta property="og:url" content="https://drizzy07x.github.io/Skillquiver/terms.html">
<meta property="og:title" content="Terms of Use — Skillquiver">
<meta property="og:description" content="Terms of use for the Skillquiver skills package for ChatGPT, Claude Code, and Codex.">
<meta property="og:image" content="https://drizzy07x.github.io/Skillquiver/assets/banner.png">
<meta name="twitter:card" content="summary_large_image">
<link rel="icon" href="assets/mark.svg" type="image/svg+xml">
<link rel="icon" href="assets/favicon.ico" sizes="48x48">
<link rel="apple-touch-icon" href="assets/apple-touch-icon.png">
<link rel="manifest" href="site.webmanifest">
<style>
:root { --ink:#0B0E13; --panel:#131822; --line:#222A36; --bone:#E8E4DC; --muted:#A5ABB4; --copper:#C87941; --gold:#E0A458; }
* { box-sizing: border-box; }
body { margin:0; background:var(--ink); color:var(--bone); font:16px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
main, nav, footer { width:min(760px, calc(100% - 40px)); margin:auto; }
nav { display:flex; align-items:center; gap:12px; padding:24px 0; border-bottom:1px solid var(--line); }
nav img { width:32px; height:32px; } nav a { color:var(--bone); text-decoration:none; font-weight:700; }
main { padding:64px 0 0; } h1 { font-size:clamp(38px,7vw,60px); line-height:1; margin:0 0 16px; } h2 { margin:42px 0 8px; font-size:22px; }
p, li { color:var(--muted); } a { color:var(--gold); } .date { color:var(--copper); font-size:14px; }
.summary { margin:28px 0; padding:20px 22px; border:1px solid var(--line); border-left:3px solid var(--copper); border-radius:8px; background:var(--panel); }
footer { display:block; border-top:1px solid var(--line); padding:24px 0 72px; margin-top:56px; color:var(--muted); }
</style>
</head>
<body>
<nav><img src="assets/mark.svg" alt=""><a href="index.html">Skillquiver</a></nav>
<main>
<p class="date">Effective August 12, 2026</p>
<h1>Terms of Use</h1>
<p class="summary">Skillquiver provides reusable agent workflows for ChatGPT, Claude Code, and Codex. By installing or using Skillquiver, you agree to these terms.</p>
<p>Skillquiver is published and maintained under the public publisher name <a href="https://github.com/Drizzy07x">Drizzy07x</a>. The source repository and support channel are hosted by the same GitHub account.</p>
<p>Skillquiver is a skills-only package of 24 Agent Skills for ChatGPT and Codex. These terms also apply to the same source catalog distributed for Claude Code through the repository.</p>
<h2>License</h2>
<p>The Skillquiver source and skill content are provided under the <a href="https://github.com/Drizzy07x/Skillquiver/blob/main/LICENSE">MIT License</a>. If these terms conflict with permissions granted by the MIT License for the covered software, the MIT License controls those permissions.</p>
<h2>Your responsibility</h2>
<p>Skills are instructions for an agent, not a guarantee of a particular result. You are responsible for reviewing proposed changes, commands, tool calls, permission prompts, backups, and outputs before relying on or approving them. Keep suitable backups and independently verify work that could affect production systems, security, finances, legal obligations, or important data.</p>
<h2>Acceptable use</h2>
<p>You may use and modify Skillquiver as allowed by the MIT License. You may not use it to violate applicable law, another person's rights, your agent host's terms, or a third-party service's terms.</p>
<h2>Agent hosts and third-party services</h2>
<p>Skillquiver depends on the capabilities and safety controls of the host where it runs. ChatGPT, Claude Code, Codex, GitHub, and any other connected tools or services are provided by third parties under separate terms. Skillquiver does not control or assume responsibility for those services.</p>
<h2>No professional advice</h2>
<p>Skillquiver workflows and their outputs are general technical assistance. They are not legal, medical, financial, or other licensed professional advice.</p>
<h2>No warranty and limitation of liability</h2>
<p>Skillquiver is provided “as is,” without warranties of any kind, as stated in the MIT License. To the fullest extent permitted by law, the contributors are not liable for claims, damages, data loss, service interruption, or other liability arising from use of Skillquiver.</p>
<h2>Changes and termination</h2>
<p>You may stop using Skillquiver at any time by uninstalling it and deleting local copies. These terms may be updated as the project changes; the effective date above will identify the current version.</p>
<h2>Contact</h2>
<p>For questions or support, open a <a href="https://github.com/Drizzy07x/Skillquiver/issues">GitHub issue</a>.</p>
</main>
<footer><a href="index.html">Home</a> · <a href="privacy.html">Privacy Policy</a> · <a href="https://github.com/Drizzy07x/Skillquiver">Source</a></footer>
</body>
</html>