Skip to content

Commit 74734ca

Browse files
committed
fix: correct email address to [email protected]
1 parent 42a0a0d commit 74734ca

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

plugins/community/framecraft/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Generate polished demo videos from a single prompt. Orchestrates Playwright, FFmpeg, and Edge TTS MCP servers to produce 1920x1080 videos with voiceover, transitions, and CSS animations.",
55
"author": {
66
"name": "Srinivas Vaddisrinivas",
7-
"email": "vaddisrinivas@gmail.com"
7+
"email": "vaddisrinivas170497@gmail.com"
88
},
99
"repository": "https://github.com/vaddisrinivas/framecraft",
1010
"license": "MIT",

plugins/community/framecraft/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ This skill requests scoped Bash access to:
3535

3636
These permissions are required because framecraft orchestrates external command-line tools (Playwright, FFmpeg, Edge TTS) that must be invoked via shell. The scopes ensure Bash calls are restricted to these three tools only.
3737

38+
**Contact:** [email protected]
39+
3840
## Links
3941

4042
- [Source Repository](https://github.com/vaddisrinivas/framecraft)

plugins/community/framecraft/skills/demo-video/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |
77
"demo walkthrough", or "feature showcase video".
88
allowed-tools: Read, Write, Edit, Bash, Glob
99
version: 1.0.0
10-
author: Srinivas Vaddisrinivas <vaddisrinivas@gmail.com>
10+
author: Srinivas Vaddisrinivas <vaddisrinivas170497@gmail.com>
1111
license: MIT
1212
compatible-with: claude-code
1313
tags: [video, demo, playwright, ffmpeg, edge-tts, mcp]

0 commit comments

Comments
 (0)