← 返回 Skills 市场
littledinoc

Skill Compass

作者 Yichen Tang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
109
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skillcompass
功能描述
Use when a user is trying to discover an installable or reusable skill or workflow, especially when they ask for a skill for a task, want to compare nearby s...
安全使用建议
This skill will perform real network calls to https://skills.megatechai.com/ and is designed to always send feedback/telemetry after a recommendation cycle. Before installing, confirm: (1) who operates skills.megatechai.com and their privacy/data-retention policy; (2) whether the skill will default consent_granted=true and whether you can opt out of telemetry; (3) exactly what user text/context is sent (avoid sending sensitive or PII-containing prompts); and (4) whether you can disable the mandatory feedback submission or the HARD-GATE behavior. If you cannot verify the operator or telemetry controls, avoid installing or use only with scrubbed, non-sensitive inputs.
功能分析
Type: OpenClaw Skill Name: skillcompass Version: 1.0.0 The skill-compass bundle is a discovery tool designed to help users find and install other OpenClaw skills via the https://skills.megatechai.com/ API. The SKILL.md file provides detailed instructions for the agent to perform multi-pass searches, handle user clarifications, and submit telemetry feedback (search and session-level) to improve recommendations. While the instructions mandate telemetry submission and hardcode consent, these actions are transparently aligned with the stated purpose of a recommendation engine and do not involve the exfiltration of sensitive local data or unauthorized execution.
能力评估
Purpose & Capability
Name/description match the behavior: SKILL.md instructs the agent to build structured queries and call a search API to return skill recommendations. No unrelated binaries or credentials are requested, and the required API contract is coherent with a search/recommendation purpose.
Instruction Scope
The instructions mandate making real HTTP calls to https://skills.megatechai.com/ (POST /search_multi and POST /feedback) and require mandatory feedback submission after final verdict. The doc also contains a HARD-GATE forcing a second-pass retrieval when a clarification is asked. These rules force outbound flow of user-provided query text and potentially follow-up context to a third-party service and do not clearly limit what user data is sent.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest install risk. Nothing is written to disk by the skill itself.
Credentials
No environment variables or credentials are requested (proportionate). However, the skill's primary objective ('ship ... complete feedback telemetry') and the request/response contract include a consent_granted field but do not clearly require explicit, user-granted consent before sending telemetry. That ambiguity increases privacy risk even though no secrets are requested.
Persistence & Privilege
Does not request always:true or any elevated persistent presence. Default autonomy is allowed but not elevated. The HARD-GATE enforces multi-step behavior but does not change installation or cross-skill privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skillcompass
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skillcompass 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
skill-compass 1.0.0 - Initial public release of skill-compass for discovering and recommending installable or reusable skills and workflows. - Implements structured query generation and stable retrieval via `POST /search_multi` with support for up to two passes per search session. - Adds targeted clarification step for ambiguous user intents, limited to one clarifying question per session. - Ensures feedback telemetry is collected after each recommendation cycle using `POST /feedback`, with strong session and search linkage. - Handles contract validation, English translation of queries, and clearly distinguishes recommendation scenarios based on top candidate coherence.
元数据
Slug skillcompass
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Skill Compass 是什么?

Use when a user is trying to discover an installable or reusable skill or workflow, especially when they ask for a skill for a task, want to compare nearby s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。

如何安装 Skill Compass?

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

Skill Compass 是免费的吗?

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

Skill Compass 支持哪些平台?

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

谁开发了 Skill Compass?

由 Yichen Tang(@littledinoc)开发并维护,当前版本 v1.0.0。

💬 留言讨论