-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (80 loc) · 4.4 KB
/
Copy pathindex.html
File metadata and controls
87 lines (80 loc) · 4.4 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
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Weli — AI-agent & automation tools</title>
<meta name="description" content="Weli builds AI-agent and automation tools — Claude Code, MCP, Python. Open-source portfolio and freelance work.">
<meta name="author" content="Weli">
<meta property="og:title" content="Weli — AI-agent & automation tools">
<meta property="og:description" content="I build AI-agent and automation systems — Claude Code / MCP integrations, LLM-into-workflow tooling, scrapers, and scripts that kill repetitive work.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://weli-dev.github.io/">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Weli — AI-agent & automation tools">
<meta name="twitter:description" content="I build AI-agent and automation systems — Claude Code / MCP integrations, LLM-into-workflow tooling, scrapers, and scripts that kill repetitive work.">
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><rect width='24' height='24' fill='%230a0a0a' rx='4'/><text x='12' y='18' font-family='monospace' font-size='16' font-weight='700' fill='%237cd2ff' text-anchor='middle'>></text></svg>">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<header class="topbar">
<span class="handle">weli-dev</span>
</header>
<section class="hero">
<h1>Weli</h1>
<p class="tagline">
I build AI-agent and automation systems — Claude Code / MCP integrations, LLM-into-workflow tooling, scrapers, and scripts that kill repetitive work.
</p>
<p class="handles">
<a href="mailto:hello@weli.build">hello@weli.build</a>
·
<a href="https://www.upwork.com/freelancers/~01a1549cfb0817766f" target="_blank" rel="noopener">Upwork</a>
·
<a href="https://github.com/weli-dev" target="_blank" rel="noopener">GitHub</a>
</p>
</section>
<section class="projects">
<h2>Open source</h2>
<div class="grid">
<a class="card" href="https://github.com/weli-dev/mcp-toolkit-server" target="_blank" rel="noopener">
<h3>mcp-toolkit-server</h3>
<p>A production-shaped Model Context Protocol server exposing five tools any MCP-compatible AI client can call to reach real data and take real actions.</p>
<span class="stack">Python · MCP · Claude</span>
</a>
<a class="card" href="https://github.com/weli-dev/web-scraper-py" target="_blank" rel="noopener">
<h3>web-scraper-py</h3>
<p>Reusable Python web scraper with pagination, missing-field handling, and polite request delays. Writes a clean CSV.</p>
<span class="stack">Python · BeautifulSoup · requests</span>
</a>
<a class="card" href="https://github.com/weli-dev/ai-summarizer" target="_blank" rel="noopener">
<h3>ai-summarizer</h3>
<p>Standard-library Python CLI that summarizes and tags text using Claude Haiku via the Anthropic API. Reads from files or stdin.</p>
<span class="stack">Python · Anthropic · CLI</span>
</a>
<a class="card" href="https://github.com/weli-dev/folder-organizer" target="_blank" rel="noopener">
<h3>folder-organizer</h3>
<p>Safe-by-construction Python CLI that sorts messy folders into subfolders by file type. Dry-run mode, date-prefix rename, never deletes anything.</p>
<span class="stack">Python · CLI · stdlib</span>
</a>
</div>
</section>
<section class="work">
<h2>Freelance</h2>
<p>
Available for AI-agent, automation, and integration work. If you need a model wired into your real systems — CRM, files, APIs, database, internal tools — that's the shape of what I build.
</p>
<p>
Reach me at <a href="mailto:hello@weli.build">hello@weli.build</a> or through my <a href="https://www.upwork.com/freelancers/~01a1549cfb0817766f" target="_blank" rel="noopener">Upwork profile</a>.
</p>
</section>
</main>
<footer>
<p>
© 2026 Weli
·
<a href="https://github.com/weli-dev/weli-dev.github.io" target="_blank" rel="noopener">source</a>
</p>
</footer>
</body>
</html>