← 返回 Skills 市场
laimiaohua

ValueSider Superinvestor Data

作者 laimiaohua · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
266
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install valuesider-superinvestor-data
功能描述
Fetches Superinvestors' 13F portfolio holdings and buy/sell activity from ValueSider (valuesider.com). Use when the user asks for guru portfolio, 13F holding...
安全使用建议
This skill appears to do exactly what it claims: fetch ValueSider pages and parse them into JSON. Before installing, consider: (1) the skill will make network requests to valuesider.com when invoked — confirm you are comfortable with that and with the site's terms of service regarding scraping; (2) run the included tests locally (scripts/run_test.sh) to verify parsing behavior without network access; (3) if you plan to run the fetch script in an environment where web_fetch is provided by the platform, be aware the agent will perform live HTTP fetches when triggered by relevant user queries; and (4) dependencies are standard (requests, beautifulsoup4) — install them in an isolated environment if you want to limit risk.
功能分析
Type: OpenClaw Skill Name: valuesider-superinvestor-data Version: 1.0.0 The skill is designed to fetch and parse 13F portfolio holdings and trading activity from valuesider.com. It uses standard Python libraries (requests, beautifulsoup4) and provides clear instructions for an AI agent to use a web-fetching tool followed by local parsing scripts (scripts/fetch_valuesider.py and scripts/parse_fetched_content.py). No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
能力评估
Purpose & Capability
Name/description match the included scripts and SKILL.md. The skill only needs to fetch ValueSider pages and parse them; requirements.txt lists requests and beautifulsoup4 which are appropriate for this task. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to fetch two ValueSider pages (portfolio and portfolio-activity) via web_fetch (or use the included request-based script) and then parse the returned text with parse_fetched_content.py. The instructions do not direct reading of unrelated files, access to system secrets, or exfiltration to third-party endpoints beyond valuesider.com. Temporary files are used for parsing, which is proportional to the task.
Install Mechanism
No install spec is provided (instruction-only deployment), and bundled code relies only on standard Python packages listed in requirements.txt. There are no downloads from arbitrary URLs or archive extraction steps in the skill metadata.
Credentials
The skill requires no environment variables or credentials. The scripts set a browser-like User-Agent header for requests (expected for scraping). No access to unrelated secrets or system configuration is requested or used.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent presence or modify other skills or system-wide settings. The skill's runtime behavior is limited to making outbound HTTP requests and local parsing.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install valuesider-superinvestor-data
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /valuesider-superinvestor-data 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of ValueSider Superinvestor Data skill: - Fetches Superinvestors' 13F portfolio holdings and trading activity from ValueSider. - Supports queries for guru portfolios, 13F holdings, and buy/sell actions. - Utilizes real-time web page fetching with a parsing script to extract data when needed. - Provides guidance for resolving manager slugs and presenting parsed data. - Offers alternative script-based fetching for compatible environments.
元数据
Slug valuesider-superinvestor-data
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ValueSider Superinvestor Data 是什么?

Fetches Superinvestors' 13F portfolio holdings and buy/sell activity from ValueSider (valuesider.com). Use when the user asks for guru portfolio, 13F holding... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 266 次。

如何安装 ValueSider Superinvestor Data?

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

ValueSider Superinvestor Data 是免费的吗?

是的,ValueSider Superinvestor Data 完全免费(开源免费),可自由下载、安装和使用。

ValueSider Superinvestor Data 支持哪些平台?

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

谁开发了 ValueSider Superinvestor Data?

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

💬 留言讨论