← 返回 Skills 市场
canonxu

my_stock_tradeagents_rebuild_skill

作者 canonxu · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
164
总下载
0
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install my-stock-tradeagents-rebuild-skill
功能描述
当且仅当用户明确提出“重新构建tradeagents”或类似高度相关指令时触发。主要功能为在 ~/TradingAgents 目录下重新创建并激活 Python 虚拟环境,安装包及依赖,最后总结修改并推送到远程仓库。
安全使用建议
Before installing or invoking this skill: (1) Note the inconsistencies in packaging (skill.json vs SKILL.md and owner/slug/version mismatches) — ask the publisher to clarify. (2) Understand the skill will run rm -rf venv, build/install packages, then git add/commit and push everything in ~/TradingAgents without further confirmation — audit the repo for secrets and make backups/clones first. (3) Ensure python3.13 and git are present and your Git authentication is configured (or expect pushes to fail/occur using existing credentials). (4) If you want safer behavior, request the skill be changed to: prompt for confirmation before committing/pushing, show a git diff/status, and declare required binaries and credential usage explicitly. If any of the inconsistencies or automatic push behavior is unacceptable, do not install or run this skill.
功能分析
Type: OpenClaw Skill Name: my-stock-tradeagents-rebuild-skill Version: 1.0.3 The skill automates a standard development workflow for a specific project in `~/TradingAgents`, including recreating a Python virtual environment and pushing local changes to a Git repository. While the use of `git add .` followed by `git push` in `SKILL.md` is a broad action that could inadvertently upload sensitive files if they exist in that directory, the instructions are transparent and strictly aligned with the stated purpose of rebuilding the environment. No evidence of intentional data exfiltration, obfuscation, or malicious execution was found.
能力评估
Purpose & Capability
The SKILL.md behavior (cd ~/TradingAgents, rm -rf venv, python3.13 -m venv, pip install ., git add/commit/push) is consistent with the described purpose, but metadata and declarations are inconsistent: skill.json's description references conda while SKILL.md uses venv, skill.json slug/author differ from registry owner, version numbers mismatch, and the skill declares no required binaries even though it relies on python3.13, git, and shell utilities. These mismatches are unexplained and reduce trust.
Instruction Scope
Instructions perform destructive local actions (rm -rf venv) and repository-wide operations (git add .; git commit; create branch; git push) automatically with no safety checks, diffs, or user confirmation beyond the initial trigger phrase. This can commit and push any files in ~/TradingAgents (including secrets/configs) to the remote. The SKILL.md requires operations be within ~/TradingAgents, which limits scope, but there are no additional safeguards.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest install risk. The scanner had no files to analyze. However, absence of an install spec means required runtime binaries (python3.13, git) are assumed available but not declared.
Credentials
The skill declares no required environment variables or credentials, yet it will push to a Git remote — which requires authentication (SSH keys, credential helpers, or stored tokens). The skill also assumes python3.13 exists. Not declaring these requirements is disproportionate and hides the fact that repository contents (potentially sensitive) may be transmitted to a remote server.
Persistence & Privilege
always:false and the skill does not request persistent privileges or attempt to modify other skills or global agent settings. Autonomous invocation is allowed (platform default); while not flagged on its own, combined with automatic push/commit behavior this increases potential blast radius.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install my-stock-tradeagents-rebuild-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /my-stock-tradeagents-rebuild-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
批量同步最新版本
v1.0.2
Update rebuild logic to use python venv and path-specific pip
v1.0.1
Rebuild TradingAgents conda environment skill
v1.0.0
Initial version of tradeagents rebuild skill.
元数据
Slug my-stock-tradeagents-rebuild-skill
版本 1.0.3
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 4
常见问题

my_stock_tradeagents_rebuild_skill 是什么?

当且仅当用户明确提出“重新构建tradeagents”或类似高度相关指令时触发。主要功能为在 ~/TradingAgents 目录下重新创建并激活 Python 虚拟环境,安装包及依赖,最后总结修改并推送到远程仓库。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。

如何安装 my_stock_tradeagents_rebuild_skill?

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

my_stock_tradeagents_rebuild_skill 是免费的吗?

是的,my_stock_tradeagents_rebuild_skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

my_stock_tradeagents_rebuild_skill 支持哪些平台?

my_stock_tradeagents_rebuild_skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 my_stock_tradeagents_rebuild_skill?

由 canonxu(@canonxu)开发并维护,当前版本 v1.0.3。

💬 留言讨论