Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Alpha Pulse

ASecurity

Alpha Pulse

33 stars
0 votes
0 copies
2 views
Added 9/5/2026
datapython

Security Analysis

A92/100
mediumInstalls packages at runtime which could introduce malicious dependencies

Scanned 9/5/2026

Install to Claude Code

$npx -y skills add dvcrn/openclaw-skills-marketplace --skill alpha-pulse --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Alpha Pulse?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Alpha Pulse
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/dvcrn-alpha-pulse/badge)](https://www.skillsdirectory.com/skills/dvcrn-alpha-pulse)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: alpha-pulse
description: "Alpha Pulse"
---

# alpha-pulse — A股次日短线收益最大化信号引擎

> 🤖 由 Jarvis 构建 | 专为 T+1 短线交易设计 | 每日收盘后自动生成 30 只高潜力标的

## ✅ 核心能力
| 命令 | 作用 |
|------|------|
| `alpha-pulse scan` | 扫描全市场(~5000只股票),计算10+短线动因因子 |
| `alpha-pulse predict` | 输出次日涨幅概率 Top 30 股票(含信号分、动因摘要) |
| `alpha-pulse report` | 生成 Markdown 报告 + CSV + 图表(可自动打开) |
| `alpha-pulse notify` | 推送信号至 Windows 弹窗/剪贴板/语音 |

## 🔬 短线动因因子(T+1 专属)
1. **资金面**:龙虎榜净买入强度、北向尾盘30分钟流入占比
2. **量价面**:量比 > 3.0 + 涨停封单/成交额 > 0.5
3. **技术面**:5日线上穿10日线 + RSI(6) 从30以下拐头向上
4. **消息面**:当日公告关键词(重组/订单/新品)+ 股吧热度突增
5. **情绪面**:融资余额环比增长 > 2% + 融券余额下降

## 🛡️ 风控规则(自动启用)
- 排除 ST/*ST、*退市风险警示
- 流通市值 < 50亿元 → 过滤
- 单行业持仓 ≤ 3 只(防行业黑天鹅)
- 信号分 < 70 → 不入选

## 📁 目录结构
```
skills/alpha-pulse/
├── SKILL.md
├── lib/
│   ├── __init__.py
│   ├── scanner.py      # 数据获取(akshare 优先)
│   ├── factors.py      # 因子计算(向量化,高效)
│   ├── predictor.py    # 概率模型(含 demo 训练脚本)
│   └── filter.py       # 熔断逻辑
├── config.yaml         # 日期、阈值、token
└── examples/
    └── run_tomorrow.py # 主入口:今日收盘后运行,输出明日信号
```

## ⚙️ 首次使用
1. 安装依赖:`pip install akshare pandas numpy xgboost`
2. (可选)配置 tushare token(提升龙虎榜数据质量)
3. 每日 15:30 后运行:`python skills/alpha-pulse/examples/run_tomorrow.py`

> 💡 提示:你只需说 `alpha-pulse predict`,我就会调用此技能生成信号。

---
**下一步**:我将立即创建 `config.yaml` 和 `lib/scanner.py` 骨架。  
你无需操作——除非你想调整某条风控规则或因子权重

继续?  
✅ 回复“继续” 或 “custom [需求]”

Attribution

dvcrndvcrn
View sourceMore from dvcrn →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Rank Tracker

This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.

1821 votes

Youtube Competitor Analyzer

Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...

31 votes

Twitter Algorithm Optimizer

Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.

742580 votes

Weather Fetcher

Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API

661090 votes

Weather

Get current weather and forecasts (no API key required).

480640 votes
View all in data →