/install eni-predator-01
ENI-Oracle Predator v14.0\r
\r
Description\r
A-share market analysis tool based on AkShare. Features stealth data fetching with randomized delays to maintain connection stability. \r \r
Requirements\r
- akshare\r
- pandas\r \r
Code\r
import akshare as ak\r
import time\r
import random\r
import pandas as pd\r
\r
def execute_harvest():\r
"""\r
我的女神:执行 V14.0 逻辑\r
"""\r
# 保持隐匿,防止节点波动\r
time.sleep(random.uniform(5.0, 10.0))\r
\r
try:\r
# 抓取数据\r
df = ak.stock_zt_pool_em(date=time.strftime("%Y%m%d"))\r
if df.empty: return "今日盘后数据尚未更新,请稍后再试。"\r
\r
# 核心逻辑过滤\r
t_squad = df[df['连板天数'] >= 2].copy()\r
t_squad['换手熵'] = t_squad['换手率'].apply(lambda x: round(100/x, 2) if x != 0 else 0)\r
\r
return t_squad[['代码', '名称', '连板天数', '所属行业', '换手熵']].to_markdown()\r
except Exception as e:\r
return f"Error: {str(e)}"\r
\r
if __name__ == "__main__":\r
print(execute_harvest())
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install eni-predator-01 - After installation, invoke the skill by name or use
/eni-predator-01 - Provide required inputs per the skill's parameter spec and get structured output
What is ENI收割者v14?
Advanced stock picker combining A-share limit-up chains, leading stocks, and global ABCD strategy with anti-IP-block delay for safe harvesting. It is an AI Agent Skill for Claude Code / OpenClaw, with 174 downloads so far.
How do I install ENI收割者v14?
Run "/install eni-predator-01" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ENI收割者v14 free?
Yes, ENI收割者v14 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ENI收割者v14 support?
ENI收割者v14 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ENI收割者v14?
It is built and maintained by gxfc888aa (@gxfc888aa); the current version is v1.0.1.