← Back to Skills Marketplace
yg19880329

heimaosearch

by max · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
156
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install heimaosearch
Description
用于搜索活动策划、方案、资源及案例的工具,与公关、活动有关的内容都可以使用。
README (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 必须完整返回
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install heimaosearch
  3. After installation, invoke the skill by name or use /heimaosearch
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug heimaosearch
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is heimaosearch?

用于搜索活动策划、方案、资源及案例的工具,与公关、活动有关的内容都可以使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 156 downloads so far.

How do I install heimaosearch?

Run "/install heimaosearch" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is heimaosearch free?

Yes, heimaosearch is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does heimaosearch support?

heimaosearch is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created heimaosearch?

It is built and maintained by max (@yg19880329); the current version is v1.0.1.

💬 Comments