← 返回 Skills 市场
garrrikkotua

Octolens

作者 garrrikkotua · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
2702
总下载
4
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install octolens
功能描述
Query and analyze brand mentions from Octolens API. Use when the user wants to fetch mentions, track keywords, filter by source platforms (Twitter, Reddit, GitHub, LinkedIn, etc.), sentiment analysis, or analyze social media engagement. Supports complex filtering with AND/OR logic, date ranges, follower counts, and bookmarks.
安全使用建议
The skill's code matches its description — it only queries https://app.octolens.com/api/v1 and prints results — but the package metadata failing to declare the required API credential is a red flag. Before installing: - Verify the Octolens service and domain (app.octolens.com) are legitimate and that you trust the publisher (no homepage or known owner is listed). - Provide an API key only when necessary and consider creating a key with limited scope/permissions and an expiration if the service supports it. - Prefer passing the API key as a command-line argument or ephemeral prompt rather than storing it permanently in agent config; confirm how your agent stores secrets. - Review the included scripts yourself (they are short and readable) to confirm there are no hidden endpoints or telemetry; the provided files only contact the documented API. Because the metadata does not declare the required credential, treat this skill as suspicious until you confirm the publisher and how API keys will be handled/stored.
功能分析
Type: OpenClaw Skill Name: octolens Version: 1.0.0 The skill bundle provides a legitimate client for the Octolens API. The `SKILL.md` instructions guide the AI agent on how to interact with the API, including handling API keys and constructing queries, without any evidence of prompt injection attempting to manipulate the agent into malicious behavior. The Node.js scripts (`scripts/*.js`) are straightforward API clients, making requests only to the documented `https://app.octolens.com/api/v1` endpoint, and do not attempt to access sensitive local files, exfiltrate data, or execute arbitrary code. The `allowed-tools: Node Read` permission is appropriate for executing the bundled Node.js scripts.
能力评估
Purpose & Capability
Name/description describe querying Octolens mentions. All included scripts (fetch-mentions, query-mentions, list-keywords, list-views, advanced-query) call https://app.octolens.com/api/v1 endpoints and implement the documented filter parameters — capabilities align with the stated purpose.
Instruction Scope
SKILL.md and bundled scripts limit actions to making authenticated HTTP requests to the Octolens API and printing results. There are no instructions to read unrelated files, access other system configuration, or post data to unexpected endpoints.
Install Mechanism
There is no install spec. The skill is instruction-only with bundled Node.js scripts; nothing in the manifest pulls remote archives or executes installers. This is low install risk.
Credentials
The runtime clearly requires an Octolens API key (SKILL.md: 'Always ask the user for their API key' and all scripts accept an API key argument), but the registry metadata lists no required environment variables or primary credential. That mismatch between declared metadata and the actual authentication requirement is an incoherence and reduces trust. Additionally, the skill publisher and homepage are unknown, so you cannot easily verify the API owner or permission scopes for keys you provide.
Persistence & Privilege
The skill does not request persistent/always-on privileges and does not modify system-wide settings. It runs as-needed and requires user-supplied API keys at runtime (via arguments or prompts).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install octolens
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /octolens 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Octolens 1.0.0 – Initial Release - Query and analyze brand mentions from the Octolens API across platforms like Twitter, Reddit, GitHub, LinkedIn, and more. - Filter mentions by source, sentiment, follower count, engagement, date range, tags, and complex AND/OR logic. - Support for keyword tracking, bookmarks, and advanced filtering (including exclusions). - List available keywords and saved views for streamlined queries. - Includes ready-to-use Node.js scripts for common API operations and custom queries. - Requires user-supplied API key (Bearer token) for authentication.
元数据
Slug octolens
版本 1.0.0
许可证
累计安装 7
当前安装数 7
历史版本数 1
常见问题

Octolens 是什么?

Query and analyze brand mentions from Octolens API. Use when the user wants to fetch mentions, track keywords, filter by source platforms (Twitter, Reddit, GitHub, LinkedIn, etc.), sentiment analysis, or analyze social media engagement. Supports complex filtering with AND/OR logic, date ranges, follower counts, and bookmarks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2702 次。

如何安装 Octolens?

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

Octolens 是免费的吗?

是的,Octolens 完全免费(开源免费),可自由下载、安装和使用。

Octolens 支持哪些平台?

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

谁开发了 Octolens?

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

💬 留言讨论