📦 Market Pulse Wingman — 技能工具

v1.0.0

Market risk co-pilot for equities. Use when you need to scan a watchlist for technical context, fresh headlines, and operational/security red flags, then log...

0· 23·0 当前·0 累计
yaelsprikut 头像by @yaelsprikut (Yael)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/16
0
安全扫描
VirusTotal
Pending
查看报告
OpenClaw
可疑
medium confidence
The skill's instructions match its stated purpose and request no credentials or installs, but the SKILL.md contains hidden unicode control characters (a prompt-injection signal) and the workflow is open-ended about fetching headlines — warranting caution before installing.
评估建议
What to consider before installing: - The skill itself is coherent for market-headline scanning and logging and asks for no credentials or installs. That part looks benign. - However, the SKILL.md contains hidden unicode control characters (a prompt-injection indicator). These characters can conceal or alter instructions the model will follow. Before installing, inspect the raw SKILL.md for non-printable/control characters (e.g., open in a hex editor, run `cat -v SKILL.md`, or use a tool that...
详细分析 ▾
用途与能力
Name, description, and the SKILL.md workflow are coherent: a market-risk co‑pilot that summarizes technical context, headlines, and writes a log. No unrelated env vars, binaries, or installs are requested.
指令范围
The instructions are largely scoped to the stated task, but they are open-ended about obtaining 'recent news' and 'publicly available info' (leaving the agent discretion to fetch web content). More importantly, pre-scan detected unicode control characters in SKILL.md — this is a common prompt-injection technique used to hide or alter instructions and could change runtime behavior. Inspect the raw file before trusting autonomous runs.
安装机制
Instruction-only skill with no install spec or code files — lowest install risk; nothing will be written to disk by an installer.
凭证需求
No environment variables, credentials, or configuration paths are requested. Requested capabilities are proportional to a news-and-price summarization skill.
持久化与权限
always:false and no special privileges or config modifications requested. Autonomous invocation is permitted (platform default) but not combined with broad access.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/4/16

Initial release

Pending

安装命令

点击复制
官方npx clawhub@latest install market-pulse-wingman
镜像加速npx clawhub@latest install market-pulse-wingman --registry https://cn.longxiaskill.com

技能文档

Overview

Use this skill when the user wants a fast but disciplined read on one or more tickers. It blends the day-trading workflow (trend, catalysts, sizing) with a security-auditor pass over current headlines and finally writes a short log entry for the self-improvement tracker.

Quick start

  • Collect context from the user:
- Tickers (and optional notes: position size, time horizon, risk tolerance) - Any data they already have (price, % change, headlines). If nothing is provided, ask for a watchlist snapshot or proceed with publicly available info.
  • For each ticker, run the structured workflow below and append the result.
  • End with a log template (filled out or ready for the user to confirm).

Workflow per ticker

  • Baseline snapshot
- Price, daily % change, volume vs. average, ATR/volatility context, near-term catalysts (earnings date, macro event, options expiry). - Mention trend bias (e.g., above/below 20/50 EMA, range-bound) using day-trading-skill language.
  • Risk + headline sweep
- Scan recent news or user-provided headlines for OWASP/security/operational issues: breaches, lawsuits, product recalls, downgrades, exec exits. - Tag the severity (⚠️ moderate risk, 🚨 major risk) and cite the source + timestamp.
  • Bot recommendation
- Combine technical + risk view into one clear nudge: e.g., "Trim size into earnings," "Allowed to add on pullbacks," "Stand aside until breach story is verified." - Include a quick contingency (“invalidated if price loses $X” or “if additional breach details emerge”).
  • Decision log
- Generate a short entry so the user can drop it in the self-improvement tracker:
     - Ticker: XYZ
       - Date: 2026-04-16
       - Bot take: ⚠️ Hold until post-earnings volatility settles.
       - Planned action: _____
       - Follow-up reminder: Recheck headlines + price 2026-04-18.
     

Output format

## Market Pulse — 16 Apr 2026

Ticker: XYZ

  • Price: $123.45 (+1.8% / vol 1.3× avg) | Earnings: Apr 19 | ATR: 3.2
  • Setup: Uptrend holding 21EMA; buyers defending $120 gap.
  • Risk flags: 🚨 Data breach rumor (TechCrunch, 4h ago) + class-action chatter.
  • Bot take: Trim to core until breach story is confirmed; re-add only above $126 on volume.
  • Log: (prefill template for user)
Add additional tickers as separate sections.

Data & tooling notes

  • If no live API is available, rely on whatever data the user gives plus broadly known info (earnings calendar, macro events). Be explicit about assumptions.
  • Headlines can be summarized manually from user paste or recent articles; cite source + time.
  • Keep the total response compact—2–4 bullet lines per ticker plus the log template.

References

  • references/ can store future templates (e.g., logging schema, API hints). Currently unused; delete if not needed later.
数据来源ClawHub ↗ · 中文优化:龙虾技能库