npx skills add https://github.com/huynguyen03dev/xauusd-trading --skill xauusd-trading适用于小账户短线交易,采用严格止损(约5点/5美元)。
你就是分析师。你的首要决策工具是价格结构——价格相对于支撑、阻力、摆动点以及关键水平的位置。
指标(RSI、MACD、Stoch等)仅提供背景信息——它们确认或否定结构所传达的信息。切勿仅仅因为某个指标发出信号就进行交易。结构第一,指标第二,TradingView评级最后。
你的优先级排序:
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_price.sh
返回实时价格、当前K线OHLC、RSI、MACD、Stoch、ADX、CCI、EMA、BB、ATR在5分钟/15分钟/1小时时间框架上的数据。用于当前快照和指标背景分析。
# 需要:export TWELVE_DATA_API_KEY="your_key"
# 获取免费密钥:https://twelvedata.com (每天800次请求,永久免费)
# 5分钟K线(短线交易主要使用)
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 5min 30
# 15分钟K线(用于趋势/结构分析)
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 15min 20
# 1分钟K线(用于微幅入场)
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 1min 40
Skill for small account scalping with tight stop losses (~5 points / $5).
You ARE the analyst. Your PRIMARY decision tool is price structure — where price is relative to support, resistance, swing points, and key levels.
Indicators (RSI, MACD, Stoch, etc.) are context only — they confirm or deny what structure is telling you. Never take a trade purely because an indicator says so. Structure first, indicators second, TradingView rating last.
Your priority stack :
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_price.sh
Returns live price, current candle OHLC, RSI, MACD, Stoch, ADX, CCI, EMA, BB, ATR on 5m/15m/1h timeframes. Use for current snapshot and indicator context.
# Requires: export TWELVE_DATA_API_KEY="your_key"
# Get free key: https://twelvedata.com (800 requests/day, free forever)
# 5-minute candles (primary for scalping)
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 5min 30
# 15-minute candles (for trend/structure)
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 15min 20
# 1-minute candles (for micro entries)
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 1min 40
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
返回最近N根K线的OHLC数据——实时,无延迟。用于结构分析:摆动高点/低点、支撑/阻力、形态。
时间间隔:1分钟、5分钟、15分钟、30分钟、1小时、4小时、1天
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_gold.sh 5m 1d 50
仅在未设置Twelve Data密钥时使用。数据延迟约15-20分钟。
fetch_price.sh → 获取实时价格 + 指标快照fetch_candles.sh 5min 30 → 获取实时K线结构(摆动点、形态)fetch_candles.sh 15min 20 → 用于更高时间框架的趋势分析只有5点的风险空间,你需要精确的入场点:
仅在以下情况发出信号:
对于每个信号,需明确指定:
Entry: [精确价格]
Stop Loss: [入场价 ± 5点]
Take Profit: [最小1:1.5风险回报比 = 7.5点]
在5分钟图表上确认:
这些极端读数通常预示着反转——将它们作为入场确认信号:
| 指标 | 极端做多区域 | 极端做空区域 |
|---|---|---|
| Stochastic K | < 10 | > 90 |
| CCI | < -100 | > +100 |
| RSI | < 30 | > 70 |
当多个指标同时处于极端区域时,反弹概率显著增加。
来自真实交易时段的示例:Stoch K触及7.2,同时CCI为-92 → 价格反弹超过12点。
在生成任何信号之前,检查这些关卡。标记为HARD的关卡 = 必须跳过。标记为SOFT的关卡 = 发出警告但仍可交易。
在以下事件期间或前后15分钟内不要交易:
如果不确定是否有新闻事件发生,请添加警告:"入场前请检查经济日历。"
fetch_price.sh返回错误或"市场可能已关闭" → 禁止交易黄金点差通常为2-3点,加上入场时约1点的滑点。
你每笔交易的实际风险**:
Effective SL = 5 (你的止损) + 2-3 (点差) + 1 (滑点) = 8-9点总成本
Effective TP1 = 5 (你的止盈) - 2-3 (点差) = 2-3点净收益
Effective TP2 = 10 (你的止盈) - 2-3 (点差) = 7-8点净收益
始终在你的分析中提及这一点,但如果结构看起来良好,仍可建议交易。
## XAUUSD 短线交易信号
**操作**: 🟢 买入(做多) / 🔴 卖出(做空) / ⚪ 不交易
**置信度**: [高 / 中 / 低]
### 水平位
- 当前价格: $XXXX.XX
- 入场区域: $XXXX.XX - $XXXX.XX
- 止损: $XXXX.XX (5点风险)
- 止盈 1: $XXXX.XX (+5点)
- 止盈 2: $XXXX.XX (+10点)
### 胜率概率与情景分析
**重要提示**:这些概率是**启发式**的——基于结构的经验性猜测,而非统计模型。保持诚实但不要过度纠结。
**概率指导原则**:
- 使用范围:"35-45%",而非"42%"
- 任何单一结果的最大概率上限为70%
- 如果止损概率远高于止盈1概率 → 跳过
- 如果所有概率都是33/33/33 → 倾向于动量支持的方向
根据当前结构估算每种结果的可能性:
| 情景 | 目标 | 总点数 | 扣除点差后净点数(约3点) | 预估概率 |
|----------|--------|-----------|--------------------------|-----------------|
| 止损触发 | $XXXX | -5 | -8 (止损 + 点差 + 滑点) | XX-XX% |
| 止盈1触发 | $XXXX | +5 | +2 至 +3 | XX-XX% |
| 止盈2触发 | $XXXX | +10 | +7 至 +8 | XX-XX% |
**期望值(成本调整后)**:
- 止盈1策略:(止盈1% x 净止盈1) - (止损% x 净止损) = $X.XX
- 止盈2策略:(止盈2% x 净止盈2) - (止损% x 净止损) = $X.XX
**裁决**: [值得参与 / 边际 / 跳过]
目标是帮助用户**决策**,而非阻止所有交易。如果一个交易设置有任何结构性优势,请诚实地展示其概率,让用户判断。
### 信号前检查清单
回答这些问题。标记任何"否"的项目作为风险,但如果整体情况有优势,仍可建议交易。
| # | 检查项 | 答案 |
|---|-------|--------|
| 1 | 价格是否接近清晰的水平位? | 是/否 |
| 2 | 5分钟ATR是否合理(≤ 8)? | 是/否 |
| 3 | 是否有K线形态或动量确认? | 是/否 |
| 4 | 更高时间框架方向是否一致? | 是/否 |
| 5 | 止损位是否在某个结构之后? | 是/否 |
| 6 | 当前没有重大新闻事件? | 是/否 |
**交易条件**:多数为"是",且第2项和第6项通过。将任何"否"标记为风险因素。
### 结构分析
[你看到的微观结构——支撑/阻力、摆动点]
### 入场触发条件
[具体的入场条件——例如,"突破5032上方","在5025出现拒绝K线"]
### 推理
[2-3句话解释为什么这个设置有效]
### 风险警告
这是基于LLM的分析,仅用于测试。不构成财务建议。
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_price.sh
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 5min 30
分析:使用K线寻找摆动点、支撑/阻力。使用指标确认方向。应用分析框架。
基于实时价格生成信号并指定精确水平位
为了更高的置信度,获取多个时间框架数据:
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_price.sh
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 15min 20
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 5min 30
规则:仅接受与15分钟方向一致的5分钟信号。
将此部分用作运行日志。每次用户询问时,根据实际交易结果追加新条目。
对于每笔完成的交易,使用此模板添加一个区块:
### 交易 #N - YYYY-MM-DD HH:MM UTC
- 交易时段: [伦敦 / 纽约 / 重叠 / 亚洲]
- 方向: [买入 / 卖出]
- 设置类型: [支撑反弹 / 阻力拒绝 / 突破回踩 / 止损猎杀反转 / 其他]
- 入场: [价格]
- 止损: [价格] (5点)
- 止盈1 / 止盈2: [价格] / [价格]
- 结果: [止盈1 / 止盈2 / 止损 / 手动退出]
- 净结果(点数): [+X / -X]
- 关键背景: [ATR, 点差估计, 新闻状态, 市场状况]
- 成功之处: [1-2个要点]
- 失败之处: [1-2个要点]
- 经验教训: [一句话总结]
积累足够条目后,添加一个总结区块:
### 每周回顾 - YYYY-MM-DD
- 总交易数: X
- 盈利: X | 亏损: X | 胜率: XX%
- 平均盈利(点数): X.X | 平均亏损(点数): X.X
- 最佳设置类型: [名称 + 统计数据]
- 最差设置类型: [名称 + 统计数据]
- 最常见错误: [一句话]
- 规则调整: [一条具体的保留/更改规则]
规则:经验日志仅用于记录事实结果和经验教训。不要重写过去的条目。
export TWELVE_DATA_API_KEY="your_key"bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 5min 10xauusd-trading/
├── SKILL.md # 本文件
└── scripts/
├── fetch_price.sh # 实时价格 + 指标(TradingView,无需密钥)
├── fetch_candles.sh # 实时K线历史数据(Twelve Data,免费密钥)
└── fetch_gold.sh # 备用K线数据(Yahoo Finance,延迟,无需密钥)
当被要求监控XAUUSD以寻找短线交易机会时,使用此工作流程:
这是一个无限循环。 你必须持续进行,直到用户明确说"停止"、"退出"或"暂停"。
| 状态 | 分析后操作 |
|---|---|
NEUTRAL(中性) | sleep 120 → 再次获取数据 → 不要停止 |
WATCHING(观察中) | sleep 60 → 再次获取数据 → 不要停止 |
CONSOLIDATING(盘整中) | sleep 90 → 再次获取数据 → 不要停止 |
SIGNAL(信号) | 输出信号 → 停止并等待用户 |
硬性规则:
NEUTRAL、WATCHING或CONSOLIDATING之后 → 执行sleep → 立即获取新数据SIGNAL状态、用户命令,或硬性关卡失败(市场关闭、脚本错误)用户对SIGNAL做出响应后:
加载此技能用于所有分析
获取数据——每个周期必须运行两个脚本:
# 必需:每个监控周期并行运行这些命令
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_price.sh
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 5min 15
fetch_price.sh → 指标(RSI、MACD、Stoch、ATR等)
fetch_candles.sh → 结构(摆动高点/低点、支撑/阻力、形态)
不要跳过K线数据——仅凭指标无法识别结构水平位
每3-5个周期,也获取15分钟K线以了解趋势背景:
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 15min 10
分析并确定状态(结构优先,指标作为确认)
等待基于状态的时间,然后重复
当持续监控时,你必须使用sleep在周期之间实际暂停。
WATCHING(1分钟):
sleep 60
NEUTRAL(2分钟):
sleep 120
CONSOLIDATING(3分钟):
# 某些工具环境在120秒后超时。
# 如果是这样,分成两次等待:
sleep 90
# 运行获取脚本
sleep 90
规则:除非用户明确说"现在检查"或"新K线现在",否则不要在未等待的情况下连续获取数据。
| 状态 | 描述 | 等待时间 |
|---|---|---|
NEUTRAL(中性) | 价格处于区间中部,附近无清晰水平位 | 2分钟 |
WATCHING(观察中) | 价格接近关键水平位,超买/超卖,正在形成拒绝形态 | 1分钟 |
CONSOLIDATING(盘整中) | 价格困在窄幅区间(<5点),低动量,无突破 | 3分钟 |
SIGNAL(信号) | 根据技能标准确认入场机会 | 询问用户 |
当所有以下条件都满足时,切换到CONSOLIDATING状态:
为什么这很重要:在盘整期间每分钟检查一次会浪费API调用次数且没有增加价值。等待区间突破,然后切换回WATCHING状态。
退出CONSOLIDATING:当价格突破区间或波动率扩大时(ATR增加,MACD柱状图扩大)
NEUTRAL → WATCHING:价格接近支撑/阻力,或指标达到极端区域NEUTRAL → CONSOLIDATING:价格进入窄幅区间且无动量WATCHING → SIGNAL:入场触发条件确认(拒绝影线、突破、止损猎杀反转)WATCHING → NEUTRAL:价格离开水平位但未触发WATCHING → CONSOLIDATING:价格在水平位停滞,形成窄幅区间而非突破CONSOLIDATING → WATCHING:区间突破,价格向关键水平位移动CONSOLIDATING → SIGNAL:突破伴随动量确认入场SIGNAL → 用户决定入场或跳过输出完整的信号格式(见上文信号输出格式)并询问用户是否入场。
当用户持仓时:
每周安装数
93
仓库
首次出现
2026年3月2日
安全审计
安装于
gemini-cli92
amp92
cline92
github-copilot92
codex92
kimi-cli92
Returns last N candles with OHLC — real-time, no delay. Use for structure analysis: swing highs/lows, support/resistance, patterns.
Intervals : 1min, 5min, 15min, 30min, 1h, 4h, 1day
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_gold.sh 5m 1d 50
Only use if Twelve Data key is not set. Data is delayed ~15-20 minutes.
fetch_price.sh → get live price + indicators snapshotfetch_candles.sh 5min 30 → get real-time candle structure (swing points, patterns)fetch_candles.sh 15min 20 → for higher timeframe trendWith only 5 points of risk, you need PRECISE entries:
Only signal when:
For every signal, specify:
Entry: [exact price]
Stop Loss: [entry ± 5 points]
Take Profit: [minimum 1:1.5 R:R = 7.5 points]
On 5m chart, confirm:
These extreme readings often precede reversals — use them as entry confirmations:
| Indicator | Extreme LONG Zone | Extreme SHORT Zone |
|---|---|---|
| Stochastic K | < 10 | > 90 |
| CCI | < -100 | > +100 |
| RSI | < 30 | > 70 |
When multiple indicators are extreme simultaneously , bounce probability increases significantly.
Example from real session: Stoch K hit 7.2 with CCI at -92 → price bounced 12+ points.
Before generating any signal, check these. Gates marked HARD = must skip. Gates marked SOFT = warn but can still trade.
Do NOT trade during or 15 minutes before/after these events:
If you're unsure whether a news event is happening, add a warning: "Check economic calendar before entering."
fetch_price.sh returns an error or "Market may be closed" → NO TRADEGold spread is typically 2-3 points, plus ~1 point slippage on entries.
Your REAL risk per trade :
Effective SL = 5 (your SL) + 2-3 (spread) + 1 (slippage) = 8-9 points total cost
Effective TP1 = 5 (your TP) - 2-3 (spread) = 2-3 points net gain
Effective TP2 = 10 (your TP) - 2-3 (spread) = 7-8 points net gain
Always mention this in your analysis, but still suggest the trade if structure looks good.
## XAUUSD SCALP SIGNAL
**Action**: 🟢 BUY (Long) / 🔴 SELL (Short) / ⚪ NO TRADE
**Confidence**: [High / Medium / Low]
### Levels
- Current Price: $XXXX.XX
- Entry Zone: $XXXX.XX - $XXXX.XX
- Stop Loss: $XXXX.XX (5 points risk)
- Take Profit 1: $XXXX.XX (+5 points)
- Take Profit 2: $XXXX.XX (+10 points)
### Win Probability & Scenarios
**IMPORTANT**: These probabilities are HEURISTIC — educated guesses based on structure, not statistical models. Be honest but not paralyzed.
**Probability guidelines**:
- Use ranges: "35-45%", not "42%"
- Cap at 70% max for any single outcome
- If SL probability > TP1 probability by a wide margin → SKIP
- If everything is 33/33/33 → lean toward the direction momentum supports
Estimate how likely each outcome is based on the current structure:
| Scenario | Target | Gross Pts | Net After Spread (~3pts) | Est. Probability |
|----------|--------|-----------|--------------------------|-----------------|
| SL Hit | $XXXX | -5 | -8 (SL + spread + slip) | XX-XX% |
| TP1 Hit | $XXXX | +5 | +2 to +3 | XX-XX% |
| TP2 Hit | $XXXX | +10 | +7 to +8 | XX-XX% |
**Expected Value (cost-adjusted)**:
- TP1 play: (TP1% x net_TP1) - (SL% x net_SL) = $X.XX
- TP2 play: (TP2% x net_TP2) - (SL% x net_SL) = $X.XX
**Verdict**: [WORTH TAKING / MARGINAL / SKIP]
The goal is to help the user DECIDE, not to block all trades. If a setup has any structural edge at all, present it with honest probabilities and let the user judge.
### Pre-Signal Checklist
Answer these. Flag any "No" items as risks, but still suggest the trade if the overall picture has an edge.
| # | Check | Answer |
|---|-------|--------|
| 1 | Is price near a clear level? | Yes/No |
| 2 | Is 5m ATR reasonable (≤ 8)? | Yes/No |
| 3 | Is there a candle pattern or momentum confirming? | Yes/No |
| 4 | Does higher timeframe direction agree? | Yes/No |
| 5 | Is SL behind some structure? | Yes/No |
| 6 | No major news event right now? | Yes/No |
**Trade if**: Majority are "Yes" and #2 + #6 pass. Flag any "No" as a risk factor.
### Structure Analysis
[What micro structure you see - support/resistance, swing points]
### Entry Trigger
[Specific condition to enter - e.g., "break above 5032", "rejection candle at 5025"]
### Reasoning
[2-3 sentences on why this setup works]
### Risk Warning
This is LLM-based analysis for testing only. Not financial advice.
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_price.sh
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 5min 30
Analyze : Use candles to find swing points, support/resistance. Use indicators to confirm direction. Apply the Analysis Framework.
Generate signal with exact levels based on live price
For higher confidence, fetch multiple timeframes:
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_price.sh
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 15min 20
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 5min 30
Rule: Only take 5m signals that ALIGN with 15m direction.
Use this section as a running journal. Each time the user asks, append a new entry based on the actual trade outcome.
For every completed trade, add one block using this template:
### Trade #N - YYYY-MM-DD HH:MM UTC
- Session: [London / NY / Overlap / Asian]
- Direction: [BUY / SELL]
- Setup Type: [Support Bounce / Resistance Rejection / Breakout Pullback / Stop Hunt Reversal / Other]
- Entry: [price]
- Stop Loss: [price] (5 points)
- TP1 / TP2: [price] / [price]
- Outcome: [TP1 / TP2 / SL / Manual Exit]
- Net Result (points): [+X / -X]
- Key Context: [ATR, spread estimate, news status, market condition]
- What Worked: [1-2 bullets]
- What Failed: [1-2 bullets]
- Lesson: [single sentence]
After enough entries, add a summary block:
### Weekly Review - YYYY-MM-DD
- Total Trades: X
- Wins: X | Losses: X | Win Rate: XX%
- Avg Win (pts): X.X | Avg Loss (pts): X.X
- Best Setup Type: [name + stats]
- Worst Setup Type: [name + stats]
- Most Common Mistake: [one line]
- Rule Adjustment: [one concrete rule to keep/change]
Rule: Experience log is for factual outcomes and lessons only. Do not rewrite past entries.
export TWELVE_DATA_API_KEY="your_key"bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 5min 10xauusd-trading/
├── SKILL.md # This file
└── scripts/
├── fetch_price.sh # REAL-TIME price + indicators (TradingView, no key)
├── fetch_candles.sh # REAL-TIME candle history (Twelve Data, free key)
└── fetch_gold.sh # Fallback candles (Yahoo Finance, delayed, no key)
When asked to monitor XAUUSD for scalping opportunities, use this workflow:
This is an INFINITE loop. You MUST continue until user explicitly says "stop", "exit", or "pause".
| State | Action After Analysis |
|---|---|
NEUTRAL | sleep 120 → fetch again → DO NOT STOP |
WATCHING | sleep 60 → fetch again → DO NOT STOP |
CONSOLIDATING | sleep 90 → fetch again → DO NOT STOP |
SIGNAL | Output signal → STOP and wait for user |
HARD RULES:
NEUTRAL, WATCHING, or CONSOLIDATING → execute sleep → immediately fetch new dataSIGNAL state, user command, or HARD gate failure (market closed, script error)After user responds to SIGNAL:
Load this skill for all analysis
Fetch data — you MUST run BOTH scripts every cycle:
# REQUIRED: Run these in parallel every monitoring cycle
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_price.sh
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 5min 15
fetch_price.sh → indicators (RSI, MACD, Stoch, ATR, etc.)
fetch_candles.sh → structure (swing highs/lows, support/resistance, patterns)
DO NOT skip candles — indicators alone cannot identify structure levels
Every 3-5 cycles, also fetch 15m candles for trend context:
bash /home/hazeruno/.config/opencode/skill/xauusd-trading/scripts/fetch_candles.sh 15min 10
Analyze and determine state (structure first, indicators as confirmation)
Wait based on state, then repeat
When monitoring continuously, you MUST actually pause between cycles using sleep.
WATCHING (1 minute):
sleep 60
NEUTRAL (2 minutes):
sleep 120
CONSOLIDATING (3 minutes):
# Some tool environments time out at 120s.
# If so, split into two waits:
sleep 90
# run fetch scripts
sleep 90
Rule: Do not run back-to-back fetches without waiting unless the user explicitly says "check now" or "new candle now".
| State | Description | Wait Time |
|---|---|---|
NEUTRAL | Price mid-range, no clear level nearby | 2 minutes |
WATCHING | Price near key level, overbought/oversold, rejection forming | 1 minute |
CONSOLIDATING | Price stuck in tight range (<5 pts), low momentum, no breakout | 3 minutes |
SIGNAL | Entry opportunity confirmed per skill criteria | Ask user |
Switch to CONSOLIDATING when ALL of these are true:
Why this matters : Checking every minute during consolidation wastes API calls and adds no value. Wait for the range to break, then switch back to WATCHING.
Exit CONSOLIDATING : When price breaks out of the range OR volatility expands (ATR increases, MACD histogram expands)
NEUTRAL → WATCHING: Price approaches support/resistance, or indicators reach extreme zonesNEUTRAL → CONSOLIDATING: Price enters tight range with no momentumWATCHING → SIGNAL: Entry trigger confirmed (rejection wick, breakout, stop hunt reversal)WATCHING → NEUTRAL: Price moves away from level without triggeringWATCHING → CONSOLIDATING: Price stalls at level, forms tight range instead of breakingCONSOLIDATING → WATCHING: Range breaks, price moves toward key levelCONSOLIDATING → SIGNAL: Breakout with momentum confirms entrySIGNAL → User decides to enter or skipOutput the full signal format (see Signal Output Format above) and ask user whether to enter.
When user enters a position:
Weekly Installs
93
Repository
First Seen
Mar 2, 2026
Security Audits
Installed on
gemini-cli92
amp92
cline92
github-copilot92
codex92
kimi-cli92
Python PDF处理教程:合并拆分、提取文本表格、创建PDF文件
63,700 周安装
Go 持续集成完整指南:GitHub Actions 生产级 CI/CD 流水线配置
81 周安装
deps-dev API 开源软件包最新版本查询工具 - 快速检查依赖版本和弃用状态
146 周安装
Next.js App Router国际化方案:next-intl多语言路由配置指南
142 周安装
XcodeBuildMCP CLI:简化 iOS/macOS 开发的智能命令行工具
141 周安装
Convex 快速入门:5分钟搭建生产就绪后端,集成React/Next.js与实时数据
146 周安装
GitHuman AI代码审查工具 - 可视化审查AI生成代码变更,支持行内评论和待办事项管理
142 周安装