← 返回 Skills 市场
martc03

Gov Business Entity

作者 Martin · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
480
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install gov-business-entity
功能描述
Search company registrations via OpenCorporates and SEC EDGAR. 3 tools for business entity research.
使用说明 (SKILL.md)

Business Entity Search

Search company registrations worldwide via OpenCorporates and SEC EDGAR.

Setup

mcporter add gov-entities --url https://business-entity-mcp.apify.actor/mcp --transport streamable-http

Or add to your OpenClaw MCP config (~/.openclaw/mcp.json):

{
  "servers": {
    "gov-entities": {
      "url": "https://business-entity-mcp.apify.actor/mcp",
      "transport": "streamable-http"
    }
  }
}

Available Tools

entity_search_companies

Search OpenCorporates for company registrations worldwide.

Search for Acme Corp registrations
Find active companies in Delaware

Parameters: query (required), jurisdiction, status ("Active", "Inactive", or "Dissolved"), limit, page

entity_get_company_details

Get detailed company info from OpenCorporates by jurisdiction and company number.

Get details for company us_de/12345678
Look up UK company registration 08209948

Parameters: jurisdiction (required), companyNumber (required)

entity_search_sec_companies

Search SEC EDGAR for US public companies and their filings.

Search SEC for Microsoft filings
Find 10-K annual reports for Amazon

Parameters: companyName (required), formTypes (array, e.g. ["10-K","10-Q"]), dateFrom (YYYY-MM-DD), dateTo, limit

Data Sources

  • OpenCorporates — Global company registration database
  • SEC EDGAR — US Securities and Exchange Commission (public company filings)

Use Cases

  • Business due diligence
  • Corporate structure research
  • KYC/AML compliance
  • Competitive analysis

All data from free public APIs. Zero cost. No API keys required.

安全使用建议
This skill delegates searches to a third-party MCP endpoint hosted at business-entity-mcp.apify.actor rather than calling OpenCorporates/EDGAR directly. Before installing: (1) Verify the mcporter binary is trusted on your system; (2) Inspect the GitHub repo (homepage) and the third-party service to confirm who operates it and whether they log or reuse queries; (3) Avoid sending sensitive or PII-containing queries through the skill until you trust the remote service; (4) If you require stronger privacy/assurance, request a version that calls OpenCorporates and EDGAR directly (or run your own MCP endpoint) so queries do not go through an unknown third party; (5) Consider testing with harmless queries and monitor network traffic to confirm what is sent.
功能分析
Type: OpenClaw Skill Name: gov-business-entity Version: 1.0.0 The skill bundle defines tools for searching public business entity data via OpenCorporates and SEC EDGAR. The `SKILL.md` provides clear documentation for setup and tool usage, without any evidence of prompt injection attempts, data exfiltration, malicious execution, or persistence mechanisms. It relies on an external MCP server hosted on Apify (`https://business-entity-mcp.apify.actor/mcp`), which is a common pattern for OpenClaw skills wrapping external services, and does not indicate malicious intent within the skill bundle itself.
能力评估
Purpose & Capability
Name/description match the requested binary (mcporter) and the declared behavior (MCP server). However, instead of calling OpenCorporates/EDGAR directly the SKILL.md instructs the agent to register and use an external MCP at https://business-entity-mcp.apify.actor/mcp. The description does not explicitly disclose that queries will be proxied to a third party.
Instruction Scope
SKILL.md only instructs adding an MCP server (via mcporter or editing ~/.openclaw/mcp.json) and documents three tools. It does not request API keys or local file access. The runtime behavior will send search queries to the remote apify.actor endpoint (streamable-http transport), which may receive full query text and any parameters — this is outside the domain of OpenCorporates/EDGAR and may expose sensitive query content.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself. It does require the mcporter binary to be present; that is a reasonable dependency for registering MCP servers but should be verified as legitimate by the user.
Credentials
No environment variables, credentials, or config paths are required beyond optionally editing ~/.openclaw/mcp.json. The skill does not demand unrelated secrets.
Persistence & Privilege
always is false and the skill is user-invocable only. It does instruct adding a server entry to the agent's MCP config, which persists that remote endpoint in ~/.openclaw/mcp.json — expected for an MCP-based tool but worth noting.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gov-business-entity
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gov-business-entity 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Search global company registrations and US public company filings. - Query company registrations worldwide via OpenCorporates. - Fetch detailed company info by jurisdiction and company number. - Search SEC EDGAR for US public company data and filings. - No API keys needed; uses free public APIs. - Useful for due diligence, compliance, and corporate research.
元数据
Slug gov-business-entity
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Gov Business Entity 是什么?

Search company registrations via OpenCorporates and SEC EDGAR. 3 tools for business entity research. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 480 次。

如何安装 Gov Business Entity?

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

Gov Business Entity 是免费的吗?

是的,Gov Business Entity 完全免费(开源免费),可自由下载、安装和使用。

Gov Business Entity 支持哪些平台?

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

谁开发了 Gov Business Entity?

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

💬 留言讨论