Research, który zostaje w oknie czatu, trudno udostępnić, a opublikowanie go bez kopiowania, wklejania i ręcznego formatowania graniczy z cudem. Ta automatyzacja pomija ten etap.
sonnet3 dniPerplexity APIOpenAITailwindS3
Claude
65ROI
73Scale
$1.9k87Saved
ROI for
README.md
Dlaczego ten subagent
Research, który zostaje w oknie czatu, trudno udostępnić, a opublikowanie go bez kopiowania, wklejania i ręcznego formatowania graniczy z cudem. Ta automatyzacja pomija ten etap.
Uruchamia zapytanie, porządkuje odpowiedź i renderuje ostylowaną stronę HTML z przypisami wplecionymi w treść, gotową do hostowania albo wysłania. Zamień pytanie badawcze w czytelną stronę, którą da się od razu udostępnić — zamiast ręcznie przerabiać wynik.
Jak działa
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
html
<h1>Struktura treści</h1>
<h2>Nagłówki</h2>
<p>Użyj nagłówków, aby podzielić treść na logiczne sekcje.</p>
<h2>Sekcje</h2>
<p>Każda sekcja powinna mieć jasno zdefiniowany cel i być oddzielona od innych części dokumentu.</p>
<h2>Lista referencyjna</h2>
<ul>
<li>Techsy - narzędzie do analizy danych.</li>
<li>Claude - asystent AI rozwijany przez Anthropic.</li>
<li>OpenAI - organizacja badawcza w dziedzinie sztucznej inteligencji.</li>
<li>Payload - platforma CMS dla deweloperów.</li>
</ul>
pending
html
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Przetłumaczony Tekst UI</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
padding: 0;
background-color: #f9f9f9;
color: #333;
}
.container {
max-width: 800px;
margin: auto;
background: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #444;
}
p {
margin-bottom: 1em;
}
a {
color: #0066cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div class="container">
<h1>Tekst z placeholderami i tagami HTML</h1>
<p>To jest przykładowy tekst z {placeholder} oraz <tag> HTML.</p>
<p>Niektóre nazwy marek, takie jak Techsy, Claude, OpenAI i Payload, pozostają bez zmian.</p>
<p>Odnośniki inline: <a href="https://example.com">Przykład linku</a>.</p>
</div>
</body>
</html>
pending
Opublikuj lub zapisz stronę na hoście lub w bucketie i zwróć URL.
pending
Przykładowe wyjście
json
// Sample output
// (generated when the pipeline finishes)
Convert the research answer into a self-contained HTML page with semantic headings, inline citation links, and a reference list; return valid standalone HTML.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.