← 返回 Skills 市场
javainthinking

Get company fact and information by ticker or CIK

作者 javainthinking · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
523
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install apipick-company-facts
功能描述
Retrieve public company information by stock ticker symbol or SEC CIK number using the apipick Company Facts API. Returns company name, industry, sector, exc...
使用说明 (SKILL.md)

apipick Company Facts

Retrieve public company data via stock ticker symbol or SEC CIK number.

Endpoint

GET https://www.apipick.com/api/company/facts

Authentication: x-api-key: YOUR_API_KEY header required. Get a free API key at https://www.apipick.com/dashboard/api-keys

Request Parameters

Use either ticker or cik (not both):

Parameter Description
ticker Stock ticker symbol (e.g. AAPL, MSFT, GOOGL, TSLA)
cik SEC Central Index Key number (e.g. 0000320193)
# By ticker
GET /api/company/facts?ticker=AAPL

# By CIK
GET /api/company/facts?cik=0000320193

Response

{
  "company_facts": {
    "ticker": "AAPL",
    "name": "Apple Inc.",
    "cik": "0000320193",
    "industry": "Technology",
    "sector": "Consumer Electronics",
    "exchange": "NASDAQ",
    "market_cap": 3000000000000,
    "number_of_employees": 164000,
    "website_url": "https://www.apple.com",
    "sec_filings_url": "https://www.sec.gov/edgar/browse/?CIK=320193"
  }
}

Error Codes

Code Meaning
400 Invalid or missing ticker/CIK parameter
401 Missing or invalid API key
402 Insufficient credits

Cost: 1 credit per request

Usage Pattern

  1. Use $APIPICK_API_KEY env var as the x-api-key header value; if not set, ask the user for their apipick API key
  2. Accept a company name, ticker, or CIK from the user
  3. If the user provides a company name, infer the ticker (e.g. "Apple" → AAPL, "Microsoft" → MSFT)
  4. Make the GET request with ticker or cik
  5. Present results clearly; format market_cap as a readable figure (e.g. $3T, $250B)

See references/api_reference.md for full response field descriptions.

安全使用建议
This skill appears to do what it says: it queries apipick's Company Facts API and only needs your APIPICK_API_KEY. Before installing/providing a key, confirm the API key is for apipick.com and understand that each request costs 1 credit. Provide the key via a secure method (not pasted in public chat). If you have concerns about autonomous invocation, keep the skill user-invokable only and revoke the API key from apipick if you ever suspect misuse.
功能分析
Type: OpenClaw Skill Name: apipick-company-facts Version: 1.0.0 The skill bundle is designed to retrieve public company information from the apipick.com API. It correctly specifies the need for an API key via an environment variable (APIPICK_API_KEY) in SKILL.md. All instructions for the AI agent in SKILL.md are aligned with the stated purpose, focusing on API interaction, parameter handling, and result presentation. There is no evidence of data exfiltration to unauthorized endpoints, malicious command execution, persistence mechanisms, or prompt injection attempts designed to subvert the agent's intended behavior. The skill appears to be a legitimate and safe wrapper for a third-party API.
能力评估
Purpose & Capability
Name/description match the actual behavior: the skill calls apipick's Company Facts endpoint and only requires an APIPICK_API_KEY. There are no unrelated binaries, services, or credentials requested.
Instruction Scope
SKILL.md only instructs making GET requests to https://www.apipick.com/api/company/facts with x-api-key and to accept ticker/CIK or infer a ticker from a company name; it does not instruct reading unrelated files, environment variables, or sending data to unexpected endpoints.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to write to disk, which minimizes install-time risk.
Credentials
The only required environment variable is APIPICK_API_KEY (declared as primaryEnv), which is appropriate and proportional for an API client that needs an API key.
Persistence & Privilege
always is false and there is no install behavior that modifies other skills or system settings. The skill can be invoked autonomously (platform default), but that is consistent with its function and there are no additional broad privileges requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install apipick-company-facts
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /apipick-company-facts 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
apipick-company-facts 1.0.0 - Initial release. - Retrieve public company data (name, industry, sector, exchange, market cap, employees, website, SEC filings) by ticker or CIK. - Requires an apipick API key. - Provides readable formatting for market capitalization in responses. - Automatically infers ticker from company name if needed.
元数据
Slug apipick-company-facts
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Get company fact and information by ticker or CIK 是什么?

Retrieve public company information by stock ticker symbol or SEC CIK number using the apipick Company Facts API. Returns company name, industry, sector, exc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 523 次。

如何安装 Get company fact and information by ticker or CIK?

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

Get company fact and information by ticker or CIK 是免费的吗?

是的,Get company fact and information by ticker or CIK 完全免费(开源免费),可自由下载、安装和使用。

Get company fact and information by ticker or CIK 支持哪些平台?

Get company fact and information by ticker or CIK 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Get company fact and information by ticker or CIK?

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

💬 留言讨论