Skip to content

Commit 6442e9b

Browse files
badcharsclaude
andcommitted
feat: add terminal demo GIF to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0efd088 commit 6442e9b

3 files changed

Lines changed: 34 additions & 0 deletions

File tree

.github/demo.gif

568 KB
Loading

.github/demo.tape

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# VHS Demo — osint-mcp-server
2+
Output .github/demo.gif
3+
4+
Set Shell "bash"
5+
Set FontSize 14
6+
Set Width 900
7+
Set Height 550
8+
Set Theme "Catppuccin Mocha"
9+
Set Padding 20
10+
Set TypingSpeed 35ms
11+
12+
# List all tools
13+
Type `npx osint-mcp-server --list`
14+
Sleep 300ms
15+
Enter
16+
Sleep 5s
17+
18+
# DNS lookup
19+
Type `npx osint-mcp-server --tool dns_lookup '{"domain":"example.com","type":"A"}'`
20+
Sleep 300ms
21+
Enter
22+
Sleep 5s
23+
24+
# Email security check
25+
Type `npx osint-mcp-server --tool dns_email_security '{"domain":"example.com"}' --format text`
26+
Sleep 300ms
27+
Enter
28+
Sleep 8s
29+
30+
Sleep 3s

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
<img src="https://img.shields.io/badge/free%20tools-21-22c55e" alt="21 Free Tools">
6363
</p>
6464

65+
<p align="center">
66+
<img src="https://raw.githubusercontent.com/badchars/osint-mcp-server/main/.github/demo.gif" alt="osint-mcp-server demo" width="800">
67+
</p>
68+
6569
---
6670

6771
## The Problem

0 commit comments

Comments
 (0)