Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/aAAaqwq/AGI-Super-Team --skill email-send-bulk명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
币安广场合约投机雷达 v5:以最近24小时专业交易帖为主要证据,回源核验帖子, 联合币安公共合约行情、4周期K线、布林带、ATR、量能和RR,生成可审计的本地影子报告。 触发词:币安广场、扫描币安、binance square、合约机会、交易信号雷达、4小时雷达
BTC 5分钟K线实时方向预测。v5.9对抗式审查重构: 13因子收敛到3个有证据信号(half_body延续+volume放量+meanrev回归, 11个47-49%硬币因子清零) + 三层独立信息过滤(多周期4h/1h/15m趋势 + 跨资产ETH/SOL广度 + 真订单流OFI) + 移除bull×0.92惩罚/Platt置信度门控。半K线策略第2分钟执行。黑天鹅防护: ATR spike+FNG<25。Binance端点双向故障切换。
BB 双向套利策略:加密合约 10x 杠杆布林带均值回归。布林带收窄=横盘→在下轨买、上轨卖;三重过滤器(1h趋势/RSI/BB甜区)确认碗平放,轨对轨止盈(RR 2:1~4:1)。含实时WebSocket模拟盘(paper)、历史回测(simulate/backtest_daily)、币安永续实盘CLI(trade_exec)。触发:'bb套利'、'布林带'、'bollinger'、'横盘策略'、'NEAR'、'回测'、'模拟盘'、'paper trading'。
SOC 직업 분류 기준
SKILL.md 표시 중
| name | email-send-bulk |
| description | Gmail API bulk email sending |
Bulk email sending via Gmail API from Google Sheets
preferred_channel = Email in dataALWAYS show the email text (To, Subject, Body) and ask for user confirmation BEFORE sending. Never send an email without an explicit "yes" / "send it" from the user.
$GOOGLE_TOOLS_PATH/.venv/bin/python3)| What | Path |
|---|---|
| Script | $GOOGLE_TOOLS_PATH/send_emails.py |
| Token | $GOOGLE_TOOLS_PATH/token.json |
| Credentials | $GOOGLE_TOOLS_PATH/credentials.json |
YOUR_SPREADSHEET_IDForm Responses (1)| Column | Index | Purpose |
|---|---|---|
| B | 1 | Name |
| C | 2 | |
| T | 19 | Email Status |
| U | 20 | Email text |
cd $GOOGLE_TOOLS_PATH
.venv/bin/python3 send_emails.py 5 # send 5 emails
.venv/bin/python3 send_emails.py 10 # send 10 emails
.venv/bin/python3 send_emails.py # default 5
status != Sent AND email is not empty AND text is not emptyYour Name <your@email.com>Hardcoded in script:
Data labeling training from YourCompany Inc.
To change -- edit SUBJECT in the script.
Sent -- successError: ... -- error detailsFrom: Your Name <your@email.com>
Text is taken from column U. Can be prepared via:
# $GOOGLE_TOOLS_PATH/prepare_emails.py
# Generates personalized text for each recipient
| Problem | Solution |
|---|---|
| 401 Unauthorized | Refresh token: google-auth |
| Daily limit exceeded | Wait 24 hours |
| Invalid email | Check format in spreadsheet |
telegram-send -- alternative channelgoogle-auth -- if authorization issuesupdate-lead -- update status after campaign