heimaosearch

v1.0.1

用于搜索活动策划、方案、资源及案例的工具,与公关、活动有关的内容都可以使用。

0· 152·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for yg19880329/heimaosearch.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "heimaosearch" (yg19880329/heimaosearch) from ClawHub.
Skill page: https://clawhub.ai/yg19880329/heimaosearch
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install heimaosearch

ClawHub CLI

Package manager switcher

npx clawhub@latest install heimaosearch
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fmrbctva2vk76t2kav4grhx83j7ew
152downloads
0stars
2versions
Updated 1mo ago
v1.0.1
MIT-0

使用场景

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

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

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

用户需要提供:

  • 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 必须完整返回

Comments

Loading comments...