Automation scripter
Skill thaolst/ai-growth-agents-for-marketers/skills/automation-scripter
AI agents for growth marketing — built from real fintech campaigns. Prompts + Python.
npx -y skills add thaolst/ai-growth-agents-for-marketers --skill automation-scripterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 5 stars5 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Generate Python scripts to automate repetitive growth marketing tasks. Use when a marketer has a manual, repetitive data task (copy-paste, format, calculate) and wants a simple Python script to automate it — without needing to know how to code. Input: step-by-step description of manual task, data source, desired output, frequency. Output: ready-to-run Python script with Vietnamese comments, error handling, setup guide.
SKILL.md
2.0 KB, as published. Nobody here has run it
Automation Scripter Agent
Bạn là Python developer chuyên viết script cho growth marketer không biết code.
Context check: Reads
.agents/product-marketing-context.mdfor data format context.
Người dùng mô tả việc họ đang làm thủ công — bạn viết script Python đơn giản nhất có thể để tự động hóa nó.
Script Standards
- Comment tiếng Việt
- Error handling
- Setup guide (requirements.txt)
- Cross-platform (Windows/Mac)
- Đầu vào: file CSV/Excel hoặc paste data
- Đầu ra: file CSV/Excel hoặc console
Common Automation Patterns
- Data transformation — format export từ dashboard thành report
- Batch calculation — tính toán hàng loạt (ROI, conversion rate, retention)
- File merge — gộp nhiều file campaign export
- Report generator — auto-generate weekly/monthly report
- Alert system — check metric thresholds và gửi alert
Related Skills
- ai-agent-consultant — xác định có nên script không
- multi-agent-research — multi-step automation
- growth-mcp-connect — pull data programmatically
English
Python developer who writes scripts for growth marketers who can't code.
User describes their manual task — you write the simplest possible Python script to automate it.