← 返回 Skills 市场
yg19880329

heimaosearch

作者 max · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
156
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install heimaosearch
功能描述
用于搜索活动策划、方案、资源及案例的工具,与公关、活动有关的内容都可以使用。
使用说明 (SKILL.md)

使用场景

当用户想查询以下内容时,必须使用该工具:

  • 节日活动(如中秋、春节、开业)
  • 活动策划方案
  • 执行资源(舞台、灯光、物料等)
  • 活动案例

用户配置(首次使用需填写)

用户需要提供:

  • account:黑猫会账号
  • open_api_key:黑猫会开放API-Key

调用逻辑

当用户输入问题时:

  1. 将用户输入作为 content
  2. 将 account 和 open_api_key 一起提交
  3. 调用接口:

POST https://api.heimaohui.com/index/search/recommendOpenClaw

请求参数:

{ "account": "{{account}}", "open_api_key": "{{open_api_key}}", "content": "{{input}}" }


返回处理规则

如果 code != 0:

直接返回 msg


如果 code == 0:

data 格式:

{ "scheme":[{"title":"xxx","url":"http://xxx"}], "resource":[{"title":"xxx","url":"http://xxx"}], "sample":[{"title":"xxx","url":"http://xxx"}], "summary":"xxx" }


输出格式(必须遵守)

🔹 方案推荐

🔹 资源推荐

🔹 案例参考

🔹 分析总结

直接输出 summary 内容


注意

  • 所有 title 必须可点击(markdown链接)
  • 没有内容的分类可以省略
  • summary 必须完整返回
安全使用建议
This skill is internally consistent, but it will transmit the account and API key you supply to https://api.heimaohui.com. Only provide a key you trust the service with (preferably a limited-scope or test key), review Heimaohui's privacy/security policies if needed, and rotate/revoke the key if you stop using the skill. Avoid supplying unrelated or high-privilege credentials, and validate returned links before visiting external URLs.
功能分析
Type: OpenClaw Skill Name: heimaosearch Version: 1.0.1 The skill is a search tool for the 'Heimaohui' (Black Cat Club) event planning platform. It functions by sending user-provided credentials (account and API key) and search queries to the official service endpoint (api.heimaohui.com). The behavior is transparent, well-documented in SKILL.md and skill.json, and lacks any indicators of malicious intent or unauthorized data exfiltration.
能力评估
Purpose & Capability
Name/description, skill.json and SKILL.md all describe a search tool for event planning and the only requested inputs are account and open_api_key for the heimaohui API — these are proportionate to the claimed purpose.
Instruction Scope
SKILL.md instructs sending the user's query plus the provided account and key to a single external API and formatting the returned JSON. It does not direct reading unrelated files, system env vars, or other credentials.
Install Mechanism
No install spec or code files — instruction-only skill (no code written to disk). This is the lowest-risk install profile.
Credentials
The skill asks only for a service account and an API key for api.heimaohui.com. Those credentials are expected and justified for this integration; no unrelated secrets are requested.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. Autonomous invocation is allowed by default but not combined with other concerning factors.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install heimaosearch
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /heimaosearch 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1 - No file or documentation changes detected in this version. - Skill functionality and usage remain unchanged.
v1.0.0
Initial release of heimaosearch skill. - Enables search for event planning, proposals, resources, and case studies related to PR and events. - Requires user to provide heimaohui account and API key on first use. - Returns recommendations and summaries in a clear, categorized markdown format. - Automatically categorizes results into plans, resources, cases, and summaries; omits empty sections.
元数据
Slug heimaosearch
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

heimaosearch 是什么?

用于搜索活动策划、方案、资源及案例的工具,与公关、活动有关的内容都可以使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 156 次。

如何安装 heimaosearch?

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

heimaosearch 是免费的吗?

是的,heimaosearch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

heimaosearch 支持哪些平台?

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

谁开发了 heimaosearch?

由 max(@yg19880329)开发并维护,当前版本 v1.0.1。

💬 留言讨论