# Send PlusE Financial Analysis to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "plusefin-analysis",
    "name": "PlusE Financial Analysis",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/wanghsinche/plusefin-analysis",
    "canonicalUrl": "https://clawhub.ai/wanghsinche/plusefin-analysis",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/plusefin-analysis",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plusefin-analysis",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "plusefin.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "plusefin-analysis",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T04:41:20.548Z",
      "expiresAt": "2026-05-14T04:41:20.548Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plusefin-analysis",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plusefin-analysis",
        "contentDisposition": "attachment; filename=\"plusefin-analysis-1.0.9.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "plusefin-analysis"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/plusefin-analysis"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/plusefin-analysis",
    "downloadUrl": "https://openagent3.xyz/downloads/plusefin-analysis",
    "agentUrl": "https://openagent3.xyz/skills/plusefin-analysis/agent",
    "manifestUrl": "https://openagent3.xyz/skills/plusefin-analysis/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/plusefin-analysis/agent.md"
  }
}
```
## Documentation

### PlusE Financial Analysis

AI-ready financial data research skill with structured research methodology.

### Setup

export PLUSEFIN_API_KEY=your_api_key

### 1. Research Setup

Define target (ticker) and time range (6mo / 1y / 2y)
Set research objective: valuation analysis / technical outlook / event-driven

### 2. Data Collection

Company Fundamentals: ticker - overview, valuation, ratings
Market Sentiment: sentiment / sentiment-history
Options Data: options / options-analyze (IV, Greeks, OI)
Institutional Holdings: holders - major holders changes
Financial Statements: statements (income/balance/cash)
Earnings & Insider: earnings / insiders
Price History: price-history

### 3. Hypothesis Formation

Based on data, formulate hypotheses:

Direction: Bullish / Bearish / Neutral
Drivers: Valuation reversion, earnings growth, event catalyst, sentiment reversal

### 4. Evidence Validation

Use search capabilities to gather research reports, news, announcements
Cross-validate multi-source data timeline consistency
Seek evidence supporting or refuting hypotheses

### 5. Valuation Scenarios

Bull Case: Valuation assuming upside catalysts materialize
Base Case: Valuation based on current market expectations
Bear Case: Valuation assuming downside risks materialize

### 6. Risk Assessment

Downside risks
Key assumption risks
Potential catalysts and triggers

### 7. Report Output

Structured output:

Core thesis
Evidence summary
Valuation scenario comparison
Risk warnings
Actionable recommendations (if applicable)

Each key conclusion must include source citations.

### Usage

# Set API key
export PLUSEFIN_API_KEY=your_api_key

# Run commands
python plusefin.py <command> [args]

### Commands

CommandUsageDescriptiontickerpython plusefin.py ticker <symbol>Company overview, valuation, ratingsprice-historypython plusefin.py price-history <ticker> [period]Historical prices (6mo/1y/2y)sentimentpython plusefin.py sentimentMarket sentiment (Fear & Greed)sentiment-historypython plusefin.py sentiment-history [days]Historical sentimentoptionspython plusefin.py options <symbol> [num]Options chainoptions-analyzepython plusefin.py options-analyze <symbol>Options analysisholderspython plusefin.py holders <symbol>Institutional holdingsstatementspython plusefin.py statements <symbol> [type]Financial statements (income/balance/cash)earningspython plusefin.py earnings <symbol>Earnings historyinsiderspython plusefin.py insiders <symbol>Insider tradingnewspython plusefin.py news <symbol>Stock newsfredpython plusefin.py fred <series_id>Macroeconomic data
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: wanghsinche
- Version: 1.0.9
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-07T04:41:20.548Z
- Expires at: 2026-05-14T04:41:20.548Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/plusefin-analysis)
- [Send to Agent page](https://openagent3.xyz/skills/plusefin-analysis/agent)
- [JSON manifest](https://openagent3.xyz/skills/plusefin-analysis/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/plusefin-analysis/agent.md)
- [Download page](https://openagent3.xyz/downloads/plusefin-analysis)