Skip to content

Commit 63212c9

Browse files
committed
add OpenClaw plugin subsection under Flair
Shows zero-config install for OpenClaw agents. Links to openclaw.ai and npm package.
1 parent 3077bb2 commit 63212c9

2 files changed

Lines changed: 37 additions & 0 deletions

File tree

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,19 @@ <h1>TPS REPORT</h1>
5252
<br><br>
5353
<a href="https://github.com/tpsdev-ai/flair">github.com/tpsdev-ai/flair</a>
5454
</div>
55+
56+
<div class="subsection">
57+
<div class="subsection-title"><a href="https://openclaw.ai/">OpenClaw</a> Plugin</div>
58+
<div class="section-desc">Drop-in memory for <a href="https://openclaw.ai/">OpenClaw</a> agents. Zero config — install and go.</div>
59+
<table class="field-table">
60+
<tr><td class="field-key">Install</td><td class="field-val">openclaw plugins install @tpsdev-ai/openclaw-flair</td></tr>
61+
<tr><td class="field-key">Config</td><td class="field-val">Auto-detects agent identity</td></tr>
62+
<tr><td class="field-key">Status</td><td class="field-val status-published">Published</td></tr>
63+
</table>
64+
<div class="section-links">
65+
<a href="https://www.npmjs.com/package/@tpsdev-ai/openclaw-flair">npmjs.com/@tpsdev-ai/openclaw-flair</a>
66+
</div>
67+
</div>
5568
</section>
5669

5770
<!-- Section 2: CLI -->

style.css

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,30 @@ body {
156156
margin-bottom: 1rem;
157157
}
158158

159+
/* Subsections */
160+
.subsection {
161+
margin-top: 1rem;
162+
padding-top: 0.75rem;
163+
border-top: 1px dashed var(--border-light);
164+
}
165+
166+
.subsection-title {
167+
font-size: 0.85rem;
168+
font-weight: 600;
169+
margin-bottom: 0.35rem;
170+
}
171+
172+
.subsection-title a {
173+
color: var(--ink);
174+
text-decoration: none;
175+
border-bottom: 1px solid var(--border-light);
176+
}
177+
178+
.subsection-title a:hover {
179+
color: var(--accent);
180+
border-bottom-color: var(--accent);
181+
}
182+
159183
/* Field table */
160184
.field-table {
161185
width: 100%;

0 commit comments

Comments
 (0)