Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

investlog-ai投资日志 AI

Agent Skill

investlog-ai 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

5,265

周安装

213

GitHub Stars

公开资料未说明

下载量

1,653
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:investlog-ai(投资日志 AI)
来源仓库:https://github.com/nblicb/investlog-ai
安装命令:
openclaw skills install investlog-ai
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install investlog-ai

简介

investlog-ai 提供美股实时行情、财报、机构持仓与财务健康评分数据。

  • 适用于短线交易、长期价值投资或组合监控场景。investlog-ai 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 覆盖股价、技术指标、分红拆股等 20+ 维度的专业数据。
  • 数据更新存在延迟,高频交易请选用更低延迟渠道。
  • 所有信息仅供研究使用,不承诺收益也不承担法律责任。

SKILL.md

name
investlog-ai
version
1.0.2
homepage
https://api.investlog.ai
description
美股实时数据研究工具:股价行情、估值分析、财报数据、分析师评级、目标价、内部人交易、国会议员交易、机构持仓、ETF持仓、技术指标、分红拆股、财务健康评分。Real-time US stock research: quotes, valuation, financials, analyst ratings, insider trades, congress trades, fund holdings, ETF exposure, technical analysis, dividends, and financial health. Use when checking stock prices, analyzing earnings, researching who owns a stock, or evaluating if a stock is overvalued. 支持中英文自然语言查询,免费10次,无需API Key。

AI-powered US stock research API covering 5,700+ stocks. Ask in natural language, get structured financial data.

How to use

Use the web_fetch tool to query the InvestLog API. The system automatically detects the stock ticker and selects the right data to return.

Basic query

web_fetch url="https://api.investlog.ai/api/v1/query?query=Is+NVDA+overvalued" extractMode=text

Query with specific skill and symbol

For more precise results, specify the skill name and ticker:

web_fetch url="https://api.investlog.ai/api/v1/query?query=AAPL+earnings&skill=financials&symbol=AAPL" extractMode=text

Compound analysis (multiple calls)

For comprehensive stock analysis, make multiple calls to combine different data:

# 1. Get current price and valuation
web_fetch url="https://api.investlog.ai/api/v1/query?query=NVDA+valuation&skill=valuation&symbol=NVDA" extractMode=text

# 2. Get analyst ratings and price targets
web_fetch url="https://api.investlog.ai/api/v1/query?query=NVDA+analyst+ratings&skill=analyst-view&symbol=NVDA" extractMode=text

# 3. Get recent earnings performance
web_fetch url="https://api.investlog.ai/api/v1/query?query=NVDA+earnings+history&skill=financials&symbol=NVDA" extractMode=text

Combine the results from multiple calls to provide a thorough analysis.

Steps

  1. Map user input to query parameters (URL-encode spaces as +)
  2. Call the API endpoint using web_fetch
  3. Extract data from the results array in the response
  4. Reply in user's language (Chinese or English)

Response format

{
  "data": {
    "skill": "valuation",
    "symbol": "NVDA",
    "results": [
      {"tool": "get_stock_quote", "symbol": "NVDA", "data": {"price": 172.7, "change_percent": -3.28}},
      {"tool": "get_financial_ratios", "symbol": "NVDA", "data": {"pe": 34.96, "peg": 0.54}}
    ]
  },
  "usage": {"queries_remaining": 9}
}

Parameters

ParameterRequiredDescription
queryYesNatural language question about US stocks
skillNoSkill name for direct routing (see list below). If omitted, auto-detected from query
symbolNoUS stock ticker (e.g. NVDA, AAPL). If omitted, extracted from query automatically

Available skills

SkillWhat it returns
stock-quoteReal-time price, daily change, multi-period returns (1D/1M/1Y/5Y)
valuationPE, PB, PS, PEG, ROE, margins, FCF yield, DCF intrinsic value
financialsIncome statement, balance sheet, cash flow, growth rates, earnings history
analyst-viewAnalyst ratings, rating trends, price targets, EPS/revenue estimates
company-profileBusiness description, sector, executives, compensation, revenue segmentation
insider-activityInsider buy/sell transactions, quarterly insider trading statistics
congress-tradesUS Senate and House stock trading records
fund-exposureInstitutional 13F holdings, ETF exposure, ETF holdings
financial-healthAltman Z-Score, Piotroski F-Score, composite financial rating
dividends-splitsDividend history, stock splits, shares float
newsLatest stock-specific news articles
market-overviewTop gainers/losers/most active, IPO calendar, index constituents (no symbol required)
technicalsRSI, MACD, SMA, EMA, Bollinger, KDJ, ATR, OBV, CCI, crossover signals

Security

  • Network: GET requests to https://api.investlog.ai only
  • No files read or written on your machine
  • No system commands executed
  • API key is optional (first 10 queries free, no key needed)

Setup

  • Free trial: No setup needed. First 10 queries are free — just start asking.
  • API key: After free trial, register at https://api.investlog.ai to get your API key and pass it as a query parameter: &api_key=il_your_key
  • Plans: Basic ($9.9/mo, 100 queries/day) | Pro ($19.9/mo, 300 queries/day)

Output guidelines

  • Present data in a clear, readable format
  • For list data (holdings, transactions), use tables when possible
  • Highlight key metrics and trends
  • Include the stock ticker with every data point

Chinese language support

Supports Chinese natural language queries:

  • "巴菲特前十大持仓股票是哪几个?"
  • "英伟达的分析师评级是怎么样的?"
  • "哪个参议员买了PLTR?"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.77%
按下载量换算1,368

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills