Spaces:
Running
Running
Point install command + GitHub link at trace-commons-ai org
Browse files- index.html +9 -9
index.html
CHANGED
|
@@ -341,7 +341,7 @@
|
|
| 341 |
<p class="lede">Every session you run with a coding agent teaches the next models how to write software. Right now that signal goes to a handful of companies. Donate yours instead, anonymized on your own machine, to an open dataset <strong>anyone can train on</strong>.</p>
|
| 342 |
<div class="hero-install">
|
| 343 |
<div class="code hero-code">
|
| 344 |
-
<span class="pmt">$</span><code id="heroCmd">npx skills add
|
| 345 |
<button class="copy" data-copy="heroCmd">copy</button>
|
| 346 |
</div>
|
| 347 |
<div class="hero-links">
|
|
@@ -410,16 +410,16 @@
|
|
| 410 |
<h4>Add the skill</h4>
|
| 411 |
<p>Auto-detects your installed agents and installs to each. Works with Claude Code, Codex, pi, opencode, and 50+ others.</p>
|
| 412 |
<div class="code">
|
| 413 |
-
<span class="pmt">$</span><code id="installCmd">npx skills add
|
| 414 |
<button class="copy" data-copy="installCmd">copy</button>
|
| 415 |
</div>
|
| 416 |
<div class="agent-targets">
|
| 417 |
<span class="at-label">target one agent:</span>
|
| 418 |
-
<button class="agent-btn active" data-agent="all" data-cmd="npx skills add
|
| 419 |
-
<button class="agent-btn" data-agent="claude-code" data-cmd="npx skills add
|
| 420 |
-
<button class="agent-btn" data-agent="codex" data-cmd="npx skills add
|
| 421 |
-
<button class="agent-btn" data-agent="pi" data-cmd="npx skills add
|
| 422 |
-
<button class="agent-btn" data-agent="opencode" data-cmd="npx skills add
|
| 423 |
</div>
|
| 424 |
</div>
|
| 425 |
</div>
|
|
@@ -445,7 +445,7 @@
|
|
| 445 |
<span class="b">↳</span>
|
| 446 |
<span>Prefer to let your agent do it? Paste the setup prompt and your agent installs the skill, then walks you through your first donation.
|
| 447 |
<button class="copy" data-copy="setupPrompt" style="margin-left:6px">copy setup prompt</button>
|
| 448 |
-
<span id="setupPrompt" style="display:none">Install the Trace Commons donation skill by running: npx skills add
|
| 449 |
</span>
|
| 450 |
</div>
|
| 451 |
</div>
|
|
@@ -518,7 +518,7 @@
|
|
| 518 |
<a href="#install">Install</a>
|
| 519 |
<a href="#explore">Explore</a>
|
| 520 |
<a href="#" class="js-dataset">Dataset ↗</a>
|
| 521 |
-
<a href="https://github.com/
|
| 522 |
</div>
|
| 523 |
<div>Open data · public commons</div>
|
| 524 |
</div>
|
|
|
|
| 341 |
<p class="lede">Every session you run with a coding agent teaches the next models how to write software. Right now that signal goes to a handful of companies. Donate yours instead, anonymized on your own machine, to an open dataset <strong>anyone can train on</strong>.</p>
|
| 342 |
<div class="hero-install">
|
| 343 |
<div class="code hero-code">
|
| 344 |
+
<span class="pmt">$</span><code id="heroCmd">npx skills add trace-commons-ai/donate-trace</code>
|
| 345 |
<button class="copy" data-copy="heroCmd">copy</button>
|
| 346 |
</div>
|
| 347 |
<div class="hero-links">
|
|
|
|
| 410 |
<h4>Add the skill</h4>
|
| 411 |
<p>Auto-detects your installed agents and installs to each. Works with Claude Code, Codex, pi, opencode, and 50+ others.</p>
|
| 412 |
<div class="code">
|
| 413 |
+
<span class="pmt">$</span><code id="installCmd">npx skills add trace-commons-ai/donate-trace</code>
|
| 414 |
<button class="copy" data-copy="installCmd">copy</button>
|
| 415 |
</div>
|
| 416 |
<div class="agent-targets">
|
| 417 |
<span class="at-label">target one agent:</span>
|
| 418 |
+
<button class="agent-btn active" data-agent="all" data-cmd="npx skills add trace-commons-ai/donate-trace">all detected</button>
|
| 419 |
+
<button class="agent-btn" data-agent="claude-code" data-cmd="npx skills add trace-commons-ai/donate-trace -a claude-code">Claude Code</button>
|
| 420 |
+
<button class="agent-btn" data-agent="codex" data-cmd="npx skills add trace-commons-ai/donate-trace -a codex">Codex</button>
|
| 421 |
+
<button class="agent-btn" data-agent="pi" data-cmd="npx skills add trace-commons-ai/donate-trace -a pi">pi</button>
|
| 422 |
+
<button class="agent-btn" data-agent="opencode" data-cmd="npx skills add trace-commons-ai/donate-trace -a opencode">opencode</button>
|
| 423 |
</div>
|
| 424 |
</div>
|
| 425 |
</div>
|
|
|
|
| 445 |
<span class="b">↳</span>
|
| 446 |
<span>Prefer to let your agent do it? Paste the setup prompt and your agent installs the skill, then walks you through your first donation.
|
| 447 |
<button class="copy" data-copy="setupPrompt" style="margin-left:6px">copy setup prompt</button>
|
| 448 |
+
<span id="setupPrompt" style="display:none">Install the Trace Commons donation skill by running: npx skills add trace-commons-ai/donate-trace. Then, only if my current project is an open-source public repository, help me anonymize and donate my most recent session.</span>
|
| 449 |
</span>
|
| 450 |
</div>
|
| 451 |
</div>
|
|
|
|
| 518 |
<a href="#install">Install</a>
|
| 519 |
<a href="#explore">Explore</a>
|
| 520 |
<a href="#" class="js-dataset">Dataset ↗</a>
|
| 521 |
+
<a href="https://github.com/trace-commons-ai/donate-trace" class="js-github" target="_blank" rel="noopener">GitHub ↗</a>
|
| 522 |
</div>
|
| 523 |
<div>Open data · public commons</div>
|
| 524 |
</div>
|