📦 company-research-intelligence-agent — 秒级公司深度调研
v1.0.0数秒内生成企业全景档案,一键获取公司概况、技术栈、融资历程、高管团队、竞争对手与人力规模等关键情报,助力商业决策。
2· 413·1 当前·1 累计
下载技能包
最后更新
2026/2/28
安全扫描
OpenClaw
可疑
medium confidenceNULL
评估建议
Before installing: 1) Confirm you trust the skill source — the package claims Explorium affiliation but notes it is unofficial. 2) Inspect bin/agentsource.py and setup.sh (they are included) and verify the API base URL (https://api.explorium.ai/v1) is the expected endpoint. 3) Be aware the skill requires an EXPLORIUM_API_KEY even though the registry metadata omitted that; prefer setting the key as an environment variable rather than saving it to ~/.agentsource/config.json unless you trust the ma...详细分析 ▾
ℹ 用途与能力
The skill's name/description and the included CLI/code all point to using Explorium's AgentSource API (BASE_URL: https://api.explorium.ai/v1) to perform company research — this is coherent. However the registry metadata claims no required env vars while SKILL.md and bin/agentsource.py clearly expect an EXPLORIUM_API_KEY (or a saved config.json). That mismatch is unexplained and should be corrected/clarified.
ℹ 指令范围
Runtime instructions ask the agent to locate and run a local CLI, write/read temp files in /tmp, and (optionally) include the user's query text as --call-reasoning which will be sent to the remote API. The SKILL.md explicitly warns not to paste API keys in chat and to only send call-reasoning with user consent, which is good. Slight concern: the CLI discovery globs search broad filesystem paths (e.g., sessions/*/mnt/**/*agentsource*/bin/agentsource.py) which could traverse mounted/session directories; this is intended for discovery but increases the breadth of local file accesses.
✓ 安装机制
There is no network installer; setup.sh copies the included bin/agentsource.py into ~/.agentsource/bin and optionally writes ~/.agentsource/config.json. No remote downloads occur during setup. This is lower risk than fetching arbitrary code from the network, but you should still inspect the provided scripts before running them.
⚠ 凭证需求
The skill requires an Explorium API key to function (EXPLORIUM_API_KEY or saved config.json). That is proportionate to the stated purpose. The concern is the registry metadata does not declare this required env var, which is misleading. Also note the setup can persist the API key to ~/.agentsource/config.json; if you care about key storage, you should choose not to save it or manage it via environment variables.
✓ 持久化与权限
The skill is not force-enabled (always:false). Installing the setup script creates ~/.agentsource and a CLI under that directory and writes temp outputs to /tmp — expected for a CLI wrapper. The skill can be invoked autonomously by the agent (platform default); combine that with network access to the API if you require stricter controls, but on its own this is normal for a service-integration skill.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/2/28
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install explorium-company-research
镜像加速npx clawhub@latest install explorium-company-research --registry https://cn.longxiaskill.com