File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 -->
Original file line number Diff line number Diff 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% ;
You can’t perform that action at this time.
0 commit comments