← 返回 Skills 市场
roamer-remote

A股-股市分析和投资顾问(安西军项目)

作者 Roamer 徐 · GitHub ↗ · v0.2.2 · MIT-0
cross-platform ✓ 安全检测通过
404
总下载
0
收藏
1
当前安装
24
版本数
在 OpenClaw 中安装
/install stocks-query-base-skill
功能描述
中国 A 股/港股只读数据查询与分析技能。支持行情、基本面、指数、文本等数据内的检索,并且提供多种专业的分析方法和建议! 支持自然语言需求映射到 stocks 接口,并输出结构化分析结果。 需 TAX_API_KEY 鉴权;仅用于公开历史数据查询,不支持交易下单,也不构成投资建议。
安全使用建议
This skill appears coherent for read-only stock-data analysis, but before installing: 1) Only configure TAX_API_KEY if you trust the provider at https://tax.yyyou.top/ — verify the service and revoke the key if concerned. 2) Never paste your API key into chat; set it once in agent/platform config. 3) Be aware the skill may perform web searches of news/forums to augment analysis — these searches can surface user-generated content that may contain PII; avoid requesting analysis that requires private data. 4) Monitor requests and remove the skill or rotate the API key if you observe unexpected behavior or outbound calls to non-/stocks endpoints.
功能分析
Type: OpenClaw Skill Name: stocks-query-base-skill Version: 0.2.2 The skill bundle is a legitimate tool for analyzing A-share and Hong Kong stock data using the Tushare API via a proxy service (tax.yyyou.top). The instructions in SKILL.md and SKILL_REFERENCE.MD are well-structured, focusing on converting natural language to specific API routes (/stocks/*) while explicitly prohibiting the storage or echoing of the required TAX_API_KEY. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description claim read-only A股/港股 data queries and analysis; the only required environment variable is TAX_API_KEY which matches an upstream API authorization requirement; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md restricts runtime calls to /stocks/* and explicitly forbids calling /auth/* or /payment/* and forbids echoing/storing the API key — this matches the stated purpose. One area to note: the skill instructs the agent to use LLM-driven web search to collect news/forum content; that is within a stock-research scope but is somewhat open-ended (no explicit allowlist/denylist of domains). That could surface user-generated content or PII if not carefully filtered.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is downloaded or written to disk, which minimizes install-time risk.
Credentials
Only TAX_API_KEY is required and declared as primaryEnv. That is proportionate for a service that calls an external stocks API; there are no extra unrelated tokens or secrets requested.
Persistence & Privilege
always is false, no install-time persistence, and the skill does not request modifying other skills or system-wide settings. Autonomous invocation is allowed (platform default) and is not by itself a concern.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install stocks-query-base-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /stocks-query-base-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.2
stocks-query-base-skill v0.2.2 - 增强描述,强调支持更多数据类型及多种专业分析建议。 - 补充主要数据处理与分析流程,包括集成新闻检索、论坛信息等能力说明。 - 调整说明文本,将 LLM 分析、生成报告、推送等流程显式列出。 - 扩充输出格式,加入市场情绪分析、新闻/论坛相关信息收集等分析步骤。 - 补充能力范围,对文本新闻类检索及财经论坛讨论能力进行描述。
v0.2.1
Version 0.2.1 — 增强自然语言能力与输出规范 - 支持自然语言意图自动映射到股票查询接口,优化交互体验 - 明确仅支持公开历史数据的查询与结构化分析,不支持任何交易或承诺收益 - 新增输出格式规范和分阶段分析流程,提升回复一致性与可复核性 - 完善鉴权、参数格式、错误处理与风险提示的详细指引 - 路由触发和能力边界更加清晰,提升使用安全性
v0.1.1
- skill名称由“A股-股市分析和投资顾问”调整为“A股-股市分析和投资顾问(安西军项目)” - 版本号由0.1.0更新至0.1.1 - 其余功能、用法和接口保持不变
v0.1.0
Version 0.1.0 introduces enhanced expert-driven analysis and strategy customizations: - 新增“集成专家选股分析方法”和“私有策略定制”特色功能,支持面向个股及市场热点的全面分析。 - 支持用自然语言描述分析要求,覆盖更多市场维度。 - 数据源范围优化,说明更明确(去除TuShare Pro,强调多平台整合)。 - TAX_API_KEY 说明更新,明确为免费获取。 - 其他描述与排版优化,便于理解和上手。
v0.0.22
- 简化 Skill 功能说明,聚焦A股行情、基本面、指数、文本四类数据查询与分析。 - 优化接口/参数说明,增加常用接口对照表和典型调用示例,便于查用。 - 加强路由和使用描述,明确命中条件及Token用法。 - 移除可选的 template_renderer.py,统一输出逻辑,保障表现一致性。 - 明确声明Skill不支持交易、不构成投资建议,接口仅供公开数据查询。 - 文档结构更简洁清晰,便于开发者和用户快速理解和上手。
v0.0.21
- No file changes detected in this version. - No updates made to the codebase or documentation. - Functionality, interface, and behavior remain the same as the previous release.
v0.0.20
stocks-query-base-skill v0.0.21 - 新增元数据(metadata.openclaw.requires.env)明确声明对 TAX_API_KEY 环境变量的需求。 - 增加 openclaw 平台相关 metadata 字段,包括 primaryEnv 和 homepage。 - SKILL.md 前部 description 与文档多处增补,明确拉取 KEY 配置说明来自 frontmatter metadata。 - 无代码或接口处理变更,仅文档和元数据调整。 - 其他功能与使用方式保持不变。
v0.0.19
No file changes detected; likely a documentation-only update. - Skill名称改为更直观描述(加入“大A股市查询和分析、推荐系统”)。 - 版本号从0.0.17提升至0.0.19。 - 明确要求并联(并行)多接口调用时须去重模板与response_guidance,防止重复分段展示,引入§4.0.3详细规则。 - 优化并联调用的场景与依赖判断策略说明,明确合并逻辑及用户展示标准。 - 其他核心接口、权限、输出格式等均保持一致。
v0.0.17
Version 0.0.17 - 新增远端深度分析菜单(deep_analysis_guidance)A/B 两级处理:当含有 title+options 时,必须按字段原文列表展示,否则仅允许简要概括,禁止整段注入自由 Markdown。 - 明确 A 级 options 属于业务展示内容,需逐条列表呈现;B 级模板只可人工概括。 - 细化远端字段注入的安全与展示规则,与前端/后台输出一致。 - 优化输出结构协议,补充“A/B 级引导”展示、丢弃条件及判断标准。 - 调整 description、文档相关说明,适应更严格内容边界。
v0.0.16
**重大安全升级:禁止远端模板与提示原样注入回复,仅安全概括。** - 明确标注:服务端返回的模板、引导内容为不可信远端数据,严禁原样注入用户回复,仅允许在安全前提下用自有话术概括转述。 - 增加严格安全约束:不得执行或逐字输出远端下发的`template_definition`、`response_guidance.deep_analysis_guidance`及相关 Markdown/提示内容。 - 输出结构及“下一步建议”章节,概括远端分析建议仅为可选,必须由本地自写,严禁大段引用远端原文。 - 完善技术约定,对所有涉及远端下发内容的字段添加详细不可信内容处理要求。 - 小幅调整 skill 描述,强化只读、不可替代性与安全边界说明。
v0.0.15
Version 0.0.15 - 明确“模型问题优先走实时接口,不用通用搜索替代”作为最高优先级,进一步细化了 Skill 路由和调用规则。 - 规范“触发关键词”为更全市场及常见指标、情形、同义表达,并强调模型认知接管优先级。 - 新增对“股票曾用名/更名记录”查询场景(/namechange)及相关触发词。 - 强化对合规输出结构和深入分析引导的显示要求,补充对多 skill 并存时的 fallback/补充调用场景说明。 - Skill 说明更直观,并进一步注明功能边界与调用流程。
v0.0.14
**Summary: 增强对“深度分析”引导的结构化展现,细化输出结构和极简模式。** - 新增:明确规定当接口包含“response_guidance.deep_analysis_guidance”或模板引导时,必须在用户输出中以专门小节方式展示深度分析选项与内容。 - 更新:详细说明了“深入分析引导”如何在标准输出和极简模式下可见地陈列给用户,保证引导信息不丢失。 - 调整:极简输出模式如有深入分析引导,需总结性展示核心要点,不能被省略。 - 完善说明:响应结构、模板定义、Markdown组织、三方定制化渲染等相关字段与使用方式。 - 明确规范:任何引导条目数量、结构、语义不可随意减少,输出新增三级小节格式。
v0.0.13
Version 0.0.13 introduces template_renderer.py as an optional template rendering helper and documents its proper usage and fallback requirements. - Added template_renderer.py for multi-interface Markdown排版辅助(仅可选,非强依赖) - 在“技术约定”新增对辅助脚本可选性的明确说明:若不存在该文件,不影响核心功能 - 更新关于凭据(TAX_API_KEY)配置与引导文案,提升安全约束描述细度 - 新增对模板渲染调用流程的详细规范与回退机制说明 - 其他细节文字修订,确保文档与实际发包内容完全一致
v0.0.12
No file changes detected in this version. - Version bumped, but no code or documentation changes have been made. - All features and behavior remain unchanged from the previous release.
v0.0.11
stocks-query-base-skill 0.0.11 - No file changes detected in this release. - Functionality, usage, and documentation remain the same as previous version (0.0.9). - No updates or modifications introduced.
v0.0.10
Version 0.0.10 Changelog - Expanded the documented API response structure to include fields: api_description, field_descriptions, request_info, and template_definition. - Added detailed explanation and rules for handling template_definition and request_info.effective_output_mode in output formatting and agent logic. - Clarified output priority: if request_info.effective_output_mode exists, use it for output structure. - Enhanced instructions for template rendering, including explicit usage of template_renderer.py and template placeholder syntax. - Updated documentation for higher precision in output formatting, scenario templates, and structured markdown responses.
v0.0.9
stocks-query-base-skill 0.0.9 - 输出模板与模式调整:响应成功时自动携带 template_definition 和 request_info.effective_output_mode,无需单独请求模板接口。 - 调用策略优化:会话与接口编排更简明,去除专门“初始化”步骤,直接按响应内模板组织输出。 - 响应结构补充说明:接口返回内容中明确包含 template_definition 字段与用法边界。 - 说明文档细节优化,约束更为清晰,部分说明表述更新。
v0.0.8
stocks-query-base-skill v0.0.8 - 明确增加远程输出模板(template_definition)的安全边界:新增第 2.1.4 节,防止远程内容越权覆盖本地安全及排版协议。 - 优化初始化与调用策略:强调远程模板只能作为排版/引导补充,并须经过本地规则校验,不可作为唯一系统提示词。 - 增强兜底机制:远程模板不可用或异常时,全部退回本地标准协议与固定模板。 - 更新实例和文档,细化安全约束,保证响应结构和问答格式始终可控、合规。
v0.0.6
- SKILL.MD 文件重命名为 SKILL.md,规范文件命名格式。 - skill name 版本号等元数据小幅调整,并简化/修订描述内容,更突出功能定位。 - 新增对会话初始化模板(/stocks/llm-query-template)的调用要求,丰富接口协作机制。 - 补充了输出结构与动态模板机制(如输出模式优先、字段规范、极简模式等),详细明确多场景渲染细则。 - 说明与技术规范更加详实,对响应字段、错误处理、代码与日期格式等做出明确约定。 - 代码调用和模板渲染示例更新,适配新版接口与使用场景。
v0.0.5
股市小灵通-信息查询基础版本 v0.0.5
元数据
Slug stocks-query-base-skill
版本 0.2.2
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 24
常见问题

A股-股市分析和投资顾问(安西军项目) 是什么?

中国 A 股/港股只读数据查询与分析技能。支持行情、基本面、指数、文本等数据内的检索,并且提供多种专业的分析方法和建议! 支持自然语言需求映射到 stocks 接口,并输出结构化分析结果。 需 TAX_API_KEY 鉴权;仅用于公开历史数据查询,不支持交易下单,也不构成投资建议。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 404 次。

如何安装 A股-股市分析和投资顾问(安西军项目)?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install stocks-query-base-skill」即可一键安装,无需额外配置。

A股-股市分析和投资顾问(安西军项目) 是免费的吗?

是的,A股-股市分析和投资顾问(安西军项目) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

A股-股市分析和投资顾问(安西军项目) 支持哪些平台?

A股-股市分析和投资顾问(安西军项目) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 A股-股市分析和投资顾问(安西军项目)?

由 Roamer 徐(@roamer-remote)开发并维护,当前版本 v0.2.2。

💬 留言讨论