← Back to Skills Marketplace
laimiaohua

ValueSider Superinvestor Data

by laimiaohua · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
266
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install valuesider-superinvestor-data
Description
Fetches Superinvestors' 13F portfolio holdings and buy/sell activity from ValueSider (valuesider.com). Use when the user asks for guru portfolio, 13F holding...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install valuesider-superinvestor-data
  3. After installation, invoke the skill by name or use /valuesider-superinvestor-data
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug valuesider-superinvestor-data
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 266 downloads so far.

How do I install ValueSider Superinvestor Data?

Run "/install valuesider-superinvestor-data" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ValueSider Superinvestor Data free?

Yes, ValueSider Superinvestor Data is completely free (open-source). You can download, install and use it at no cost.

Which platforms does ValueSider Superinvestor Data support?

ValueSider Superinvestor Data is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ValueSider Superinvestor Data?

It is built and maintained by laimiaohua (@laimiaohua); the current version is v1.0.0.

💬 Comments